Update a Scheduler Case
Code | Description |
---|---|
404 | Not Found |
422 | Unable to process request, see errors in response |
{ "id": integer, "is_video_streamed": boolean, "is_text_streamed": boolean, "created_at": datetime, "updated_at": datetime, "is_teleconferenced": boolean, "is_cameo": boolean, "case": { "name": string }
Param name | Description |
---|---|
token required |
API token for your organization Validations:
|
id required |
ID of Scheduler Case Validations:
|
name required |
Case Name Validations:
|
is_cameo optional |
Enable cameo Validations:
|
is_video_streamed optional |
Enable video Validations:
|
is_text_streamed optional |
Enable text Validations:
|
is_teleconferenced optional |
Enable audio conferencing Validations:
|