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
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.