replace-setting
Replace the entire configuration of a feature flag or setting by ID. Provide every attribute you want to keep, since any omitted field resets to its default.
Instructions
This endpoint replaces the whole value of a Feature Flag or Setting
identified by the settingId parameter.
Important: As this endpoint is doing a complete replace, it's important to set every other attribute that you don't want to change in its original state. Not listing one means it will reset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| settingId | Yes | The identifier of the Setting. | |
| requestBody | Yes |