Skip to content

Commit d6d2e4c

Browse files
author
github-actions
committed
Update openapi.json from REST API workflow 2026-04-30T10:12:54Z
1 parent 4c82f65 commit d6d2e4c

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

openapi.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,10 +1393,18 @@
13931393
"content": {
13941394
"application/json": {
13951395
"schema": {
1396-
"type": "array",
1397-
"items": {
1398-
"$ref": "#/components/schemas/BounceView"
1399-
}
1396+
"properties": {
1397+
"items": {
1398+
"type": "array",
1399+
"items": {
1400+
"$ref": "#/components/schemas/BounceView"
1401+
}
1402+
},
1403+
"pagination": {
1404+
"$ref": "#/components/schemas/CursorPagination"
1405+
}
1406+
},
1407+
"type": "object"
14001408
}
14011409
}
14021410
}

0 commit comments

Comments
 (0)