Generate API token
Generates a new JWT token for API authentication. The generated token has the "api" audience and can be used for gRPC/HTTP API calls.
Generates a new JWT token for API authentication. The generated token has the "api" audience and can be used for gRPC/HTTP API calls.
AuthorizationBearer <token>
Preferred API authentication. Use a JWT with the api audience.
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://127.0.0.1:38765/v1/client/tokens/api:generate"{ "token": "string"}{ "code": 0, "grpc-code": "string", "message": "string", "stack-trace": "string", "details": [ {} ]}{ "code": 0, "grpc-code": "string", "message": "string", "stack-trace": "string", "details": [ {} ]}{ "code": 0, "grpc-code": "string", "message": "string", "stack-trace": "string", "details": [ {} ]}How is this page?
Update bot config entry PATCH
Updates a single configuration entry for a specific bot. The configuration is persisted to the database immediately.
Generate WebDAV token POST
Generates a new JWT token specifically for WebDAV authentication. The generated token has the "webdav" audience and can only be used for WebDAV access.