DocsAPITARGET_CONFIGURATION_STALE.md
TARGET_CONFIGURATION_STALE
- HTTP status
- 409
- Recommended action
- REFRESH_AND_REPROPOSE
- Details payload
{ flagId: string, environmentId: string, expectedConfigVersion: number, currentConfigVersion: number, recommendedAction: "REFRESH_AND_REPROPOSE" }
Cause
The target Flag Configuration changed after the caller read the version used for the conclusion proposal.
Fix
Read the current target Flag Configuration and create a new proposal against its current version. No Run or target state changed.