Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

note_id
string<uuid>
required

UUID of the note whose visible creation timestamp should change. The caller must own this note.

Body

application/json
created_at
string<date-time>
required

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.

Examples:

"2020-01-07T00:00:00Z"

"2020-01-07T09:00:00+01:00"

Response

200 - application/json

OK

collection_ids
string<uuid>[]
required

Collection UUIDs currently associated with this note.

content
string
required

Full markdown content stored for the note.

created_at
string<date-time>
required

Creation timestamp for the note in ISO 8601 format after the metadata update.

id
string<uuid>
required

UUID of the updated note.

request_id
string
required

Identifier for this API request. Useful for tracing and support.

title
string
required

Current note title.

trashed_at
string<date-time> | null
required

Timestamp for when the note was moved to trash, or null when the note is active.

updated_at
string<date-time>
required

Last modification timestamp after the metadata update in ISO 8601 format.

version
integer
required

Current note content document version.