Create a note
Authorizations
Reevo API key passed as Authorization: Bearer <api-key>.
Body
Create writable-field surface.
Note's writable set is exactly two fields: note_html (the rich-text body,
required on create — the key must be present; an explicit empty string or
null is accepted and yields an empty body, but omitting the key returns
400 field_required_missing) and title. The owner is system-managed — the
core note write path stamps owner_user_id = the API-key caller and carries
no owner_team_id — so owner refs are read-only render fields, not declared
here; an explicit value lands in __pydantic_extra__ and is rejected by the
shared custom-field write-validator (a non-cus_field__ extra).
Response
Successful Response
Wrapper around a single NoteObjectRecord — GET / POST / PATCH.