Skip to content

Commit 4bc56a7

Browse files
authored
Merge branch 'main' into guolau/fix-openapi-html-to-md
2 parents 5985e01 + 5511908 commit 4bc56a7

2 files changed

Lines changed: 7 additions & 12 deletions

File tree

api-reference/openapi.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5124,7 +5124,7 @@ This endpoint will return data within a 6-hour timeframe. If the `from` and `to`
51245124
"schema": {
51255125
"type": "string",
51265126
"format": "date",
5127-
"default": "2025-10-01T00:17:25.054Z"
5127+
"default": "2025-10-02T02:29:58.930Z"
51285128
}
51295129
},
51305130
{
@@ -5134,7 +5134,7 @@ This endpoint will return data within a 6-hour timeframe. If the `from` and `to`
51345134
"schema": {
51355135
"type": "string",
51365136
"format": "date",
5137-
"default": "2025-10-02T00:17:25.055Z"
5137+
"default": "2025-10-03T02:29:58.930Z"
51385138
}
51395139
}
51405140
],
@@ -5230,7 +5230,7 @@ This endpoint will return data within a 6-hour timeframe. If the `from` and `to`
52305230
"schema": {
52315231
"type": "string",
52325232
"format": "date",
5233-
"default": "2025-10-01T00:17:25.057Z"
5233+
"default": "2025-10-02T02:29:58.934Z"
52345234
}
52355235
},
52365236
{
@@ -5240,7 +5240,7 @@ This endpoint will return data within a 6-hour timeframe. If the `from` and `to`
52405240
"schema": {
52415241
"type": "string",
52425242
"format": "date",
5243-
"default": "2025-10-02T00:17:25.058Z"
5243+
"default": "2025-10-03T02:29:58.934Z"
52445244
}
52455245
},
52465246
{
@@ -27096,7 +27096,7 @@ For example, set **Authorization** header while using cURL: `curl -H \"Authoriza
2709627096
"publicIncidentUpdateDate": {
2709727097
"type": "string",
2709827098
"format": "date-time",
27099-
"default": "2025-10-02T00:17:25.998Z"
27099+
"default": "2025-10-03T02:29:59.843Z"
2710027100
},
2710127101
"notifySubscribers": {
2710227102
"type": "boolean",
@@ -27586,7 +27586,7 @@ For example, set **Authorization** header while using cURL: `curl -H \"Authoriza
2758627586
"publicIncidentUpdateDate": {
2758727587
"type": "string",
2758827588
"format": "date-time",
27589-
"default": "2025-10-02T00:17:26.061Z"
27589+
"default": "2025-10-03T02:29:59.908Z"
2759027590
},
2759127591
"created_at": {
2759227592
"type": "string",

docs.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -637,22 +637,17 @@
637637
"api-reference/checks/delete",
638638
"api-reference/checks/api-create",
639639
"api-reference/checks/api-update",
640-
"api-reference/checks/api-delete",
641640
"api-reference/checks/browser-create",
642641
"api-reference/checks/browser-update",
643-
"api-reference/checks/browser-delete",
644642
"api-reference/checks/tcp-create",
645643
"api-reference/checks/tcp-update",
646644
"api-reference/checks/tcp-delete",
647645
"api-reference/checks/url-create",
648646
"api-reference/checks/url-update",
649-
"api-reference/checks/url-delete",
650647
"api-reference/checks/multistep-create",
651648
"api-reference/checks/multistep-update",
652-
"api-reference/checks/multistep-delete",
653649
"api-reference/checks/heartbeat-create",
654-
"api-reference/checks/heartbeat-update",
655-
"api-reference/checks/heartbeat-delete"
650+
"api-reference/checks/heartbeat-update"
656651
]
657652
},
658653
{

0 commit comments

Comments
 (0)