cURL
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>" }'
{}
SetLabels
Sets labels on the asset.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object