Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Input object type

AssetUpdateEntryDataInput

The fields one Asset update entry changes. Omitted fields are left untouched.

Input fields
title: String
Beta

Asset title or display name. null clears it.

description: String
Beta

Asset description. null clears it.

alternativeText: String
Beta

Alternative text for the Asset. Used by screen readers when the asset is not decorative. null clears it.

isDecorative: Boolean
Beta

Whether the Asset is decorative. Decorative assets are skipped by screen readers. Does not accept null; omit the field to leave it unchanged.

author: String
Beta

Represents the Author of the Asset. Example: Photographer Name. null clears it.

copyrightStatus: CopyrightStatus
Beta

Asset copyright status. UNKNOWN is the empty state; null is not accepted.

copyrightNotice: String
Beta

Asset copyright notice. null clears it.

filename: String
Beta

Asset filename, including extension. null clears it.

beginsAt: DateTime
Beta

Availability start date. The Asset becomes available once the defined date is reached. null clears it.

expiresAt: DateTime
Beta

Expiry date. The Asset expires once the defined date is reached. null clears it.

addTags: [TagInput!] = null
Beta

Tags to add to the Asset. Existing tags are kept; an empty list equals omitting the field.

removeTags: [TagInput!] = null
Beta

Tags to remove from the Asset. Applied after addTags — a tag listed in both ends up removed. An empty list equals omitting the field.

Beta

The WorkflowStatus to assign to the Asset. null unassigns the current status.

customMetadata: [CustomMetadataEntryInput!] = null
Beta

Custom metadata values to set on the Asset. Setting a value for a property deletes its current value on this Asset and stores the one you specify; properties not listed are untouched.

addLicenses: [ID!] = null
Beta

Library Licenses to add to the Asset.

addCollections: [ID!] = null
Beta

Collection ids to add the Asset to. Only curated collections in the call's Library are accepted. An empty list equals omitting the field.