v1

latestSwagger 2.02026-07-178567199.3 KB
config

Updates the global application configuration for auth

Replaces the global application configuration for auth

put/chronograf/v1/config/auth

Request body

superAdminNewUsersboolean required

Example request

{
  "superAdminNewUsers": true
}

Response

Returns an object with the updated auth configuration

superAdminNewUsersboolean required

Example response

{
  "superAdminNewUsers": true
}