LibrarySubscribedItemSyncRequestBody
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.
boolean
sync_optional_files
Optional
Whether to synchronize optional files. This parameter applies to both types of subscriptions on-demand as well as sync-immediately. This parameter is optional because it was added in a newer version than its parent node.
JSON Example
{
"force_sync_content": false
}