Notes Endpoints
Unarchive Note
Unarchive a note by setting its archived status to false
PATCH
Unarchive Note
Documentation Index
Fetch the complete documentation index at: https://hm-95ec977f.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Unarchive Note
Restore an archived note by setting itsarchived status to false. This makes the note visible in regular views again.
Path Parameters
The unique identifier of the note to unarchive
Examples
Response
Behavior
- Sets the
archivedfield tofalse - Updates the
updatedAttimestamp - 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
Related Endpoints
- Use Archive Note to archive a note
- Use Get Filtered Notes with
archived=falseto see all active notes - Use Get All Notes to see both archived and unarchived notes
Workflow Example
Unarchive Note