Update AI Config variation
Edit an existing variation of an AI Config. This creates a new version of the variation.
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:
```
{
"messages": [
{
"role": "system",
"content": "The new message"
}
]
}
```