Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit ad52110

Browse files
committed
Upload latest Postman API Collection
1 parent 6c22929 commit ad52110

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

grocery-store-management-system.postman_collection.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,6 +1354,43 @@
13541354
}
13551355
},
13561356
"response": []
1357+
},
1358+
{
1359+
"name": "Update User Address",
1360+
"request": {
1361+
"auth": {
1362+
"type": "bearer",
1363+
"bearer": [
1364+
{
1365+
"key": "token",
1366+
"value": "{{token}}",
1367+
"type": "string"
1368+
}
1369+
]
1370+
},
1371+
"method": "PUT",
1372+
"header": [],
1373+
"body": {
1374+
"mode": "raw",
1375+
"raw": "",
1376+
"options": {
1377+
"raw": {
1378+
"language": "json"
1379+
}
1380+
}
1381+
},
1382+
"url": {
1383+
"raw": "{{web}}/user-addresses/1",
1384+
"host": [
1385+
"{{web}}"
1386+
],
1387+
"path": [
1388+
"user-addresses",
1389+
"1"
1390+
]
1391+
}
1392+
},
1393+
"response": []
13571394
}
13581395
]
13591396
}

0 commit comments

Comments
 (0)