Skip to content

Commit

Permalink
update version and swagger.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamzak008 committed Feb 15, 2021
1 parent 952d308 commit 26f0eda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.opsgenie.oas</groupId>
<artifactId>swagger-spec</artifactId>
<packaging>jar</packaging>
<version>1.0.11</version>
<version>1.0.12</version>
<name>opsgenie-oas</name>
<url>http://maven.apache.org</url>

Expand Down
5 changes: 3 additions & 2 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -13387,7 +13387,7 @@
"properties": {
"field": {
"type": "string",
"description": "Specifies which alert field will be used in condition. Possible values are message, alias, description, source, entity, tags, actions, extra-properties, recipients or teams",
"description": "Specifies which alert field will be used in condition. Possible values are message, alias, description, source, entity, tags, actions, extra-properties, recipients, responders or teams",
"enum": [
"message",
"alias",
Expand All @@ -13400,7 +13400,8 @@
"recipients",
"teams",
"priority",
"details"
"details",
"responders"
]
},
"key": {
Expand Down

0 comments on commit 26f0eda

Please sign in to comment.