Skip to main content
PUT
Update an existing configuration

Authorizations

Authorization
string
header
required

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

Path Parameters

configId
string
required

Configuration ID like 6638187d505c6812e4043f24

Body

application/json

Request body for PUT /configurations

name
string
required
Maximum string length: 200
type
enum<string>
default:LLM
Available options:
LLM,
pipeline
provider
string
Minimum string length: 1
parameters
object
env
enum<string>[]
Available options:
dev,
staging,
prod
tags
string[]
user_properties
object | null

Response

200 - application/json

Configuration updated successfully

Response for PUT /configurations

acknowledged
boolean
required
modifiedCount
number
required
upsertedId
string | null
required
upsertedCount
number
required
matchedCount
number
required