Update settings
PUT {{baseUrl}}/crm/v3/extensions/videoconferencing/settings/:appId
Updates the settings for a video conference application with the specified ID.
Request Body
{"createMeetingUrl"=>"<string>", "updateMeetingUrl"=>"<string>", "deleteMeetingUrl"=>"<string>", "userVerifyUrl"=>"<string>", "fetchAccountsUri"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"createMeetingUrl":"\u003cstring\u003e","updateMeetingUrl":"\u003cstring\u003e","deleteMeetingUrl":"\u003cstring\u003e","userVerifyUrl":"\u003cstring\u003e","fetchAccountsUri":"\u003cstring\u003e"}