v1
latestOpenAPI 3.1.02026-07-2419782400.4 KBMedia options
Add metaproperty options
These calls allow you to change the metaproperty options attached to an asset.
post/api/media/options
Request body
Example request
{
"asset_id": "00000000-0000-0000-0000000000000000",
"metaproperty_id": "00000000-0000-0000-0000000000000000",
"metaproperty_option_ids": [
"00000000-0000-0000-0000000000000000"
]
}Response
Created
Example response
{
"message": "Created",
"statuscode": 201
}