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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;createMeetingUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;updateMeetingUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;deleteMeetingUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;userVerifyUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;fetchAccountsUri&quot;:&quot;\u003cstring\u003e&quot;}