POST/api/v2/projects/projectKey/ai-configs/configKey/variations
Headers
  • beta
Path Parameters
Body Parameters
View in API Reference
Request
$curl -X POST https://app.launchdarkly.com/api/v2/projects/projectKey/ai-configs/configKey/variations \
> -H "Authorization: " \
> -H "Ld-Api-Version: beta" \
> -H "Content-Type: application/json" \
> -d '{
> "key": "key",
> "name": "name",
> "modelConfigKey": "modelConfigKey"
>}'
Response