Magidoc

UpdateAssetMutationInput
Input Object

Input object for updating an existing asset.

Fields

#

clientMutationId

A unique identifier for the client performing the mutation.

databaseId

The database ID of the asset to be updated.

folderDatabaseId

The database ID of the folder where the asset is located.

folderId

The ID of the folder where the asset is located.

id

The ID of the asset to be updated.

name

The new name of the asset.

ownerId

The ID of the new owner of the asset. It can either be a user, an organization or null to unset it.

removeRevisionsDatabaseIds

[ String !]

A list of revision database IDs to be removed from the asset.

removeRevisionsIds

[ ID !]

A list of revision IDs to be removed from the asset.

Usages

#

References

#

  • Argument input of field updateAsset from type Mutation