Update AI Config

Edit an existing AI Config. The request body must be a JSON object of the fields to update. The values you include replace the existing values for the fields. Here's an example: ``` { "description": "Example updated description", "tags": ["new-tag"] } ```

Authentication

Authorizationstring
API Key authentication via header

Path Parameters

projectKeystringRequired
configKeystringRequired

Headers

LD-API-VersionenumRequired
Version of the endpoint.
Allowed values:

Request

AI Config object to update
descriptionstringOptional
maintainerIdstringOptional
maintainerTeamKeystringOptional
namestringOptional
tagslist of stringsOptional

Response

AI Config updated
descriptionstring
keystring
namestring
tagslist of strings
versioninteger
variationslist of objects
createdAtlong
updatedAtlong
_accessobject or null
_maintainerobject or null
modeenum or nullDefaults to completion
Allowed values:
evaluationMetricKeyslist of strings or null
List of evaluation metric keys for this AI config

Errors