Get Started
API backend
API system
More information

PUT api/2.0/files/docservice This function requires authentication

Description

Checks the document service location.

Parameters
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
Example
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"
}
Returns

Document service information: the Document Server address, the Document Server address in the local private network, the Community Server address