Library_Item_Updatesession_File_Add_RequestBody
Library_Item_Updatesession_File_Add_RequestBody
This is a request body class for an operation.
JSON Example
{
"file_spec": {
"name": "string",
"source_type": "string",
"source_endpoint": {
"uri": "string",
"ssl_certificate_thumbprint": "string"
},
"size": 0,
"checksum_info": {
"algorithm": "string",
"checksum": "string"
}
}
}
file_spec
Required
Specification for the file that needs to be added or updated. This includes whether the client wants to push the content or have the server pull it.