Configurations
Update an existing configuration
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Configuration ID like 6638187d505c6812e4043f24
Body
application/json
Name of the configuration
Name of the project to which this configuration belongs
Name of the provider - "openai", "anthropic", etc.
List of environments where the configuration is active
Available options:
dev
, staging
, prod
Type of the configuration - "LLM" or "pipeline" - "LLM" by default
Available options:
LLM
, pipeline
Details of user who created the configuration