Completes the Wizard settings.
Name | Description | Type | Example |
Email
sent in body
|
System.String | ||
PasswordHash
sent in body
|
Password hash | System.String | |
Lng
sent in body
|
Language | System.String | |
TimeZone
sent in body
|
Time zone | System.String | |
AmiId
sent in body
|
AMI ID | System.String | |
SubscribeFromSite
sent in body
|
Subscribed from the site or not | System.Boolean |
PUT api/2.0/settings/wizard/complete Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "Email": "some text", "PasswordHash": "some text", "Lng": "some text", "TimeZone": "some text", "AmiId": "some text", "SubscribeFromSite": true }
Wizard settings
{ "status": 0, "response": { "Completed": true } }