Asset id.
Modify asset
Requires the MEDIAEDIT security role. Requires the MARKPUBLIC security role in order to change an asset’s isPublic state.
Custom thumbnails
To set a custom thumbnail, first upload the thumbnail image using the Modern Stack File Upload flow, then call this endpoint with the returned file id as customThumbnailFileId. To remove an existing custom thumbnail and revert to the automatically generated one, call this endpoint with removeCustomThumbnail=true. The two fields are mutually exclusive.
Path Parameters
Body
application/x-www-form-urlencoded
Body
Indicating the archived state of the asset.
Archive datetime. ISO8601 format: yyyy-mm-ddThh:mm:ssZ.
Id of the brand to save the asset to.
Copyright information of the asset.
The file id of the custom thumbnail to be set for the asset. Custom thumbnails must first be uploaded by following the steps described in the Modern Stack File Upload documentation; use the fileId returned by that flow. Cannot be combined with removeCustomThumbnail.
Example:00000000-0000-0000-0000-000000000000
Publication datetime. ISO8601 format: yyyy-mm-ddThh:mm:ssZ.
Asset description.
Asset id.
Indicating the public state of the asset. Warning irreversible, once changed to true it cannot be changed back.
Indicating the limit state of the asset.
Limit datetime. ISO8601 format: yyyy-mm-ddThh:mm:ssZ.
Mapping of metaproperty UUIDs to the option value(s) to set on the asset. Each value may be provided as option label, option DB name, or option UUID. For multi-select metaproperties, pass multiple values as a comma-separated string.
In x-www-form-urlencoded requests, fields are sent as metaproperty.<metaproperty_uuid>=<value1>,<value2>.
Example:{"02509778-CEE3-43D5-9E96-9A60B1E78314":"option_id1,option_id2","EF122F1F-9BA0-4772-80F1-BF05588B1A59":"option_id3"}
Name of the asset, beware the asset will have no name when this is empty.
Remove the current custom thumbnail from the asset, reverting to the automatically generated thumbnail. Cannot be combined with customThumbnailFileId.
Example:true
Comma-separated tags. Tags will overwrite the current tags list.
Watermark datetime. ISO8601 format: yyyy-mm-ddThh:mm:ssZ.
Response
application/json
Response
Accepted
Authentication
Path Parameters
Body
Media options
Delete metaproperty options
Body
application/json
Body
Example:00000000-0000-0000-0000000000000000
Example:00000000-0000-0000-0000000000000000
Example:00000000-0000-0000-0000000000000000
Response
application/json
Response
No Content
Example:No Content
Example:204
Authentication
Body
Add metaproperty options
These calls allow you to change the metaproperty options attached to an asset.
Note that this is an append operation; the options you add here will be appended to the existing option on the asset, it does not overwrite them.
Body
application/json
Body
Example:00000000-0000-0000-0000000000000000
Example:00000000-0000-0000-0000000000000000
Example:00000000-0000-0000-0000000000000000
Response
application/json
Response
Created
Example:Created
Example:201