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 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
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