API Docs / Schemas / UpdateImageAssetRequest

UpdateImageAssetRequest

Request to update an existing image asset

Properties

Name Type Description
namestring

Display name for the image asset

Display name for the image asset

descriptionstring

Optional description of the image asset

Optional description of the image asset

JSON Example

{
  "name": "string",
  "description": "string"
}

Used By Operations