For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Update a flag link. Updating a flag link uses a JSON patch representation of the desired changes. To learn more, read Updates.
curl --request PATCH \
--url https://app.launchdarkly.com/api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey}/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
[
{
"op": "replace",
"path": "/title",
"value": "Updated flag link title"
}
]
'{
"_links": {},
"_id": "1234a56b7c89d012345e678f",
"_deepLink": "https://example.com/archives/123123123",
"_timestamp": "{\"milliseconds\": 1655342199935, \"seconds\": 1655342199, \"rfc3339\": \"2022-06-16T01:16:39Z\", \"simple\": \"2022-06-16 01:16:39\"}",
"_createdAt": "1654104600000",
"_key": "flag-link-key-123abc",
"_integrationKey": "<string>",
"title": "Example link title",
"description": "Example link description",
"_metadata": {},
"_member": {
"_links": {},
"_id": "<string>",
"firstName": "<string>",
"lastName": "<string>"
}
}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
The feature flag key
The flag link ID
Flag link response
The location and content type of related resources
Show child attributes
The ID of this flag link
"1234a56b7c89d012345e678f"
The URL for the external resource the flag is linked to
"https://example.com/archives/123123123"
The time to mark this flag link as associated with the external URL. Defaults to the creation time of the flag link, but can be set to another time during creation.
Show child attributes
"{\"milliseconds\": 1655342199935, \"seconds\": 1655342199, \"rfc3339\": \"2022-06-16T01:16:39Z\", \"simple\": \"2022-06-16 01:16:39\"}"
Timestamp of when the flag link was created
"1654104600000"
The flag link key
"flag-link-key-123abc"
The integration key for an integration whose manifest.json includes the flagLink capability, if this is a flag link for an existing integration
The title of the flag link
"Example link title"
The description of the flag link
"Example link description"
The metadata required by this integration in order to create a flag link, if this is a flag link for an existing integration. Defined in the integration's manifest.json file under flagLink.
Show child attributes
Details on the member associated with this flag link
Show child attributes
curl --request PATCH \
--url https://app.launchdarkly.com/api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey}/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
[
{
"op": "replace",
"path": "/title",
"value": "Updated flag link title"
}
]
'{
"_links": {},
"_id": "1234a56b7c89d012345e678f",
"_deepLink": "https://example.com/archives/123123123",
"_timestamp": "{\"milliseconds\": 1655342199935, \"seconds\": 1655342199, \"rfc3339\": \"2022-06-16T01:16:39Z\", \"simple\": \"2022-06-16 01:16:39\"}",
"_createdAt": "1654104600000",
"_key": "flag-link-key-123abc",
"_integrationKey": "<string>",
"title": "Example link title",
"description": "Example link description",
"_metadata": {},
"_member": {
"_links": {},
"_id": "<string>",
"firstName": "<string>",
"lastName": "<string>"
}
}