DistributorSetupComplete
Complete initial setup
Sets up the admin user and initial configuration. available only if not setup.
Request Body
application/json
Setup payload
mail_categories?string
comma separated
password*string
request_mail_announcement?string
server_url*string
username*string
Response Body
application/json
application/json
application/json
curl -X POST "https://loading/api/setup/complete" \ -H "Content-Type: application/json" \ -d '{ "password": "string", "server_url": "string", "username": "string" }'"string"{
"error": "Validation failed"
}{
"error": "Validation failed"
}