Create new tags and link
POST/admin/tags/new_and_link/participant
[Requires Coach or Connector Access]
Create new tags and link to participant.
Create new tags and then link them to a participant.
If the tag already exists it will be ignored. It returns an array of the tag IDs if they were created successfully.
This is a convenient endpoint which combines POST /tags and PUT /tags/link/participant together.
Request
Responses
- 200
- 400
- 401
- 409
- 422
- 500
OK
Response Headers
Access-Control-Allow-Headers
Access-Control-Allow-Methods
Access-Control-Allow-Origin
Cache-Control
Content-Type
Bad Request
Unauthorized
Conflict
Unprocessable Entity
Internal Server Error