PUT api/2.0/settings/owner This function requires authentication

Description

Updates the current portal owner with a new one specified in the request.

Parameters
Name Description Type Example
DefaultProductID
sent in body
Default product ID System.Guid
Lng
sent in body
Language System.String
TimeZoneID
sent in body
Time zone ID System.String
Theme
sent in body
Theme System.String
Show
sent in body
Specifies whether to show tips for the user or not System.Boolean
VersionId
sent in body
Version ID System.Int32
OwnerId
sent in body
Owner ID System.Guid
Example
PUT api/2.0/settings/owner
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "DefaultProductID": "9924256A-739C-462b-AF15-E652A3B1B6EB",
  "Lng": "some text",
  "TimeZoneID": "some text",
  "Theme": "some text",
  "Show": true,
  "VersionId": 1234,
  "OwnerId": "9924256A-739C-462b-AF15-E652A3B1B6EB"
}
Returns

This method doesn't return any data.