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
projectKey
configKey
Request
AI Config object to update
description
maintainerId
maintainerTeamKey
name
evaluationMetricKey
Evaluation metric key for this AI Config
isInverted
Whether the evaluation metric is inverted, meaning a lower value is better if set as true
Response
AI Config updated
description
key
name
version
variations
createdAt
updatedAt
_access
_links
The location and content type of related resources
_maintainer
mode
Allowed values:
evaluationMetricKey
Evaluation metric key for this AI Config
isInverted
Whether the evaluation metric is inverted, meaning a lower value is better if set as true
evaluationMetricKeysDeprecated
List of evaluation metric keys for this AI Config