Add a list of tags
POST/:qid/tags
Adds one or more tags. Tags are always associated with a batch. Either you can specify the batch_id explicitly, or provide the triplet (qid, author, track) to automatically add to the most recent batch with that triplet (creating a new batch if none exists).
Request
Responses
- 200
- 400
- 401
Tags created successfully
Invalid input
Provided authentication token cannot access the content object.