Skip to content

Commit e67d09c

Browse files
committed
docs: updating postman endpoints file
1 parent 4e5dcd8 commit e67d09c

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

documents/Endpoints.postman_collection.json

+56
Original file line numberDiff line numberDiff line change
@@ -1389,6 +1389,62 @@
13891389
},
13901390
"response": []
13911391
},
1392+
{
1393+
"name": "Get sample books",
1394+
"request": {
1395+
"method": "GET",
1396+
"header": [
1397+
{
1398+
"key": "Authorization",
1399+
"value": "Bearer test",
1400+
"type": "text"
1401+
}
1402+
],
1403+
"url": {
1404+
"raw": "http://localhost:8080/api/dashboard/batch/samplebooks",
1405+
"protocol": "http",
1406+
"host": [
1407+
"localhost"
1408+
],
1409+
"port": "8080",
1410+
"path": [
1411+
"api",
1412+
"dashboard",
1413+
"batch",
1414+
"samplebooks"
1415+
]
1416+
}
1417+
},
1418+
"response": []
1419+
},
1420+
{
1421+
"name": "Get sample loaners",
1422+
"request": {
1423+
"method": "GET",
1424+
"header": [
1425+
{
1426+
"key": "Authorization",
1427+
"value": "Bearer test",
1428+
"type": "text"
1429+
}
1430+
],
1431+
"url": {
1432+
"raw": "http://localhost:8080/api/dashboard/batch/sampleloaners",
1433+
"protocol": "http",
1434+
"host": [
1435+
"localhost"
1436+
],
1437+
"port": "8080",
1438+
"path": [
1439+
"api",
1440+
"dashboard",
1441+
"batch",
1442+
"sampleloaners"
1443+
]
1444+
}
1445+
},
1446+
"response": []
1447+
},
13921448
{
13931449
"name": "Export loaners",
13941450
"request": {

0 commit comments

Comments
 (0)