POST
/
annotations
/
types
/
v1
/
{annotation_type_id}
/
action_configuration
curl --request POST \
  --url https://api.mottostreaming.com/annotations/types/v1/{annotation_type_id}/action_configuration \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "annotation_type_id": "<string>",
  "configuration": {},
  "conditions": [
    {
      "confidence_threshold": 123,
      "source_types": {
        "types": [
          "<string>"
        ]
      }
    }
  ]
}'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

annotation_type_id
string
required

The id of the annotation type to attach action types to

Body

application/json

Response

200
application/json

OK

The response is of type object.