@@ -149,6 +149,7 @@ Class | Method | HTTP request | Description
149
149
* FeatureFlagsSettingsApi* | [ ** DeleteSetting** ] ( docs/FeatureFlagsSettingsApi.md#deletesetting ) | ** Delete** /v1/settings/{settingId} | Delete Flag
150
150
* FeatureFlagsSettingsApi* | [ ** GetSetting** ] ( docs/FeatureFlagsSettingsApi.md#getsetting ) | ** Get** /v1/settings/{settingId} | Get Flag
151
151
* FeatureFlagsSettingsApi* | [ ** GetSettings** ] ( docs/FeatureFlagsSettingsApi.md#getsettings ) | ** Get** /v1/configs/{configId}/settings | List Flags
152
+ * FeatureFlagsSettingsApi* | [ ** ReplaceSetting** ] ( docs/FeatureFlagsSettingsApi.md#replacesetting ) | ** Put** /v1/settings/{settingId} | Replace Flag
152
153
* FeatureFlagsSettingsApi* | [ ** UpdateSetting** ] ( docs/FeatureFlagsSettingsApi.md#updatesetting ) | ** Patch** /v1/settings/{settingId} | Update Flag
153
154
* IntegrationLinksApi* | [ ** AddOrUpdateIntegrationLink** ] ( docs/IntegrationLinksApi.md#addorupdateintegrationlink ) | ** Post** /v1/environments/{environmentId}/settings/{settingId}/integrationLinks/{integrationLinkType}/{key} | Add or update Integration link
154
155
* IntegrationLinksApi* | [ ** DeleteIntegrationLink** ] ( docs/IntegrationLinksApi.md#deleteintegrationlink ) | ** Delete** /v1/environments/{environmentId}/settings/{settingId}/integrationLinks/{integrationLinkType}/{key} | Delete Integration link
@@ -196,6 +197,7 @@ Class | Method | HTTP request | Description
196
197
* WebhooksApi* | [ ** GetWebhook** ] ( docs/WebhooksApi.md#getwebhook ) | ** Get** /v1/webhooks/{webhookId} | Get Webhook
197
198
* WebhooksApi* | [ ** GetWebhookSigningKeys** ] ( docs/WebhooksApi.md#getwebhooksigningkeys ) | ** Get** /v1/webhooks/{webhookId}/keys | Get Webhook Signing Keys
198
199
* WebhooksApi* | [ ** GetWebhooks** ] ( docs/WebhooksApi.md#getwebhooks ) | ** Get** /v1/products/{productId}/webhooks | List Webhooks
200
+ * WebhooksApi* | [ ** ReplaceWebhook** ] ( docs/WebhooksApi.md#replacewebhook ) | ** Put** /v1/webhooks/{webhookId} | Replace Webhook
199
201
* WebhooksApi* | [ ** UpdateWebhook** ] ( docs/WebhooksApi.md#updatewebhook ) | ** Patch** /v1/webhooks/{webhookId} | Update Webhook
200
202
201
203
@@ -226,7 +228,6 @@ Class | Method | HTTP request | Description
226
228
- [ CreateSegmentModel] ( docs/CreateSegmentModel.md )
227
229
- [ CreateSettingInitialValues] ( docs/CreateSettingInitialValues.md )
228
230
- [ CreateTagModel] ( docs/CreateTagModel.md )
229
- - [ CreateWebHookRequest] ( docs/CreateWebHookRequest.md )
230
231
- [ DeleteIntegrationLinkModel] ( docs/DeleteIntegrationLinkModel.md )
231
232
- [ DeleteRepositoryReportsRequest] ( docs/DeleteRepositoryReportsRequest.md )
232
233
- [ EnvironmentAccessModel] ( docs/EnvironmentAccessModel.md )
@@ -264,6 +265,7 @@ Class | Method | HTTP request | Description
264
265
- [ ReasonRequiredEnvironmentModel] ( docs/ReasonRequiredEnvironmentModel.md )
265
266
- [ ReferenceLine] ( docs/ReferenceLine.md )
266
267
- [ ReferenceLines] ( docs/ReferenceLines.md )
268
+ - [ ReplaceSettingModel] ( docs/ReplaceSettingModel.md )
267
269
- [ RolloutPercentageItemModel] ( docs/RolloutPercentageItemModel.md )
268
270
- [ RolloutRuleComparator] ( docs/RolloutRuleComparator.md )
269
271
- [ RolloutRuleModel] ( docs/RolloutRuleModel.md )
@@ -300,6 +302,9 @@ Class | Method | HTTP request | Description
300
302
- [ UserModel] ( docs/UserModel.md )
301
303
- [ ValueModel] ( docs/ValueModel.md )
302
304
- [ WebHookHttpMethod] ( docs/WebHookHttpMethod.md )
305
+ - [ WebHookRequest] ( docs/WebHookRequest.md )
306
+ - [ WebhookConfig] ( docs/WebhookConfig.md )
307
+ - [ WebhookEnvironment] ( docs/WebhookEnvironment.md )
303
308
- [ WebhookHeaderModel] ( docs/WebhookHeaderModel.md )
304
309
- [ WebhookModel] ( docs/WebhookModel.md )
305
310
- [ WebhookSigningKeysModel] ( docs/WebhookSigningKeysModel.md )
0 commit comments