Create a new note for a person
POST/api/v1/people/:person_id/notes
Create a new note
Request
Responses
- 201
- 401
- 409
- 422
- 429
Created
Unauthorized
Conflict
Unprocessable Entity
Rate Limited
Response Headers
X-RateLimit-Limit
The maximum number of requests that the consumer is permitted to make in a given period
X-RateLimit-Remaining
The number of requests remaining in the current rate limit window
X-RateLimit-Reset
The number of seconds left in the current rate limit window