CreateAssetInput
No description
FieldsLink copied!
CreateAssetInput.src
● String
scalarLink copied!
URL path to the input file, e.g. https://ampproduct.a.bigcontent.io/v1/static/Hero-Banner-720-model2
CreateAssetInput.type
● AssetType!
non-null enumLink copied!
Type of media to create
CreateAssetInput.name
● String!
non-null scalarLink copied!
Name of the asset. This should be a unique name across the account as it will be used when publishing
CreateAssetInput.filename
● String!
non-null scalarLink copied!
Original filename
CreateAssetInput.assetRepositoryId
● ID!
non-null scalarLink copied!
ID of the assetRepository to create this asset in
CreateAssetInput.label
● String
scalarLink copied!
Friendly label for the asset, this is what a customer will see. If not specified this will default to srcName
CreateAssetInput.assetFolderId
● ID
scalarLink copied!
ID of the folder this asset is contained within. Empty ID means it is created in the assetRepository root level
CreateAssetInput.contents
● [ID!]
list scalarLink copied!
A list of assetIds included in a set
CreateAssetInput.localeGroup
● String
scalarLink copied!
Name of the localeGroup the asset belongs to. Defaults to asset name
CreateAssetInput.locale
● String
scalarLink copied!
UUID corresponding to the locale of the asset
CreateAssetInput.workflowAssignedTo
● ID
scalarLink copied!
ID of the assigned workflow user
CreateAssetInput.workflowStatus
● WorkflowStatus
enumLink copied!
Status of the workflow
CreateAssetInput.tags
● [String!]
list scalarLink copied!
A list of tags
CreateAssetInput.thumbFile
● String
scalarLink copied!
The UUID of an existing file to assign as a thumbnail
Member ofLink copied!
createAsset
mutation