v1
latestOpenAPI 3.1.02026-07-26183980.3 KBexternal
external-v2
Add Note To Collection
Add an existing note to an existing collection. This operation only creates the membership link and does not modify note or collection content. Use create endpoints to create notes or collections.
put/v2/collections/{collection_id}/notes/{note_id}
Path parameters
collection_idstring uuid required
UUID of the collection that will receive the note. Use an ID returned by create/list/search. The caller must be able to contribute to this collection.
UUID of the collection that will receive the note. Use an ID returned by create/list/search. The caller must be able to contribute to this collection.
note_idstring uuid required
UUID of the note to add. Use an ID returned by create/list/search. The caller must be able to access this note.
UUID of the note to add. Use an ID returned by create/list/search. The caller must be able to access this note.
Response
OK
Example response
{
"request_id": "api-request-036ed6c7-de00-459f-a89b-43d26aafe522"
}