LibraryItemUpdatesessionFileAddRequestBody
This is a request body class for an operation.
Properties
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.
JSON Example
{
"file_spec": {
"name": "string",
"source_type": "enum"
}
}