Skip to content

Commit 37a242a

Browse files
authored
Merge pull request #42 from CodeURJC-DAW-2021-22/develop
Add User.postman_collection.json
2 parents 98f01c9 + 5979d73 commit 37a242a

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

User.postman_collection.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"info": {
3+
"_postman_id": "307271b7-5f36-43a1-a495-2d0a018e25d1",
4+
"name": "Users",
5+
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
6+
},
7+
"item": [
8+
{
9+
"name": "https://localhost:8443/api/admin/users/1",
10+
"request": {
11+
"method": "GET",
12+
"header": [],
13+
"url": {
14+
"raw": "https://localhost:8443/api/admin/users/1",
15+
"protocol": "https",
16+
"host": [
17+
"localhost"
18+
],
19+
"port": "8443",
20+
"path": [
21+
"api",
22+
"admin",
23+
"users",
24+
"1"
25+
]
26+
}
27+
},
28+
"response": []
29+
},
30+
{
31+
"name": "https://localhost:8443/api/admin/users/2",
32+
"request": {
33+
"method": "PUT",
34+
"header": [],
35+
"body": {
36+
"mode": "raw",
37+
"raw": "{\r\n \"full_name\": \"Rodolfo Rodíguez\",\r\n \"password\": \"4321\",\r\n \"email\": \"[email protected]\",\r\n \"tel\": \"766676667\",\r\n}",
38+
"options": {
39+
"raw": {
40+
"language": "json"
41+
}
42+
}
43+
},
44+
"url": {
45+
"raw": "https://localhost:8443/api/admin/users/2",
46+
"protocol": "https",
47+
"host": [
48+
"localhost"
49+
],
50+
"port": "8443",
51+
"path": [
52+
"api",
53+
"admin",
54+
"users",
55+
"2"
56+
]
57+
}
58+
},
59+
"response": []
60+
},
61+
{
62+
"name": "https://localhost:8443/api/admin/users/2",
63+
"request": {
64+
"method": "DELETE",
65+
"header": [],
66+
"url": {
67+
"raw": "https://localhost:8443/api/admin/users/2",
68+
"protocol": "https",
69+
"host": [
70+
"localhost"
71+
],
72+
"port": "8443",
73+
"path": [
74+
"api",
75+
"admin",
76+
"users",
77+
"2"
78+
]
79+
}
80+
},
81+
"response": []
82+
},
83+
]
84+
}

0 commit comments

Comments
 (0)