PUT api/2.0/files/docservice
Checks the 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"
}
Document service information