Configurations
Update an existing configuration
PUT
/
configurations
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredConfiguration ID like 6638187d505c6812e4043f24
Body
application/json
project
string
requiredName of the project to which this configuration belongs
name
string
requiredName of the configuration
provider
string
requiredName of the provider - "openai", "anthropic", etc.
parameters
object
requiredenv
enum<string>[]
List of environments where the configuration is active
Available options:
dev
, staging
, prod
type
enum<string>
Type of the configuration - "LLM" or "pipeline" - "LLM" by default
Available options:
LLM
, pipeline
user_properties
object
Details of user who created the configuration