v1

latestOpenAPI 3.1.02026-07-2419782400.4 KB
Media options

Add metaproperty options

These calls allow you to change the metaproperty options attached to an asset.

post/api/media/options

Request body

asset_idstring
metaproperty_idstring
metaproperty_option_idsstring[]

Example request

{
  "asset_id": "00000000-0000-0000-0000000000000000",
  "metaproperty_id": "00000000-0000-0000-0000000000000000",
  "metaproperty_option_ids": [
    "00000000-0000-0000-0000000000000000"
  ]
}

Response

Created

messagestring
statuscodeinteger

Example response

{
  "message": "Created",
  "statuscode": 201
}