Skip to content

Commit

Permalink
update: postman collection
Browse files Browse the repository at this point in the history
  • Loading branch information
HunorTotBagi committed Aug 5, 2024
1 parent 6c10cf8 commit d8b5e87
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"name\" : \"8.A\"\r\n}",
"raw": "{\r\n \"name\" : \"class_for_deletion\"\r\n}",
"options": {
"raw": {
"language": "json"
Expand Down Expand Up @@ -149,15 +149,15 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"name\" : \"placeholder2\"\r\n}",
"raw": "{\r\n \"name\" : \"new_class\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8080/api/v1/classes/2",
"raw": "http://localhost:8080/api/v1/classes/4",
"protocol": "http",
"host": [
"localhost"
Expand All @@ -167,7 +167,7 @@
"api",
"v1",
"classes",
"2"
"4"
]
}
},
Expand Down Expand Up @@ -489,7 +489,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"firstName\" : \"Viktor\",\r\n \"lastName\" : \"Orban\",\r\n \"email\" : \"hun.gary.99@gmail.com\"\r\n}",
"raw": "{\r\n \"firstName\" : \"Josip\",\r\n \"lastName\" : \"Obilic\",\r\n \"email\" : \"milos.obilic2@gmail.com\",\r\n \"userId\" : \"4\"\r\n}",
"options": {
"raw": {
"language": "json"
Expand Down Expand Up @@ -533,7 +533,7 @@
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8080/api/v1/parents",
"raw": "http://localhost:8080/api/v1/1",
"protocol": "http",
"host": [
"localhost"
Expand All @@ -542,7 +542,7 @@
"path": [
"api",
"v1",
"parents"
"1"
]
}
},
Expand All @@ -569,7 +569,7 @@
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8080/api/v1/parents/1",
"raw": "http://localhost:8080/api/v1/parents/654",
"protocol": "http",
"host": [
"localhost"
Expand All @@ -579,7 +579,7 @@
"api",
"v1",
"parents",
"1"
"654"
]
}
},
Expand Down Expand Up @@ -869,7 +869,7 @@
}
},
"url": {
"raw": "http://localhost:8080/api/v1/roles/4",
"raw": "http://localhost:8080/api/v1/roles/3",
"protocol": "http",
"host": [
"localhost"
Expand All @@ -879,7 +879,7 @@
"api",
"v1",
"roles",
"4"
"3"
]
}
},
Expand Down Expand Up @@ -949,7 +949,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"firstName\" : \"Ivan\",\r\n \"lastName\" : \"Tančik\",\r\n \"classId\" : \"1\",\r\n \"parentId\" : \"1\"\r\n}",
"raw": "{\r\n \"firstName\" : \"Ivan\",\r\n \"lastName\" : \"Tančik\",\r\n \"classId\" : \"1\",\r\n \"parentId\" : \"52\",\r\n \"userId\": 3\r\n}",
"options": {
"raw": {
"language": "json"
Expand Down Expand Up @@ -1067,7 +1067,7 @@
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8080/api/v1/students/3",
"raw": "http://localhost:8080/api/v1/students/1",
"protocol": "http",
"host": [
"localhost"
Expand All @@ -1077,7 +1077,7 @@
"api",
"v1",
"students",
"3"
"1"
]
}
},
Expand Down Expand Up @@ -1105,15 +1105,15 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"firstName\" : \"NikolaA\",\r\n \"lastName\" : \"Dmitrasinovic\",\r\n \"classId\" : \"53\",\r\n \"parentId\" : \"152\"\r\n}",
"raw": "{\r\n \"firstName\" : \"NikolaA\",\r\n \"lastName\" : \"Dmitrasinovic\",\r\n \"classId\" : \"1\",\r\n \"parentId\" : \"52\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8080/api/v1/students/52",
"raw": "http://localhost:8080/api/v1/students/2",
"protocol": "http",
"host": [
"localhost"
Expand All @@ -1123,7 +1123,7 @@
"api",
"v1",
"students",
"52"
"2"
]
}
},
Expand All @@ -1150,7 +1150,7 @@
"method": "DELETE",
"header": [],
"url": {
"raw": "http://localhost:8080/api/v1/students/5",
"raw": "http://localhost:8080/api/v1/students/2",
"protocol": "http",
"host": [
"localhost"
Expand All @@ -1160,7 +1160,7 @@
"api",
"v1",
"students",
"5"
"2"
]
}
},
Expand Down Expand Up @@ -1447,7 +1447,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"firstName\" : \"Slavica\",\r\n \"lastName\" : \"Kordic\",\r\n \"classId\" : \"1\"\r\n}",
"raw": "{\r\n \"firstName\" : \"Veljko\",\r\n \"lastName\" : \"Petrovic\",\r\n \"classId\" : \"1\",\r\n \"userId\" : \"1\"\r\n}",
"options": {
"raw": {
"language": "json"
Expand Down

0 comments on commit d8b5e87

Please sign in to comment.