shlink/docs/swagger/definitions/Pagination.json
2016-10-22 23:44:14 +02:00

13 lines
335 B
JSON

{
"type": "object",
"properties": {
"currentPage": {
"type": "integer",
"description": "The number of current page being displayed."
},
"pagesCount": {
"type": "integer",
"description": "The total number of pages that can be displayed."
}
}
}