File tree Expand file tree Collapse file tree 2 files changed +48
-0
lines changed
Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -37976,6 +37976,26 @@ paths:
3797637976 canCopy: true
3797737977 version: 1.0.0
3797837978 createdOn: '2022-10-26T00:28:54.191Z'
37979+ pagination:
37980+ description: Pagination object
37981+ type: object
37982+ required:
37983+ - limit
37984+ - offset
37985+ - total
37986+ properties:
37987+ limit:
37988+ type: number
37989+ description: The limit used for pagination
37990+ example: 100
37991+ offset:
37992+ type: number
37993+ description: The offset used for pagination
37994+ example: 0
37995+ total:
37996+ type: number
37997+ description: The total number of records
37998+ example: 100
3797937999 example:
3798038000 registeredScripts:
3798138001 - id: alert
@@ -37999,6 +38019,10 @@ paths:
3799938019 integrityHash: sha384-J+YlJ8v0gpaRoKH7SbFbEmxOZlAxLiwNjfSsBhDooGa5roXlPPpXbEevck4J7YZ+
3800038020 createdOn: '2022-10-26T00:28:54.191Z'
3800138021 canCopy: true
38022+ pagination:
38023+ limit: 100
38024+ offset: 0
38025+ total: 3
3800238026 '400':
3800338027 description: Request body was incorrectly formatted.
3800438028 x-logErrorCode: 400
Original file line number Diff line number Diff line change @@ -37365,6 +37365,26 @@ paths:
3736537365 canCopy: true
3736637366 version: 1.0.0
3736737367 createdOn: '2022-10-26T00:28:54.191Z'
37368+ pagination:
37369+ description: Pagination object
37370+ type: object
37371+ required:
37372+ - limit
37373+ - offset
37374+ - total
37375+ properties:
37376+ limit:
37377+ type: number
37378+ description: The limit used for pagination
37379+ example: 100
37380+ offset:
37381+ type: number
37382+ description: The offset used for pagination
37383+ example: 0
37384+ total:
37385+ type: number
37386+ description: The total number of records
37387+ example: 100
3736837388 example:
3736937389 registeredScripts:
3737037390 - id: alert
@@ -37388,6 +37408,10 @@ paths:
3738837408 integrityHash: sha384-J+YlJ8v0gpaRoKH7SbFbEmxOZlAxLiwNjfSsBhDooGa5roXlPPpXbEevck4J7YZ+
3738937409 createdOn: '2022-10-26T00:28:54.191Z'
3739037410 canCopy: true
37411+ pagination:
37412+ limit: 100
37413+ offset: 0
37414+ total: 3
3739137415 '400':
3739237416 description: Request body was incorrectly formatted.
3739337417 x-logErrorCode: 400
You can’t perform that action at this time.
0 commit comments