Skip to content

Commit 92881d9

Browse files
authored
Remove query parameters from headers
1 parent b22ba50 commit 92881d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rfcs/2023/add-api-endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Returns information of all currently tracked monitors including past incidents a
140140

141141
----
142142

143-
#### `/api/monitor/<monitor>?range=<range>`
143+
#### `/api/monitor/<monitor>`
144144

145145
Returns information of the provided `<monitor>` including past incidents and planned maintenance.
146146

@@ -259,7 +259,7 @@ Returns information of the provided `<monitor>` including past incidents and pla
259259

260260
----
261261

262-
#### `/api/incident?type=<type>&monitor=<monitor>`
262+
#### `/api/incident`
263263

264264
Returns past, ongoing and scheduled incidents (Last only for maintenance type incidents), optionally filtered by type and monitor.
265265

0 commit comments

Comments
 (0)