Write tags to fabric
POST/:qid/write
Stores all tags from the tagstore under the provided qid to the write_token given in the url parameters.
Request
Responses
- 200
- 400
- 401
- 403
Tags successfully written to fabric
Invalid input (missing write_token or invalid QID format)
Provided authentication token cannot access the content object.
The provided authorization token is missing certain priviliged permissions in order to be able to write files to the given write token.