Attach asset to a bookmark
POST/bookmarks/:bookmarkId/assets
Attach a previously uploaded asset to a bookmark. The asset must be uploaded first via the POST /assets endpoint.
Request
Responses
- 201
- 401
- 404
The asset was attached successfully.
Unauthorized — the Bearer token is missing, invalid, or expired.
Bookmark not found.