POST api/2.0/settings/authservice This function requires authentication

Description

Saves the authorization keys.

Parameters
Name Description Type Example
Name
sent in body
Name string some text
Title
sent in body
Title string some text
Description
sent in body
Description string some text
Instruction
sent in body
Instruction string some text
CanSet
sent in body
Specifies if the authentication service can be set or not Bool value true
Props
sent in body
List of authorization keys System.Collections.Generic.List{ASC.Web.Core.CookiesType.AuthKey}
Example
POST api/2.0/settings/authservice
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "Name": "some text",
  "Title": "some text",
  "Description": "some text",
  "Instruction": "some text",
  "CanSet": true
}
Returns

Boolean value: true if the authorization keys are changed