cURL
Collections
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
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
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 note to add. Use an ID returned by create/list/search. The caller must be able to access this note.
Response
200 - application/json
OK
Identifier for this API request. Useful for tracing and support.