PUT/api/v2/projects/projectKey/context-kinds/key
Path Parameters
Body Parameters
View in API Reference
Request
$curl -X PUT https://app.launchdarkly.com/api/v2/projects/projectKey/context-kinds/key \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '{
> "name": "organization"
>}'
Response