Skip to content

Commit f65a693

Browse files
Regenerated based on latest api (#11)
* regenerated api * regen
1 parent 13ea2d5 commit f65a693

21 files changed

+2034
-191
lines changed

.openapi-generator/FILES

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ docs/CreateProductRequest.md
5151
docs/CreateSegmentModel.md
5252
docs/CreateSettingInitialValues.md
5353
docs/CreateTagModel.md
54-
docs/CreateWebHookRequest.md
5554
docs/DeleteIntegrationLinkModel.md
5655
docs/DeleteRepositoryReportsRequest.md
5756
docs/EnvironmentAccessModel.md
@@ -101,6 +100,7 @@ docs/ProductsApi.md
101100
docs/ReasonRequiredEnvironmentModel.md
102101
docs/ReferenceLine.md
103102
docs/ReferenceLines.md
103+
docs/ReplaceSettingModel.md
104104
docs/RolloutPercentageItemModel.md
105105
docs/RolloutRuleComparator.md
106106
docs/RolloutRuleModel.md
@@ -140,6 +140,9 @@ docs/UserConditionModel.md
140140
docs/UserModel.md
141141
docs/ValueModel.md
142142
docs/WebHookHttpMethod.md
143+
docs/WebHookRequest.md
144+
docs/WebhookConfig.md
145+
docs/WebhookEnvironment.md
143146
docs/WebhookHeaderModel.md
144147
docs/WebhookModel.md
145148
docs/WebhookSigningKeysModel.md
@@ -172,7 +175,6 @@ model_create_product_request.go
172175
model_create_segment_model.go
173176
model_create_setting_initial_values.go
174177
model_create_tag_model.go
175-
model_create_web_hook_request.go
176178
model_delete_integration_link_model.go
177179
model_delete_repository_reports_request.go
178180
model_environment_access_model.go
@@ -210,6 +212,7 @@ model_product_model.go
210212
model_reason_required_environment_model.go
211213
model_reference_line.go
212214
model_reference_lines.go
215+
model_replace_setting_model.go
213216
model_rollout_percentage_item_model.go
214217
model_rollout_rule_comparator.go
215218
model_rollout_rule_model.go
@@ -246,6 +249,9 @@ model_user_condition_model.go
246249
model_user_model.go
247250
model_value_model.go
248251
model_web_hook_http_method.go
252+
model_web_hook_request.go
253+
model_webhook_config.go
254+
model_webhook_environment.go
249255
model_webhook_header_model.go
250256
model_webhook_model.go
251257
model_webhook_signing_keys_model.go

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ Class | Method | HTTP request | Description
149149
*FeatureFlagsSettingsApi* | [**DeleteSetting**](docs/FeatureFlagsSettingsApi.md#deletesetting) | **Delete** /v1/settings/{settingId} | Delete Flag
150150
*FeatureFlagsSettingsApi* | [**GetSetting**](docs/FeatureFlagsSettingsApi.md#getsetting) | **Get** /v1/settings/{settingId} | Get Flag
151151
*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
152153
*FeatureFlagsSettingsApi* | [**UpdateSetting**](docs/FeatureFlagsSettingsApi.md#updatesetting) | **Patch** /v1/settings/{settingId} | Update Flag
153154
*IntegrationLinksApi* | [**AddOrUpdateIntegrationLink**](docs/IntegrationLinksApi.md#addorupdateintegrationlink) | **Post** /v1/environments/{environmentId}/settings/{settingId}/integrationLinks/{integrationLinkType}/{key} | Add or update Integration link
154155
*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
196197
*WebhooksApi* | [**GetWebhook**](docs/WebhooksApi.md#getwebhook) | **Get** /v1/webhooks/{webhookId} | Get Webhook
197198
*WebhooksApi* | [**GetWebhookSigningKeys**](docs/WebhooksApi.md#getwebhooksigningkeys) | **Get** /v1/webhooks/{webhookId}/keys | Get Webhook Signing Keys
198199
*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
199201
*WebhooksApi* | [**UpdateWebhook**](docs/WebhooksApi.md#updatewebhook) | **Patch** /v1/webhooks/{webhookId} | Update Webhook
200202

201203

@@ -226,7 +228,6 @@ Class | Method | HTTP request | Description
226228
- [CreateSegmentModel](docs/CreateSegmentModel.md)
227229
- [CreateSettingInitialValues](docs/CreateSettingInitialValues.md)
228230
- [CreateTagModel](docs/CreateTagModel.md)
229-
- [CreateWebHookRequest](docs/CreateWebHookRequest.md)
230231
- [DeleteIntegrationLinkModel](docs/DeleteIntegrationLinkModel.md)
231232
- [DeleteRepositoryReportsRequest](docs/DeleteRepositoryReportsRequest.md)
232233
- [EnvironmentAccessModel](docs/EnvironmentAccessModel.md)
@@ -264,6 +265,7 @@ Class | Method | HTTP request | Description
264265
- [ReasonRequiredEnvironmentModel](docs/ReasonRequiredEnvironmentModel.md)
265266
- [ReferenceLine](docs/ReferenceLine.md)
266267
- [ReferenceLines](docs/ReferenceLines.md)
268+
- [ReplaceSettingModel](docs/ReplaceSettingModel.md)
267269
- [RolloutPercentageItemModel](docs/RolloutPercentageItemModel.md)
268270
- [RolloutRuleComparator](docs/RolloutRuleComparator.md)
269271
- [RolloutRuleModel](docs/RolloutRuleModel.md)
@@ -300,6 +302,9 @@ Class | Method | HTTP request | Description
300302
- [UserModel](docs/UserModel.md)
301303
- [ValueModel](docs/ValueModel.md)
302304
- [WebHookHttpMethod](docs/WebHookHttpMethod.md)
305+
- [WebHookRequest](docs/WebHookRequest.md)
306+
- [WebhookConfig](docs/WebhookConfig.md)
307+
- [WebhookEnvironment](docs/WebhookEnvironment.md)
303308
- [WebhookHeaderModel](docs/WebhookHeaderModel.md)
304309
- [WebhookModel](docs/WebhookModel.md)
305310
- [WebhookSigningKeysModel](docs/WebhookSigningKeysModel.md)

0 commit comments

Comments
 (0)