Hanzo AI
OpenapiPatrol

Create note

Records an internal remark, stamped with who wrote it.

POST /v1/patrol/note

Addresshttps://api.hanzo.ai/v1/patrol/note
MethodPOST
Operationpost_patrol_note
AuthAuthorization: Bearer $HANZO_API_KEY

Records an internal remark, stamped with who wrote it.

Request

2 fields, body application/json (required).

FieldInTypeRequiredDescription
bodybodystringBody is the remark.
subjectbodystringSubject is what the note is about.

Response

StatusBodyMeaning
201patrol.patrolNoteOutcreated
defaultproblem-detailsrefused

201 body — 6 fields.

FieldInTypeAlwaysDescription
databodypatrol.patrolNote
data.actorbodystringActor is who wrote it.
data.atbodystringAt is when it was written.
data.bodybodystringBody is the remark.
data.namebodystringName is the note's document name.
data.subjectbodystringSubject is what the note is about.

Failure carries the platform error shape — see Errors.

Examples

hanzo patrol note create

Patrol API · All Hanzo APIs · Interactive reference

How is this guide?

On this page