Update flag link

Update a flag link. Updating a flag link uses a [JSON patch](https://datatracker.ietf.org/doc/html/rfc6902) representation of the desired changes. To learn more, read [Updates](https://launchdarkly.com/docs/api#updates).

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequiredformat: "string"
The project key
featureFlagKeystringRequiredformat: "string"
The feature flag key
idstringRequiredformat: "string"
The flag link ID

Request

This endpoint expects a list of objects.

Response

Flag link response
_idstring
The ID of this flag link
_timestampobject
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.
_createdAtlong
Timestamp of when the flag link was created
_keystringOptional
The flag link key
_integrationKeystringOptional

The integration key for an integration whose manifest.json includes the flagLink capability, if this is a flag link for an existing integration

titlestringOptional
The title of the flag link
descriptionstringOptional
The description of the flag link
_metadatamap from strings to stringsOptional

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.

_memberobjectOptional
Details on the member associated with this flag link

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error