v52

OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-03308532588.7 KB
LlmProviderKey

Update LLM Provider's ApiKey

Update LLM Provider's ApiKey

patch/v1/private/llm-provider-key/{id}

Path parameters

idstring uuid required

Request body

api_keystring
namestring
provider_namestring

Provider name - can be set to migrate legacy custom LLM or Bedrock providers to the new multi-provider format. Once set, it cannot be changed. Should only be set for custom LLM and Bedrock providers.

headersobject
configurationobject
base_urlstring

Example request

{
  "provider_name": "ollama"
}

Response

No Content