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

    disabled boolean

    Is username/password authentication disabled

    Example: false

Responses

passwordAuthSchema

Schema

    disabled boolean

    Is username/password authentication disabled

    Example: false
Loading...