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"]
}
```