PUT api/2.0/files/docservice
Checking document service location
Name |
Description |
Type |
Example |
docServiceUrl
sent in body
|
Document editing service Domain
|
string
|
some text
|
docServiceUrlInternal
sent in body
|
Document command service Domain
|
string
|
some text
|
docServiceUrlPortal
sent in body
|
Community Server Address
|
string
|
some text
|
PUT api/2.0/files/docservice
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"docServiceUrl": "some text",
"docServiceUrlInternal": "some text",
"docServiceUrlPortal": "some text"
}
This method doesn't return any data.