Skip to main content
PATCH
Unarchive Note

Unarchive Note

Restore an archived note by setting its archived status to false. This makes the note visible in regular views again.

Path Parameters

integer
required
The unique identifier of the note to unarchive

Examples

Response

Behavior

  • Sets the archived field to false
  • Updates the updatedAt timestamp
  • Returns the complete updated note object
  • Unarchived notes will appear in regular note listings

Use Cases

  • Content Recovery: Restore accidentally archived notes
  • Workflow Management: Reactivate notes that are relevant again
  • Content Management: Bring back historical notes for reference
  • Mistake Correction: Undo archiving operations

Workflow Example