Share feedback
Answers are generated based on the documentation.

Experimental

Schema

FilesWriteFileResponse

Type: object

WriteFileResponse reports the written file.
info · required

Schema: FileInfo

info is the file's metadata after the write.
All schema constraints and annotations
{
  "$ref": "#/components/schemas/FileInfo",
  "description": "info is the file's metadata after the write."
}
All schema constraints and annotations
{
  "description": "WriteFileResponse reports the written file.",
  "properties": {
    "info": {
      "$ref": "#/components/schemas/FileInfo",
      "description": "info is the file's metadata after the write."
    }
  },
  "required": [
    "info"
  ],
  "title": "WriteFileResponse",
  "type": "object"
}