Skip to main content

Update Simple auth settings

POST /api/admin/auth/simple/settings

Enable or disable simple authentication (username/password)

Request

Body

required

passwordAuthSchema

  • enabled boolean

    Is username/password authentication enabled

Responses

passwordAuthSchema

Schema
  • enabled boolean

    Is username/password authentication enabled

Loading...