Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions .vendored/rootly-api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -19395,7 +19395,7 @@
"parameters": [],
"responses": {
"201": {
"description": "incident_status_page_event created",
"description": "incident_status_page_event created with started_at",
"content": {
"application/vnd.api+json": {
"schema": {
Expand Down Expand Up @@ -19549,7 +19549,7 @@
"parameters": [],
"responses": {
"200": {
"description": "incident_status_page_event updated",
"description": "incident_status_page_event started_at updated",
"content": {
"application/vnd.api+json": {
"schema": {
Expand Down Expand Up @@ -70251,6 +70251,12 @@
"description": "For Statuspage.io integrated pages auto publishes a tweet for your update",
"default": false,
"nullable": true
},
"started_at": {
"type": "string",
"format": "date-time",
"description": "When the event started. Defaults to the time of creation.",
"nullable": true
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -70316,6 +70322,12 @@
"description": "For Statuspage.io integrated pages auto publishes a tweet for your update",
"default": false,
"nullable": true
},
"started_at": {
"type": "string",
"format": "date-time",
"description": "When the event started.",
"nullable": true
}
},
"additionalProperties": false
Expand Down
6 changes: 6 additions & 0 deletions schema.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading