Set Note Created At
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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
UUID of the note whose visible creation timestamp should change. The caller must own this note.
Body
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"
Response
OK
Collection UUIDs currently associated with this note.
Full markdown content stored for the note.
Creation timestamp for the note in ISO 8601 format after the metadata update.
UUID of the updated note.
Identifier for this API request. Useful for tracing and support.
Current note title.
Timestamp for when the note was moved to trash, or null when the note is active.
Last modification timestamp after the metadata update in ISO 8601 format.
Current note content document version.