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
projectKey
The project key
flagKey
The migration flag key
environmentKey
The environment key
Headers
Authorization
Request
This endpoint expects an object.
instructions
Semantic patch instructions. The same ones that are valid for flags are valid here.
comment
Response
Migration safety issues found
causingRuleId
The ID of the rule which caused this issue
affectedRuleIds
A list of the IDs of the rules which are affected by this issue. fallthrough
is a sentinel value for the default rule.
issue
A description of the issue that causingRuleId
has caused for affectedRuleIds
.
oldSystemAffected
Whether the changes caused by causingRuleId
bring inconsistency to the old system