Flag links (beta)
Update flag link
Update a flag link. Updating a flag link uses a JSON patch representation of the desired changes. To learn more, read Updates.
patch/api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey}/{id}
Path parameters
projectKeystring string required
The project key
The project key
featureFlagKeystring string required
The feature flag key
The feature flag key
idstring string required
The flag link ID
The flag link ID
Request body
Example request
[
{
"op": "replace",
"path": "/exampleField",
"value": "new example value"
}
]Response
Flag link response
Example response
{
"_key": "flag-link-key-123abc",
"_id": "1234a56b7c89d012345e678f",
"_deepLink": "https://example.com/archives/123123123",
"title": "Example link title",
"description": "Example link description"
}