Get migration safety issues

POST
/api/v2/projects/:projectKey/flags/:flagKey/environments/:environmentKey/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

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

list of objects or null

Errors

Built with