For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Associate repositories with projects
curl --request PUT \
--url https://app.launchdarkly.com/api/v2/engineering-insights/repositories/projects \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"mappings": [
{
"repositoryKey": "launchdarkly/LaunchDarkly-Docs",
"projectKey": "default"
}
]
}
'{
"totalCount": 1,
"items": [
{
"repositoryKey": "launchdarkly/LaunchDarkly-Docs",
"projectKey": "default"
}
],
"_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.
Show child attributes
curl --request PUT \
--url https://app.launchdarkly.com/api/v2/engineering-insights/repositories/projects \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"mappings": [
{
"repositoryKey": "launchdarkly/LaunchDarkly-Docs",
"projectKey": "default"
}
]
}
'{
"totalCount": 1,
"items": [
{
"repositoryKey": "launchdarkly/LaunchDarkly-Docs",
"projectKey": "default"
}
],
"_links": {}
}