跳转到主要内容
PUT
Error

授权

x-cdata-authtoken
string
header
必填

路径参数

ConnectorId
string
必填

The key ConnectorId

Folder
string
必填

The key Folder

Filename
string
必填

The key Filename

MessageId
string
必填

The key MessageId

请求体

application/json

The files entity to update.

ConnectorId
string
必填

The id of the connector.

Folder
string
必填

The folder of the file.

Filename
string
必填

The name of the file.

MessageId
string
必填

The message id of the file. This will only have a value if the file is a message.

PortId
string

The id of the port.

Subfolder
string

The subfolder of the file.

TimeCreated
string<date-time>

The time the file was created.

FilePath
string

The full path to the file.

FileSize
integer<int32>

The size of the file.

Content
string

The Base64 encoded file contents. This will only be returned when a specific file is requested. This field cannot be used when filtering results using the $filter parameter.

BatchGroupId
string

The batch group message Id.

IsBatchGroup
boolean

Whether or not the message is a batch group message.

响应

EntitySet files

ConnectorId
string
必填

The id of the connector.

Folder
string
必填

The folder of the file.

Filename
string
必填

The name of the file.

MessageId
string
必填

The message id of the file. This will only have a value if the file is a message.

PortId
string

The id of the port.

Subfolder
string

The subfolder of the file.

TimeCreated
string<date-time>

The time the file was created.

FilePath
string

The full path to the file.

FileSize
integer<int32>

The size of the file.

Content
string

The Base64 encoded file contents. This will only be returned when a specific file is requested. This field cannot be used when filtering results using the $filter parameter.

BatchGroupId
string

The batch group message Id.

IsBatchGroup
boolean

Whether or not the message is a batch group message.