PUT api/2.0/files/docservice
Checks the document service location.
Name |
Description |
Type |
Example |
docServiceUrl
sent in body
|
The address of Document Server
|
string
|
some text
|
docServiceUrlInternal
sent in body
|
The address of Document Server in the local private network
|
string
|
some text
|
docServiceUrlPortal
sent in body
|
The address of Community Server
|
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