cURL
curl --request PATCH \ --url https://api.mottostreaming.com/annotations/sets/v1/{set_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "set_id": "<string>", "set": { "project_id": "<string>", "name": "<string>", "icon_asset_id": "<string>", "priority": "<string>", "disabled": true, "custom_data": {}, "sport": "SPORT_UNSPECIFIED" }, "update_mask": "<string>" }'
{ "set": { "id": "<string>", "project_id": "<string>", "name": "<string>", "icon_asset_id": "<string>", "priority": "<string>", "disabled": true, "custom_data": {}, "sport": "SPORT_UNSPECIFIED" } }
UpdateAnnotationSet
Updates type
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