v1Resources/Reviews/postAdd a note to a review
Add a note to a review
Attaches a note to a review.
post
reviews:write/api/v1/reviews/notesRequest body
reviewIdstringrequired
The review to attach the note to.
bodystringrequired
The note's text.
Response
dataobjectoptional
idstringoptional
The note's id.
bodystringoptional
The note's text.
authorUserIdstringoptional
The team member who wrote the note.
authorNamestringoptional
The author's display name. Null if it is unavailable.
createdAtstringoptional
When the note was written (ISO 8601).
Errors
400The request is missing a required parameter or is otherwise malformed.
401Missing, invalid, expired, or revoked API key.
403The key lacks the required scope, or isn't authorized for this client/location.
404The resource wasn't found, or doesn't belong to your agency.
429Too many requests. Retry after the number of seconds in the Retry-After header.
post/api/v1/reviews/notes
Your API key
Request body*
{}