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/auth/enabled
Headers
Authorizationstring required
Admin JWT. Format Bearer <admin-jwt>.
Request body
Response
Auth setting updated. The result field reflects the current auth-enabled state after the update.