Skip to content

Commit 97bc7fe

Browse files
author
github-actions
committed
Update openapi.json from REST API workflow 2026-04-27T08:22:53Z
1 parent 542eaf9 commit 97bc7fe

1 file changed

Lines changed: 25 additions & 2 deletions

File tree

openapi.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,6 +1350,29 @@
13501350
"schema": {
13511351
"type": "string"
13521352
}
1353+
},
1354+
{
1355+
"name": "after_id",
1356+
"in": "query",
1357+
"description": "Last id (starting from 0)",
1358+
"required": false,
1359+
"schema": {
1360+
"type": "integer",
1361+
"default": 1,
1362+
"minimum": 1
1363+
}
1364+
},
1365+
{
1366+
"name": "limit",
1367+
"in": "query",
1368+
"description": "Number of results per page",
1369+
"required": false,
1370+
"schema": {
1371+
"type": "integer",
1372+
"default": 25,
1373+
"maximum": 100,
1374+
"minimum": 1
1375+
}
13531376
}
13541377
],
13551378
"responses": {
@@ -1360,7 +1383,7 @@
13601383
"schema": {
13611384
"type": "array",
13621385
"items": {
1363-
"$ref": "#/components/schemas/Bounce"
1386+
"$ref": "#/components/schemas/BounceView"
13641387
}
13651388
}
13661389
}
@@ -7375,7 +7398,7 @@
73757398
},
73767399
"type": "object"
73777400
},
7378-
"Bounce": {
7401+
"BounceView": {
73797402
"properties": {
73807403
"id": {
73817404
"type": "integer",

0 commit comments

Comments
 (0)