paginate api list dokter

This commit is contained in:
renaldybrada
2026-02-03 09:32:24 +07:00
parent f9bdde187e
commit 11bcf44f6b
6 changed files with 76 additions and 10 deletions
+14
View File
@@ -123,6 +123,20 @@ const docTemplate = `{
"description": "Search keyword",
"name": "search",
"in": "query"
},
{
"type": "string",
"default": "10",
"description": "Limit",
"name": "limit",
"in": "query"
},
{
"type": "string",
"default": "0",
"description": "Offset",
"name": "offset",
"in": "query"
}
],
"responses": {