Library_Subscriptions_CreateSpecNewSubscribedLibrary

Library_Subscriptions_CreateSpecNewSubscribedLibrary
Library_Subscriptions_CreateSpecNewSubscribedLibrary

The Subscriptions.CreateSpecNewSubscribedLibrary structure defines the information required to create a new subscribed library.

JSON Example
{
    "name": "string",
    "description": "string",
    "storage_backings": [
        {
            "type": "string",
            "datastore_id": "string",
            "storage_uri": "string"
        }
    ],
    "automatic_sync_enabled": false,
    "on_demand": false
}
string
name
Required

Name of the subscribed library.

string
description
Optional

Description of the subscribed library. If unset, the description will be an empty string.

storage_backings
Required

The list of default storage backings for this library. The list must contain exactly one storage backing. Multiple default storage locations are not currently supported but may become supported in future releases.

boolean
automatic_sync_enabled
Required

Specifies whether the library should participate in automatic library synchronization.

boolean
on_demand
Required

Specifies whether a library item's content will be synchronized only on demand.