Skip to main content

CreateUpdateAssetInput

No description

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

Fields
Link copied!

CreateUpdateAssetInput.src ● String scalar
Link copied!

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

CreateUpdateAssetInput.filename ● String scalar
Link copied!

Original filename

CreateUpdateAssetInput.label ● String scalar
Link copied!

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

CreateUpdateAssetInput.assetFolderId ● ID scalar
Link copied!

ID of the folder this asset is contained within

CreateUpdateAssetInput.workflowAssignedTo ● ID scalar
Link copied!

ID of the assigned workflow user

CreateUpdateAssetInput.workflowStatus ● WorkflowStatus enum
Link copied!

Status of the workflow

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

A list of asset IDs included in a set

CreateUpdateAssetInput.localeGroup ● String scalar
Link copied!

Name of the localeGroup the asset should belong to

CreateUpdateAssetInput.locale ● String scalar
Link copied!

Locale of the asset

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

A list of tags

CreateUpdateAssetInput.thumbFile ● String scalar
Link copied!

The UUID of an existing file to assign as a thumbnail

CreateUpdateAssetInput.name ● String! non-null scalar
Link 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 scalar
Link copied!

ID of the assetRepository

CreateUpdateAssetInput.type ● AssetType enum
Link copied!

Type of media to create

Member of
Link copied!

createOrUpdateAssetByName mutation