Update Note
PUT/calendars/appointments/:appointmentId/notes/:noteId
Update Note
Request
Version stringrequired
API Version
Available options
v3appointmentId stringrequired
Appointment ID
- application/json
- Body
- Example (auto)
Bodyrequired
userIdstring
User ID of the note author
bodystringrequired
Note body
Possible values: <= 5000 characters
{
"userId": "GCs5KuzPqTls7vWclkEV",
"body": "lorem ipsum"
}
Successful response
- application/json
- Schema
- Example (auto)
Schema
noteobject
The created or updated note
{
"note": {
"id": "HGPcayliwcdoUFzvbTok",
"body": "lorem ipsum",
"userId": "TUcmRxWrjqzJS8EjkxNK"
}
}