Update a setting
Supply the unique id of the setting to update and an object describing which fields update
The values to update with
The values to update with
Ok
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "defaultValue": null,
- "value": null,
- "valueType": "boolean",
- "scope": {
- "type": "user",
- "id": "string",
- "role": "owner",
- "preventOverride": true,
- "visible": true
}, - "metadata": {
- "property1": null,
- "property2": null
}, - "expiredAt": "2019-08-24T14:15:22Z"
}
{- "id": "string",
- "defaultValue": null,
- "name": "string",
- "value": null,
- "valueType": "boolean",
- "scope": {
- "type": "user",
- "id": "string",
- "role": "owner",
- "preventOverride": true,
- "visible": true
}, - "metadata": {
- "property1": null,
- "property2": null
}, - "settingType": "feature_flag",
- "createdAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "expiredAt": "2019-08-24T14:15:22Z",
- "expired": true
}