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