Skip to main content
PATCH
Archive Note

Archive Note

Archive a note by setting its archived status to true. Archived notes are hidden from regular views but can still be retrieved with filters.

Path Parameters

integer
required
The unique identifier of the note to archive

Examples

Response

Behavior

  • Sets the archived field to true
  • Updates the updatedAt timestamp
  • Returns the complete updated note object
  • Archived notes can still be retrieved using the filtered endpoint with archived=true

Use Cases

  • Content Management: Remove outdated notes from active views
  • Organization: Keep historical notes without cluttering the main interface
  • Soft Delete: Archive instead of permanently deleting notes
  • Workflow Management: Mark completed or obsolete notes as archived