| title | summary |
|---|---|
Setup |
API endpoints for Setup.
|
API endpoints for Setup.
Return various "admin checklist" steps and whether they've been completed. You must be a superuser to see this!
Returns object containing default user details for initial setup, if configured, and if the provided token value matches the token in the configuration value.
token
Special endpoint for creating the first user during setup. This endpoint both creates the user AND logs them in and returns a session ID. This endpoint can also be used to add a database, create and invite a second admin, and/or set specific settings from the setup flow.
-
invited_last_namenullable value must be a non-blank string. -
site_localenullable String must be a valid two-letter ISO language or language-country code e.g. en or en_US. -
emailvalue must be a valid email address. -
first_namenullable value must be a non-blank string. -
request -
passwordpassword is too common. -
invited_emailnullable value must be a valid email address. -
invited_first_namenullable value must be a non-blank string. -
site_namevalue must be a non-blank string. -
tokenToken does not match the setup token. -
last_namenullable value must be a non-blank string.