Get migration safety issues

Returns the migration safety issues that are associated with the POSTed flag patch. The patch must use the semantic patch format for updating feature flags.

Path parameters

projectKeystringRequired

The project key

flagKeystringRequired

The migration flag key

environmentKeystringRequired

The environment key

Headers

AuthorizationstringRequired

Request

This endpoint expects an object.
instructionslist of maps from strings to anyRequired

Semantic patch instructions. The same ones that are valid for flags are valid here.

commentstringOptional

Response

Migration safety issues found

causingRuleIdstringOptional

The ID of the rule which caused this issue

affectedRuleIdslist of stringsOptional

A list of the IDs of the rules which are affected by this issue. fallthrough is a sentinel value for the default rule.

issuestringOptional

A description of the issue that causingRuleId has caused for affectedRuleIds.

oldSystemAffectedbooleanOptional

Whether the changes caused by causingRuleId bring inconsistency to the old system

Errors