POST api/2.0/settings/webhook/ssl/{isEnabled}
Sets the webhook SSL settings.
Name |
Description |
Type |
Example |
isEnabled
sent in url
|
Specifies if the SSL certificate is enabled or not
|
Bool value
|
true
|
POST api/2.0/settings/webhook/ssl/true
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
application/json
{
"status": 0,
"response": {
"IsEnabled": true
}
}
text/xml
<result>
<status>0</status>
<response>
<IsEnabled>True</IsEnabled>
</response>
</result>