Admin User
Set auth enabled
Enables or disables authentication enforcement for the server. When auth is disabled, endpoints that normally require access tokens or JWT authorization can be called without credentials.
Requires an admin JWT in the Authorization header.
PATCH
Authorizations
Admin JWT obtained from the login endpoint.
Headers
Admin JWT. Format Bearer <admin-jwt>.
Body
application/json
Set to true to enable authentication, false to disable it.