Notes
Recruiter notes attached to a candidate or an interview.
Key APIs
| Method | Path | Purpose |
|---|---|---|
| POST | /v1/notes | Create note |
| GET | /v1/notes | List notes for a target |
| PATCH | /v1/notes/:id | Update content |
| DELETE | /v1/notes/:id | Soft delete (204) |
Business Rules
- Candidate notes: any org member can read and write.
- Interview notes: members only for interviews they scheduled; admins see all.
- Edit and delete: note author or admin only.
Dependencies
None