Attach tags to a bookmark
POST/bookmarks/:bookmarkId/tags
Attach one or more tags to a bookmark. Tags can be identified by ID or name. If a tag name is provided and the tag doesn't exist, it will be created automatically.
Request
Responses
- 200
- 401
- 404
The IDs of the tags that were attached.
Unauthorized — the Bearer token is missing, invalid, or expired.
Bookmark not found.