Skip to main content

Update Simple auth settings

POST 

<your-unleash-url>/api/admin/auth/simple/settings

Enable or disable simple authentication (username/password)

Request

Responses

passwordAuthSchema

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/auth/simple/settings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>' \
-d '{
"disabled": false
}'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Body required
{
  "disabled": false
}
ResponseClear

Click the Send API Request button above and see the response here!