Skip to content
Prev Previous commit
Next Next commit
Fix pagination field names in v4 docs spec
  • Loading branch information
basit3407 committed Apr 10, 2026
commit ec70c2a9fb4501086dacd2bc2cd0c1ba4e0e062d
8 changes: 4 additions & 4 deletions openAPI/content/v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -15589,20 +15589,20 @@
"type": "integer",
"description": "Next page in paginated result"
},
"total_pages=": {
"total_pages": {
"type": "integer",
"description": "Total number of pages"
},
"total_records=": {
"total_records": {
"type": "integer"
}
},
"example": {
"per_page": 1,
"current_page": 1,
"next_page": 2,
"total_pages=": 7,
"total_records=": 7
"total_pages": 7,
"total_records": 7
}
},
"juz": {
Expand Down