Update a note.
PUT/listings/:listing_id/notes/:note_id
Updates the given fields of a note. Fields that are not provided are left unchanged. Set status to archived to archive a note, or back to active to restore it.
Note: it is not currently possible to clear an optional field once set (for example, removing an existing date range or reminder). Omitting a field in the request body leaves the current value in place; there is no way to unset start_date/end_date or remind_by/repeat_by via this endpoint.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 429
The updated note.
Invalid parameters.
API key authorization failed.
Listing authorization failed, or the API key is read-only.
Listing or note not found.
A concurrent request for this note is already in progress. Retry after it completes.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.