Flag links (beta)
Create flag link
Create a new flag link. Flag links let you reference external resources and associate them with your flags.
post/api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey}
Path parameters
projectKeystring string required
The project key
The project key
featureFlagKeystring string required
The feature flag key
The feature flag key
Request body
Example request
{
"key": "flag-link-key-123abc",
"deepLink": "https://example.com/archives/123123123",
"title": "Example link title",
"description": "Example link description"
}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"
}