Annotation Types
Set action configuration
SetActionConfiguration
Associates a number of action types with an annotation type. This means that when an annotation is created, it will trigger the associated actions to be executed.
Note: To update action types on an annotation type, all action type IDs and the configuration must be re-submitted. To help with this, you can retrieve the current action type IDs and configuration via the GET call.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
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
.