Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.13 KB

File metadata and controls

17 lines (9 loc) · 1.13 KB

UpdateEvaluationFormulaWithLatestVersionModel

Properties

Name Type Description Notes
defaultValue UpdateValueModel
targetingRules List<UpdateTargetingRuleModel> The targeting rules of the Feature Flag or Setting. [optional]
percentageEvaluationAttribute String The user attribute used for percentage evaluation. If not set, it defaults to the `Identifier` user object attribute. [optional]
settingId Integer The identifier of the feature flag or setting. [optional]
latestVersionId UUID The version identifier of the last change made to the Feature Flag or Setting in the Environment. It can be used to make sure concurrent updates are not overwriting each other. If provided and the version identifier does not match the current version, the update will be rejected with a 409 Conflict response. The latest version id can be acquired from the `LastVersionId` property of the response models. [optional]