v1
latestOpenAPI 3.1.02026-07-26183980.3 KBexternal
external-v2
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.
patch/v2/notes/{note_id}/created-at
Path parameters
note_idstring uuid required
UUID of the note whose visible creation timestamp should change. The caller must own this note.
UUID of the note whose visible creation timestamp should change. The caller must own this note.
Request body
Example request
{
"created_at": "2020-01-07T00:00:00Z"
}Response
OK
Example response
{
"collection_ids": [
"59508b41-8770-4855-aa37-302b1e09aee7"
],
"content": "# Meeting with Bill\n\nJan 7, 2020",
"created_at": "2020-01-07T00:00:00.000Z",
"id": "5e29c8a2-c73b-476b-9311-e2579712d4b1",
"request_id": "api-request-036ed6c7-de00-459f-a89b-43d26aafe522",
"title": "Meeting with Bill",
"trashed_at": null,
"updated_at": "2026-05-15T10:15:00.000Z",
"version": 5
}