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