AI Configs
Add AI models to the restricted list
Add AI models, by key, to the restricted list. Keys are included in the response from the List AI model configs endpoint.
post/api/v2/projects/{projectKey}/ai-configs/model-configs/restricted
Path parameters
projectKeystring required
Request body
Example request
{
"keys": [
"keys",
"keys"
]
}Response
Successful response
Example response
{
"successes": [
"successes",
"successes"
],
"errors": [
{
"code": 0,
"message": "message",
"key": "key"
},
{
"code": 0,
"message": "message",
"key": "key"
}
]
}