Skip to main content

UpdateAssetInput

No description

input UpdateAssetInput {
id: ID!
src: String
name: String
filename: String
assetRepositoryId: ID
label: String
assetFolderId: ID
workflowAssignedTo: ID
workflowStatus: WorkflowStatus
contents: [ID!]
localeGroup: String
locale: String
tags: [String!]
thumbFile: String
}

Fields
Link copied!

UpdateAssetInput.id ● ID! non-null scalar
Link copied!

ID of the asset

UpdateAssetInput.src ● String scalar
Link copied!

Url path to the input file, e.g. https://ampproduct.a.bigcontent.io/v1/static/Hero-Banner-720-model2

UpdateAssetInput.name ● String scalar
Link copied!

The name of the asset. This should be a unique name across the account as it will be used when publishing

UpdateAssetInput.filename ● String scalar
Link copied!

Original filename

UpdateAssetInput.assetRepositoryId ● ID scalar
Link copied!

ID of the assetRepository

UpdateAssetInput.label ● String scalar
Link copied!

Friendly label for the asset, this is what a customer will see

UpdateAssetInput.assetFolderId ● ID scalar
Link copied!

ID of the folder this asset is contained within

UpdateAssetInput.workflowAssignedTo ● ID scalar
Link copied!

ID of the assigned workflow user

UpdateAssetInput.workflowStatus ● WorkflowStatus enum
Link copied!

Status of the workflow

UpdateAssetInput.contents ● [ID!] list scalar
Link copied!

A list of asset IDs included in a set

UpdateAssetInput.localeGroup ● String scalar
Link copied!

Name of the localeGroup the asset should belong to

UpdateAssetInput.locale ● String scalar
Link copied!

Locale of the asset

UpdateAssetInput.tags ● [String!] list scalar
Link copied!

A list of tags

UpdateAssetInput.thumbFile ● String scalar
Link copied!

The UUID of an existing file to assign as a thumbnail

Member of
Link copied!

updateAsset mutation