Skip to content

Commit 2d60c0d

Browse files
committed
Regen code, docs from swagger-codegen v3.0.34 and dependancy updates.
1 parent 27f1837 commit 2d60c0d

File tree

208 files changed

+1264
-525
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+1264
-525
lines changed

docs/AlertNotificationsApi.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
All URIs are relative to */*
44

5-
| Method | HTTP request | Description |
6-
| ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ | ---------------------------------- |
7-
| [**get_alert_notifications_for_app_using_post**](AlertNotificationsApi.md#get_alert_notifications_for_app_using_post) | **POST** /users-web/api/v3/apps/{appId}/notifications/alerts | Get alert notifications for an app |
8-
| [**get_alert_notifications_for_user_using_post**](AlertNotificationsApi.md#get_alert_notifications_for_user_using_post) | **POST** /users-web/api/v3/notifications/alerts | Get alert notifications for a user |
5+
| Method | HTTP request | Description |
6+
| ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ | ---------------------------------- |
7+
| [**get_alert_notifications_for_app_using_post1**](AlertNotificationsApi.md#get_alert_notifications_for_app_using_post1) | **POST** /users-web/api/v3/apps/{appId}/notifications/alerts | Get alert notifications for an app |
8+
| [**get_alert_notifications_for_user_using_post1**](AlertNotificationsApi.md#get_alert_notifications_for_user_using_post1) | **POST** /users-web/api/v3/notifications/alerts | Get alert notifications for a user |
99

10-
# **get_alert_notifications_for_app_using_post**
10+
# **get_alert_notifications_for_app_using_post1**
1111

12-
> NotificationsResponse get_alert_notifications_for_app_using_post(bodyapp_id)
12+
> NotificationsResponse get_alert_notifications_for_app_using_post1(bodyapp_id)
1313
1414
Get alert notifications for an app
1515

@@ -35,10 +35,10 @@ app_id = 789 # Integer | appId
3535

3636
begin
3737
#Get alert notifications for an app
38-
result = api_instance.get_alert_notifications_for_app_using_post(bodyapp_id)
38+
result = api_instance.get_alert_notifications_for_app_using_post1(bodyapp_id)
3939
p result
4040
rescue SematextCloud::ApiError => e
41-
puts "Exception when calling AlertNotificationsApi->get_alert_notifications_for_app_using_post: #{e}"
41+
puts "Exception when calling AlertNotificationsApi->get_alert_notifications_for_app_using_post1: #{e}"
4242
end
4343
```
4444

@@ -62,9 +62,9 @@ end
6262
- **Content-Type**: application/json
6363
- **Accept**: application/json
6464

65-
# **get_alert_notifications_for_user_using_post**
65+
# **get_alert_notifications_for_user_using_post1**
6666

67-
> NotificationsResponse get_alert_notifications_for_user_using_post(body)
67+
> NotificationsResponse get_alert_notifications_for_user_using_post1(body)
6868
6969
Get alert notifications for a user
7070

@@ -89,10 +89,10 @@ body = SematextCloud::AlertNotificationRequest.new # AlertNotificationRequest |
8989

9090
begin
9191
#Get alert notifications for a user
92-
result = api_instance.get_alert_notifications_for_user_using_post(body)
92+
result = api_instance.get_alert_notifications_for_user_using_post1(body)
9393
p result
9494
rescue SematextCloud::ApiError => e
95-
puts "Exception when calling AlertNotificationsApi->get_alert_notifications_for_user_using_post: #{e}"
95+
puts "Exception when calling AlertNotificationsApi->get_alert_notifications_for_user_using_post1: #{e}"
9696
end
9797
```
9898

docs/AlertRule.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
| **notification_emails** | **Array<String>** | | [optional] |
3939
| **notification_integrations** | [**Array<NotificationIntegration>**](NotificationIntegration.md) | | [optional] |
4040
| **notifications_enabled** | **BOOLEAN** | | [optional] |
41+
| **priority** | **String** | | [optional] |
4142
| **query** | **String** | | [optional] |
4243
| **report_name** | **String** | | [optional] |
4344
| **rule_key** | **Integer** | | [optional] |

docs/AlertsApi.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
All URIs are relative to */*
44

5-
| Method | HTTP request | Description |
6-
| ----------------------------------------------------------------------------------------- | ------------------------------------------------------------ | -------------------------- |
7-
| [**create_alert_using_post**](AlertsApi.md#create_alert_using_post) | **POST** /users-web/api/v3/alerts | Create alert rule |
8-
| [**delete_alert_rule_using_delete1**](AlertsApi.md#delete_alert_rule_using_delete1) | **DELETE** /users-web/api/v3/alerts/{updateableAlertId} | Delete alert rule |
9-
| [**disable_alert_rule_using_put**](AlertsApi.md#disable_alert_rule_using_put) | **PUT** /users-web/api/v3/alerts/{updateableAlertId}/disable | Disable alert rule |
10-
| [**enable_alert_rule_using_put**](AlertsApi.md#enable_alert_rule_using_put) | **PUT** /users-web/api/v3/alerts/{updateableAlertId}/enable | Enable alert rule |
11-
| [**get_alert_rules_for_app_using_get1**](AlertsApi.md#get_alert_rules_for_app_using_get1) | **GET** /users-web/api/v3/apps/{appId}/alerts | Get alert rules for an app |
5+
| Method | HTTP request | Description |
6+
| --------------------------------------------------------------------------------------- | ------------------------------------------------------------ | -------------------------- |
7+
| [**create_alert_using_post**](AlertsApi.md#create_alert_using_post) | **POST** /users-web/api/v3/alerts | Create alert rule |
8+
| [**delete_alert_rule_using_delete**](AlertsApi.md#delete_alert_rule_using_delete) | **DELETE** /users-web/api/v3/alerts/{updateableAlertId} | Delete alert rule |
9+
| [**disable_alert_rule_using_put**](AlertsApi.md#disable_alert_rule_using_put) | **PUT** /users-web/api/v3/alerts/{updateableAlertId}/disable | Disable alert rule |
10+
| [**enable_alert_rule_using_put**](AlertsApi.md#enable_alert_rule_using_put) | **PUT** /users-web/api/v3/alerts/{updateableAlertId}/enable | Enable alert rule |
11+
| [**get_alert_rules_for_app_using_get**](AlertsApi.md#get_alert_rules_for_app_using_get) | **GET** /users-web/api/v3/apps/{appId}/alerts | Get alert rules for an app |
1212

1313
# **create_alert_using_post**
1414

@@ -61,9 +61,9 @@ end
6161
- **Content-Type**: application/json
6262
- **Accept**: application/json
6363

64-
# **delete_alert_rule_using_delete1**
64+
# **delete_alert_rule_using_delete**
6565

66-
> GenericMapBasedApiResponse delete_alert_rule_using_delete1(updateable_alert_id)
66+
> GenericMapBasedApiResponse delete_alert_rule_using_delete(updateable_alert_id)
6767
6868
Delete alert rule
6969

@@ -86,10 +86,10 @@ updateable_alert_id = 789 # Integer | updateableAlertId
8686

8787
begin
8888
#Delete alert rule
89-
result = api_instance.delete_alert_rule_using_delete1(updateable_alert_id)
89+
result = api_instance.delete_alert_rule_using_delete(updateable_alert_id)
9090
p result
9191
rescue SematextCloud::ApiError => e
92-
puts "Exception when calling AlertsApi->delete_alert_rule_using_delete1: #{e}"
92+
puts "Exception when calling AlertsApi->delete_alert_rule_using_delete: #{e}"
9393
end
9494
```
9595

@@ -214,9 +214,9 @@ end
214214
- **Content-Type**: Not defined
215215
- **Accept**: application/json
216216

217-
# **get_alert_rules_for_app_using_get1**
217+
# **get_alert_rules_for_app_using_get**
218218

219-
> AlertRulesResponse get_alert_rules_for_app_using_get1(app_id)
219+
> AlertRulesResponse get_alert_rules_for_app_using_get(app_id)
220220
221221
Get alert rules for an app
222222

@@ -239,10 +239,10 @@ app_id = 789 # Integer | appId
239239

240240
begin
241241
#Get alert rules for an app
242-
result = api_instance.get_alert_rules_for_app_using_get1(app_id)
242+
result = api_instance.get_alert_rules_for_app_using_get(app_id)
243243
p result
244244
rescue SematextCloud::ApiError => e
245-
puts "Exception when calling AlertsApi->get_alert_rules_for_app_using_get1: #{e}"
245+
puts "Exception when calling AlertsApi->get_alert_rules_for_app_using_get: #{e}"
246246
end
247247
```
248248

docs/AppsApi.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ All URIs are relative to */*
66
| ----------------------------------------------------------------------------- | ---------------------------------------------------------- | ------------------------------------------------------------------ |
77
| [**delete_using_delete**](AppsApi.md#delete_using_delete) | **DELETE** /users-web/api/v3/apps/{anyStateAppId} | delete |
88
| [**get_app_types_using_get**](AppsApi.md#get_app_types_using_get) | **GET** /users-web/api/v3/apps/types | Get all App types supported for the account identified with apiKey |
9-
| [**get_using_get**](AppsApi.md#get_using_get) | **GET** /users-web/api/v3/apps/{anyStateAppId} | Gets defails for one particular App |
10-
| [**invite_app_guests_using_post**](AppsApi.md#invite_app_guests_using_post) | **POST** /users-web/api/v3/apps/guests | Invite guests to an app |
9+
| [**get_using_get1**](AppsApi.md#get_using_get1) | **GET** /users-web/api/v3/apps/{anyStateAppId} | Gets defails for one particular App |
10+
| [**invite_app_guests_using_post1**](AppsApi.md#invite_app_guests_using_post1) | **POST** /users-web/api/v3/apps/guests | Invite guests to an app |
1111
| [**list_apps_users_using_get**](AppsApi.md#list_apps_users_using_get) | **GET** /users-web/api/v3/apps/users | Get all users of apps accessible to this account |
12-
| [**list_using_get**](AppsApi.md#list_using_get) | **GET** /users-web/api/v3/apps | Get all apps accessible by account identified with apiKey |
12+
| [**list_using_get1**](AppsApi.md#list_using_get1) | **GET** /users-web/api/v3/apps | Get all apps accessible by account identified with apiKey |
1313
| [**update_description_using_put1**](AppsApi.md#update_description_using_put1) | **PUT** /users-web/api/v3/apps/{anyStateAppId}/description | Update description of the app |
14-
| [**update_using_put2**](AppsApi.md#update_using_put2) | **PUT** /users-web/api/v3/apps/{anyStateAppId} | Update app |
14+
| [**update_using_put3**](AppsApi.md#update_using_put3) | **PUT** /users-web/api/v3/apps/{anyStateAppId} | Update app |
1515

1616
# **delete_using_delete**
1717

@@ -111,9 +111,9 @@ This endpoint does not need any parameter.
111111
- **Content-Type**: Not defined
112112
- **Accept**: application/json
113113

114-
# **get_using_get**
114+
# **get_using_get1**
115115

116-
> AppResponse get_using_get(any_state_app_id)
116+
> AppResponse get_using_get1(any_state_app_id)
117117
118118
Gets defails for one particular App
119119

@@ -136,10 +136,10 @@ any_state_app_id = 789 # Integer | anyStateAppId
136136

137137
begin
138138
#Gets defails for one particular App
139-
result = api_instance.get_using_get(any_state_app_id)
139+
result = api_instance.get_using_get1(any_state_app_id)
140140
p result
141141
rescue SematextCloud::ApiError => e
142-
puts "Exception when calling AppsApi->get_using_get: #{e}"
142+
puts "Exception when calling AppsApi->get_using_get1: #{e}"
143143
end
144144
```
145145

@@ -162,9 +162,9 @@ end
162162
- **Content-Type**: Not defined
163163
- **Accept**: application/json
164164

165-
# **invite_app_guests_using_post**
165+
# **invite_app_guests_using_post1**
166166

167-
> GenericMapBasedApiResponse invite_app_guests_using_post(body)
167+
> GenericMapBasedApiResponse invite_app_guests_using_post1(body)
168168
169169
Invite guests to an app
170170

@@ -187,10 +187,10 @@ body = SematextCloud::Invitation.new # Invitation | For `app` and `apps` fields
187187

188188
begin
189189
#Invite guests to an app
190-
result = api_instance.invite_app_guests_using_post(body)
190+
result = api_instance.invite_app_guests_using_post1(body)
191191
p result
192192
rescue SematextCloud::ApiError => e
193-
puts "Exception when calling AppsApi->invite_app_guests_using_post: #{e}"
193+
puts "Exception when calling AppsApi->invite_app_guests_using_post1: #{e}"
194194
end
195195
```
196196

@@ -260,9 +260,9 @@ This endpoint does not need any parameter.
260260
- **Content-Type**: Not defined
261261
- **Accept**: application/json
262262

263-
# **list_using_get**
263+
# **list_using_get1**
264264

265-
> AppsResponse list_using_get
265+
> AppsResponse list_using_get1
266266
267267
Get all apps accessible by account identified with apiKey
268268

@@ -283,10 +283,10 @@ api_instance = SematextCloud::AppsApi.new
283283

284284
begin
285285
#Get all apps accessible by account identified with apiKey
286-
result = api_instance.list_using_get
286+
result = api_instance.list_using_get1
287287
p result
288288
rescue SematextCloud::ApiError => e
289-
puts "Exception when calling AppsApi->list_using_get: #{e}"
289+
puts "Exception when calling AppsApi->list_using_get1: #{e}"
290290
end
291291
```
292292

@@ -363,9 +363,9 @@ end
363363
- **Content-Type**: application/json
364364
- **Accept**: application/json
365365

366-
# **update_using_put2**
366+
# **update_using_put3**
367367

368-
> AppResponse update_using_put2(bodyany_state_app_id)
368+
> AppResponse update_using_put3(bodyany_state_app_id)
369369
370370
Update app
371371

@@ -391,10 +391,10 @@ any_state_app_id = 789 # Integer | App Id
391391

392392
begin
393393
#Update app
394-
result = api_instance.update_using_put2(bodyany_state_app_id)
394+
result = api_instance.update_using_put3(bodyany_state_app_id)
395395
p result
396396
rescue SematextCloud::ApiError => e
397-
puts "Exception when calling AppsApi->update_using_put2: #{e}"
397+
puts "Exception when calling AppsApi->update_using_put3: #{e}"
398398
end
399399
```
400400

docs/AwsSettingsControllerApi.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
All URIs are relative to */*
44

5-
| Method | HTTP request | Description |
6-
| ---------------------------------------------------------------------- | ------------------------------------------ | ----------------------------------------- |
7-
| [**update_using_put1**](AwsSettingsControllerApi.md#update_using_put1) | **PUT** /users-web/api/v3/apps/{appId}/aws | Update App's AWS CloudWatch settings |
5+
| Method | HTTP request | Description |
6+
| -------------------------------------------------------------------- | ------------------------------------------ | ----------------------------------------- |
7+
| [**update_using_put**](AwsSettingsControllerApi.md#update_using_put) | **PUT** /users-web/api/v3/apps/{appId}/aws | Update App's AWS CloudWatch settings |
88

9-
# **update_using_put1**
9+
# **update_using_put**
1010

11-
> CloudWatchSettingsResponse update_using_put1(bodyapp_id)
11+
> CloudWatchSettingsResponse update_using_put(bodyapp_id)
1212
1313
Update App's AWS CloudWatch settings
1414

@@ -34,10 +34,10 @@ app_id = 789 # Integer | appId
3434

3535
begin
3636
#Update App's AWS CloudWatch settings
37-
result = api_instance.update_using_put1(bodyapp_id)
37+
result = api_instance.update_using_put(bodyapp_id)
3838
p result
3939
rescue SematextCloud::ApiError => e
40-
puts "Exception when calling AwsSettingsControllerApi->update_using_put1: #{e}"
40+
puts "Exception when calling AwsSettingsControllerApi->update_using_put: #{e}"
4141
end
4242
```
4343

docs/BillingApi.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ All URIs are relative to */*
44

55
| Method | HTTP request | Description |
66
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------ | ---------------------- |
7-
| [**get_detailed_invoice_using_get**](BillingApi.md#get_detailed_invoice_using_get) | **GET** /users-web/api/v3/billing/invoice/{service}/{year}/{month} | Get invoice details |
7+
| [**get_detailed_invoice_using_get1**](BillingApi.md#get_detailed_invoice_using_get1) | **GET** /users-web/api/v3/billing/invoice/{service}/{year}/{month} | Get invoice details |
88
| [**list_available_plans_using_get1**](BillingApi.md#list_available_plans_using_get1) | **GET** /users-web/api/v3/billing/availablePlans | Get available plans |
9-
| [**update_plan_using_put**](BillingApi.md#update_plan_using_put) | **PUT** /users-web/api/v3/billing/info/{appId} | Update plan for an app |
9+
| [**update_plan_using_put1**](BillingApi.md#update_plan_using_put1) | **PUT** /users-web/api/v3/billing/info/{appId} | Update plan for an app |
1010

11-
# **get_detailed_invoice_using_get**
11+
# **get_detailed_invoice_using_get1**
1212

13-
> InvoiceResponse get_detailed_invoice_using_get(service, year, month)
13+
> InvoiceResponse get_detailed_invoice_using_get1(service, year, month)
1414
1515
Get invoice details
1616

@@ -35,10 +35,10 @@ month = 56 # Integer | month
3535

3636
begin
3737
#Get invoice details
38-
result = api_instance.get_detailed_invoice_using_get(service, year, month)
38+
result = api_instance.get_detailed_invoice_using_get1(service, year, month)
3939
p result
4040
rescue SematextCloud::ApiError => e
41-
puts "Exception when calling BillingApi->get_detailed_invoice_using_get: #{e}"
41+
puts "Exception when calling BillingApi->get_detailed_invoice_using_get1: #{e}"
4242
end
4343
```
4444

@@ -117,9 +117,9 @@ end
117117
- **Content-Type**: Not defined
118118
- **Accept**: application/json
119119

120-
# **update_plan_using_put**
120+
# **update_plan_using_put1**
121121

122-
> UpdatePlanResponse update_plan_using_put(bodyapp_id)
122+
> UpdatePlanResponse update_plan_using_put1(bodyapp_id)
123123
124124
Update plan for an app
125125

@@ -143,10 +143,10 @@ app_id = 789 # Integer | appId
143143

144144
begin
145145
#Update plan for an app
146-
result = api_instance.update_plan_using_put(bodyapp_id)
146+
result = api_instance.update_plan_using_put1(bodyapp_id)
147147
p result
148148
rescue SematextCloud::ApiError => e
149-
puts "Exception when calling BillingApi->update_plan_using_put: #{e}"
149+
puts "Exception when calling BillingApi->update_plan_using_put1: #{e}"
150150
end
151151
```
152152

0 commit comments

Comments
 (0)