Create a note for a person
POST/person/:personId/note
Creates a note on a person's record. Requires Notes=1 or Admin (via NotesRoleAuthMiddleware) plus canEditPerson() to scope writes: EditRecords/Admin may write on any person; EditSelf users only on their own family members; Notes=1-only users (no EditRecords/EditSelf) are blocked.
Request​
Responses​
- 201
- 400
- 401
- 403
- 404
Note created
Note text is required
Unauthorized
Notes permission required or canEditPerson() denied
Person not found