For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Update experimentation settings for the given project
curl --request PUT \
--url https://app.launchdarkly.com/api/v2/projects/{projectKey}/experimentation-settings \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"randomizationUnits": [
{
"randomizationUnit": "user",
"default": true,
"standardRandomizationUnit": "user"
}
]
}
'{
"_projectId": "12345abcde67890fghij",
"_projectKey": "project-key-123abc",
"randomizationUnits": [
{
"randomizationUnit": "user",
"default": true,
"_hidden": true,
"_displayName": "User"
}
],
"_creationDate": "1654104600000",
"_links": {}
}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.
The project key
An array of randomization units allowed for this project.
Show child attributes
Experimentation settings response
The project ID
"12345abcde67890fghij"
The project key
"project-key-123abc"
An array of the randomization units in this project
Show child attributes
Timestamp of when the experiment was created
"1654104600000"
The location and content type of related resources
Show child attributes
curl --request PUT \
--url https://app.launchdarkly.com/api/v2/projects/{projectKey}/experimentation-settings \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"randomizationUnits": [
{
"randomizationUnit": "user",
"default": true,
"standardRandomizationUnit": "user"
}
]
}
'{
"_projectId": "12345abcde67890fghij",
"_projectKey": "project-key-123abc",
"randomizationUnits": [
{
"randomizationUnit": "user",
"default": true,
"_hidden": true,
"_displayName": "User"
}
],
"_creationDate": "1654104600000",
"_links": {}
}