POST
/
streaming
/
assets
/
v1
/
{asset_id}
/
labels
curl --request POST \
  --url https://api.mottostreaming.com/streaming/assets/v1/{asset_id}/labels \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "<string>",
  "value": "<string>"
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

asset_id
string
required

Body

application/json
key
string

The key of the label.

value
string

The value of the label.

Response

200
application/json
OK

The response is of type object.