Checks the document service location.
Name | Description | Type | Example |
DocServiceUrl
sent in body
|
The Document Server address | string | some text |
DocServiceUrlInternal
sent in body
|
The Document Server address in the local private network | string | some text |
DocServiceUrlPortal
sent in body
|
The 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: the Document Server address, the Document Server address in the local private network, the Community Server address