UpdateImageAssetRequest
Request to update an existing image asset
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Display name for the image asset |
Display name for the image asset | ||
| description | string | Optional description of the image asset |
Optional description of the image asset | ||
JSON Example
{
"name": "string",
"description": "string"
}