v2

latestOpenAPI 3.1.02026-07-2664759910.6 KB
external
external-v2

Restore Note

Restore a previously trashed note to the active note set. This only reverses soft-delete lifecycle state. Notes permanently deleted via DELETE /v2/notes/{note_id} cannot be restored.

post/v2/notes/{note_id}/restore

Path parameters

note_idstring uuid required

UUID of the note to restore from trash. Use an ID returned by create/list/search. The caller must be able to edit this note.

UUID of the note to restore from trash. Use an ID returned by create/list/search. The caller must be able to edit this note.

Response

OK

request_idstring required

Identifier for this API request. Useful for tracing and support.

Example response

{
  "request_id": "api-request-036ed6c7-de00-459f-a89b-43d26aafe522"
}