Skip to content

Commit 040e82a

Browse files
authored
Merge pull request #25 from sematext/SC-12618
Regenerated client for update to swagger-godegen v3.0.30
2 parents f7e1d33 + 7426e7c commit 040e82a

File tree

145 files changed

+1399
-903
lines changed

Some content is hidden

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

145 files changed

+1399
-903
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'com.sematext'
5-
version = '0.1.2'
5+
version = '0.4.0'
66

77
buildscript {
88
repositories {

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ lazy val root = (project in file(".")).
99
publishArtifact in (Compile, packageDoc) := false,
1010
resolvers += Resolver.mavenLocal,
1111
libraryDependencies ++= Seq(
12-
"io.swagger" % "swagger-annotations" % "1.5.17",
12+
"io.swagger.core.v3" % "swagger-annotations" % "2.0.0",
1313
"com.squareup.okhttp" % "okhttp" % "2.7.5",
1414
"com.squareup.okhttp" % "logging-interceptor" % "2.7.5",
1515
"com.google.code.gson" % "gson" % "2.8.1",
16-
"io.gsonfire" % "gson-fire" % "1.8.0" % "compile",
16+
"io.gsonfire" % "gson-fire" % "1.8.3" % "compile",
1717
"junit" % "junit" % "4.12" % "test",
1818
"com.novocode" % "junit-interface" % "0.10" % "test"
1919
)

docs/AlertNotification.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# AlertNotification
22

33
## Properties
4+
45
| Name | Type | Description | Notes |
56
| ---------------- | ----------- | ----------- | ---------- |
67
| **appName** | **String** | | [optional] |

docs/AlertNotificationRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# AlertNotificationRequest
22

33
## Properties
4+
45
| Name | Type | Description | Notes |
56
| ------------------- | ---------- | --------------------------------------------------------------------------------------------------------------- | ---------- |
67
| **defaultInterval** | **Long** | | [optional] |

docs/AlertNotificationsApi.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@ All URIs are relative to */*
88
| [**getAlertNotificationsForUserUsingPOST**](AlertNotificationsApi.md#getAlertNotificationsForUserUsingPOST) | **POST** /users-web/api/v3/notifications/alerts | Get alert notifications for a user |
99

1010
<a name="getAlertNotificationsForAppUsingPOST"></a>
11+
1112
# **getAlertNotificationsForAppUsingPOST**
13+
1214
> NotificationsResponse getAlertNotificationsForAppUsingPOST(body, appId)
1315
1416
Get alert notifications for an app
1517

1618
Default value of interval is 1d
1719

1820
### Example
21+
1922
```java
2023
// Import classes:
2124
//import com.sematext.cloud.ApiClient;
@@ -61,18 +64,21 @@ try {
6164

6265
### HTTP request headers
6366

64-
- **Content-Type**: application/json
65-
- **Accept**: application/json
67+
- **Content-Type**: application/json
68+
- **Accept**: application/json
6669

6770
<a name="getAlertNotificationsForUserUsingPOST"></a>
71+
6872
# **getAlertNotificationsForUserUsingPOST**
73+
6974
> NotificationsResponse getAlertNotificationsForUserUsingPOST(body)
7075
7176
Get alert notifications for a user
7277

7378
Default value of interval is 1d
7479

7580
### Example
81+
7682
```java
7783
// Import classes:
7884
//import com.sematext.cloud.ApiClient;
@@ -116,5 +122,5 @@ try {
116122

117123
### HTTP request headers
118124

119-
- **Content-Type**: application/json
120-
- **Accept**: application/json
125+
- **Content-Type**: application/json
126+
- **Accept**: application/json

docs/AlertRule.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# AlertRule
22

33
## Properties
4+
45
| Name | Type | Description | Notes |
56
| ----------------------------------------- | ----------------------------------------------------------------------------- | ----------- | ---------- |
67
| **accountEmail** | **String** | | [optional] |
@@ -53,7 +54,9 @@
5354
| **valueName** | **String** | | [optional] |
5455

5556
<a name="EstimateOperationEnum"></a>
57+
5658
## Enum: EstimateOperationEnum
59+
5760
| Name | Value |
5861
| ------------- | ------------------------- |
5962
| LESS | &quot;LESS&quot; |

docs/AlertRuleResponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# AlertRuleResponse
22

33
## Properties
4+
45
| Name | Type | Description | Notes |
56
| ----------- | ------------------------------------------------------- | ----------- | ---------- |
67
| **data** | [**AlertRuleResponseEntry**](AlertRuleResponseEntry.md) | | [optional] |

docs/AlertRuleResponseEntry.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# AlertRuleResponseEntry
22

33
## Properties
4+
45
| Name | Type | Description | Notes |
56
| ------------- | ----------------------------- | ----------- | ---------- |
67
| **alertRule** | [**AlertRule**](AlertRule.md) | | [optional] |

docs/AlertRuleScheduleTimeRangeDto.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# AlertRuleScheduleTimeRangeDto
22

33
## Properties
4+
45
| Name | Type | Description | Notes |
56
| --------- | ---------- | ----------- | ---------- |
67
| **end** | **String** | | [optional] |

docs/AlertRuleScheduleWeekdayDto.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# AlertRuleScheduleWeekdayDto
22

33
## Properties
4+
45
| Name | Type | Description | Notes |
56
| ------------- | --------------------------------------------------------------------------------- | ----------- | ---------- |
67
| **day** | **String** | | [optional] |

0 commit comments

Comments
 (0)