Skip to content

Commit 2797104

Browse files
chore(deps): update vendored openapi spec
1 parent a00d997 commit 2797104

3 files changed

Lines changed: 1651 additions & 1632 deletions

File tree

.vendored/rootly-api/swagger.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19395,7 +19395,7 @@
1939519395
"parameters": [],
1939619396
"responses": {
1939719397
"201": {
19398-
"description": "incident_status_page_event created",
19398+
"description": "incident_status_page_event created with started_at",
1939919399
"content": {
1940019400
"application/vnd.api+json": {
1940119401
"schema": {
@@ -19549,7 +19549,7 @@
1954919549
"parameters": [],
1955019550
"responses": {
1955119551
"200": {
19552-
"description": "incident_status_page_event updated",
19552+
"description": "incident_status_page_event started_at updated",
1955319553
"content": {
1955419554
"application/vnd.api+json": {
1955519555
"schema": {
@@ -70251,6 +70251,12 @@
7025170251
"description": "For Statuspage.io integrated pages auto publishes a tweet for your update",
7025270252
"default": false,
7025370253
"nullable": true
70254+
},
70255+
"started_at": {
70256+
"type": "string",
70257+
"format": "date-time",
70258+
"description": "When the event started. Defaults to the time of creation.",
70259+
"nullable": true
7025470260
}
7025570261
},
7025670262
"additionalProperties": false,
@@ -70316,6 +70322,12 @@
7031670322
"description": "For Statuspage.io integrated pages auto publishes a tweet for your update",
7031770323
"default": false,
7031870324
"nullable": true
70325+
},
70326+
"started_at": {
70327+
"type": "string",
70328+
"format": "date-time",
70329+
"description": "When the event started.",
70330+
"nullable": true
7031970331
}
7032070332
},
7032170333
"additionalProperties": false

schema.gen.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)