calls update
POST {{baseUrl}}/calls.update
Updates information about a Call.
Request Body
[{"name"=>"id", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"title", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"join_url", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"desktop_app_join_url", "value"=>"<string>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
token | string | (Required) Authentication token. Requires scope: calls:write | |
Content-Type | string |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}