Action Secrets
Create action secret
CreateActionSecret
Creates new annotation.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
ActionSecret is a single action type definition that gets invoked when an annotation is created.
User generated identifier for this secret. E.g. motto_jwt
The project ID that this secret belongs to.
The description of the action secret. E.g. API token for a Motto account with Editor access
.
The secret to store. This will not be returned in the response.
Response
200 - application/json
ActionSecret is a single action type definition that gets invoked when an annotation is created.