updateReservation operation.{
"payload": {
"reservation": {
"reservationId": "string",
"type": "APPOINTMENT",
"availability": {
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z",
"recurrence": {
"endTime": "2019-08-24T14:15:22.123Z",
"daysOfWeek": [
"MONDAY"
],
"daysOfMonth": [
1
]
},
"capacity": 1
}
},
"warnings": [
{
"code": "string",
"message": "string",
"details": "string"
}
],
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}