PUT
/
configurations
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Configuration ID like 6638187d505c6812e4043f24

Body

application/json
project
string
required

Name of the project to which this configuration belongs

name
string
required

Name of the configuration

provider
string
required

Name of the provider - "openai", "anthropic", etc.

parameters
object
required
env
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