LibraryItemCopyRequestBody
This is a request body class for an operation.
Properties
string
client_token
Optional
A unique token generated on the client for each copy request. The token should be a universally unique identifier (UUID), for example: b8a2a2e3-2314-43cd-a871-6ede0f429751. This token can be used to guarantee idempotent copy. If not specified copy is not idempotent.
destination_create_spec
Required
Specification for the new library item to be created.
JSON Example
{
"destination_create_spec": {}
}