LibraryItemPublishRequestBody
This is a request body class for an operation.
Properties
boolean
force_sync_content
Required
Whether to synchronize file content as well as metadata. This parameter applies only if the subscription is on-demand.
array of
LibraryItemDestinationSpec
subscriptions
Optional
The list of subscriptions to publish this library item to.
JSON Example
{
"force_sync_content": false
}