A valid request URL is required to generate request examples{
"ConnectorId": "<string>",
"Filename": "<string>",
"Folder": "<string>",
"Subfolder": "<string>",
"TimeCreated": "2023-11-07T05:31:56Z",
"PortId": "<string>",
"BatchGroupId": "<string>",
"MessageId": "<string>",
"IsBatchGroup": true,
"Content": "<string>",
"FileSize": 123,
"FilePath": "<string>"
}This response has no body data.{
"error": {
"code": "<string>",
"message": "<string>"
}
}Update files
Updates the specified files object.
A valid request URL is required to generate request examples{
"ConnectorId": "<string>",
"Filename": "<string>",
"Folder": "<string>",
"Subfolder": "<string>",
"TimeCreated": "2023-11-07T05:31:56Z",
"PortId": "<string>",
"BatchGroupId": "<string>",
"MessageId": "<string>",
"IsBatchGroup": true,
"Content": "<string>",
"FileSize": 123,
"FilePath": "<string>"
}This response has no body data.{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
Path Parameters
The key ConnectorId
The key Filename
The key Folder
Body
The files entity to update.
The connector Id.
The name of the file.
Which folder the file is in.
The subfolder of the file.
The time the file was created.
The port Id.
The batch group message Id. Null unless the file is a batch group.
The file message Id. This only has a value when the file is a message.
Whether the message is a batch group message.
The Base64-encoded file contents. This is only returned when you request a specific file. You cannot use this field when filtering results with the $filter parameter. You must provide either Content or InputName: they cannot both be null.
The file size in bytes.
The full path to the file.
Response
EntitySet files
The connector Id.
The name of the file.
Which folder the file is in.
The subfolder of the file.
The time the file was created.
The port Id.
The batch group message Id. Null unless the file is a batch group.
The file message Id. This only has a value when the file is a message.
Whether the message is a batch group message.
The Base64-encoded file contents. This is only returned when you request a specific file. You cannot use this field when filtering results with the $filter parameter. You must provide either Content or InputName: they cannot both be null.
The file size in bytes.
The full path to the file.