Set a note’s visible creation timestamp without changing its content.
The supplied created_at must include a timezone offset and cannot be in the future.
It can only backdate the note: the timestamp cannot be later than
when the note was originally created.
This operation changes note metadata only.
Trashed notes must be restored before their creation date can be changed.
Documentation Index
Fetch the complete documentation index at: https://docs.mem.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
UUID of the note whose visible creation timestamp should change. The caller must own this note.
New visible creation timestamp for the note (ISO 8601). It must include a timezone offset and cannot be in the future. It can only backdate the note: the timestamp cannot be later than when the note was originally created. This changes note metadata only; it does not update note content.
"2020-01-07T00:00:00Z"
"2020-01-07T09:00:00+01:00"
OK
Identifier for this API request. Useful for tracing and support.
UUID of the updated note.
Current note title.
Full markdown content stored for the note.
Current note content document version.
Collection UUIDs currently associated with this note.
Timestamp for when the note was moved to trash, or null when the note is active.
Creation timestamp for the note in ISO 8601 format after the metadata update.
Last modification timestamp after the metadata update in ISO 8601 format.