update doc list api antrian + pagination

This commit is contained in:
renaldybrada
2026-02-02 15:21:32 +07:00
parent 564b24b343
commit 046903c7a1
8 changed files with 154 additions and 9 deletions
+14
View File
@@ -33,6 +33,20 @@ const docTemplate = `{
"description": "Type antrian : all, kategori, spesialis, sub-spesialis",
"name": "type",
"in": "query"
},
{
"type": "string",
"default": "10",
"description": "Limit",
"name": "limit",
"in": "query"
},
{
"type": "string",
"default": "0",
"description": "Offset",
"name": "offset",
"in": "query"
}
],
"responses": {