For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Add AI models, by key, to the restricted list. Keys are included in the response from the List AI model configs endpoint.
curl --request POST \
--url https://app.launchdarkly.com/api/v2/projects/{projectKey}/ai-configs/model-configs/restricted \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"keys": [
"keys",
"keys"
]
}
'{
"successes": [
"successes",
"successes"
],
"errors": [
{
"code": 0,
"message": "message",
"key": "key"
},
{
"code": 0,
"message": "message",
"key": "key"
}
]
}Documentation Index
Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://app.launchdarkly.com/api/v2/projects/{projectKey}/ai-configs/model-configs/restricted \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"keys": [
"keys",
"keys"
]
}
'{
"successes": [
"successes",
"successes"
],
"errors": [
{
"code": 0,
"message": "message",
"key": "key"
},
{
"code": 0,
"message": "message",
"key": "key"
}
]
}