Library_Item_UpdateSession_Create_RequestBody

Library_Item_UpdateSession_Create_RequestBody
Library_Item_UpdateSession_Create_RequestBody

This is a request body class for an operation.

JSON Example
{
    "client_token": "string",
    "create_spec": {
        "id": "string",
        "library_item_id": "string",
        "library_item_content_version": "string",
        "error_message": {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "localized": "string"
        },
        "client_progress": 0,
        "state": "string",
        "expiration_time": "string",
        "preview_info": "Library_Item_Updatesession_PreviewInfo Object",
        "warning_behavior": [
            "Library_Item_Updatesession_WarningBehavior Object"
        ]
    }
}
string
client_token
Optional

Unique token generated by 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 for the new update session to be created.