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

UpdateAssetDataInput

No description
Input fields
title: String

Asset title or display name.

alternativeText: String

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

isDecorative: Boolean
Beta

Indicates whether the Asset is decorative and not meant to be read by screen readers. If true, alternative text is ignored.

filename: String

Asset filename, including extension.

description: String

Asset description.

Change Asset copyright details.

beginsAt: DateTime

Modify availability start date. Asset becomes available once the defined date is reached.

expiresAt: DateTime

Modify expiry date. Asset will expire once the defined date is reached.

author: String

Represents the Author of the Asset. Example: Photographer Name.

previewBackgroundColor: RgbaColorInput
Beta

Background color of the Asset preview.