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
Documentation Index
Fetch the complete documentation index at: https://docs.vectoraidb.actian.com/llms.txt
Use this file to discover all available pages before exploring further.
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.