PUT api/2.0/files/docservice
Checks the document service location.
Name |
Description |
Type |
Example |
DocServiceUrl
sent in body
|
The Document Server address
|
System.String
|
|
DocServiceUrlInternal
sent in body
|
The Document Server address in the local private network
|
System.String
|
|
DocServiceUrlPortal
sent in body
|
The Community Server address
|
System.String
|
|
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