Library_Item_Create_RequestBody

Library_Item_Create_RequestBody
Library_Item_Create_RequestBody

This is a request body class for an operation.

JSON Example
{
    "client_token": "string",
    "create_spec": {
        "id": "string",
        "library_id": "string",
        "content_version": "string",
        "creation_time": "string",
        "description": "string",
        "last_modified_time": "string",
        "last_sync_time": "string",
        "metadata_version": "string",
        "name": "string",
        "cached": false,
        "size": 0,
        "type": "string",
        "version": "string",
        "source_id": "string"
    }
}
string
client_token
Optional

A unique token generated on the client for each creation 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 creation. If not specified creation is not idempotent.

create_spec
Required

Specification that defines the properties of the new library item.