-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcities_collection.json
More file actions
1 lines (1 loc) · 1.61 KB
/
cities_collection.json
File metadata and controls
1 lines (1 loc) · 1.61 KB
1
{"v":3,"name":"cities","folders":[],"requests":[{"v":"7","endpoint":"http://localhost:8080/cities","name":"cities","params":[{"key":"carId","value":"4","active":true,"description":""}],"headers":[],"method":"GET","auth":{"authType":"inherit","authActive":true},"preRequestScript":"","testScript":"","body":{"contentType":null,"body":null},"requestVariables":[]},{"v":"7","endpoint":"http://localhost:8080/cities/Zaragoza","name":"cities/:city","params":[],"headers":[],"method":"GET","auth":{"authType":"inherit","authActive":true},"preRequestScript":"","testScript":"","body":{"contentType":null,"body":null},"requestVariables":[]},{"v":"7","endpoint":"http://localhost:8080/cities","name":"cities","params":[],"headers":[],"method":"POST","auth":{"authType":"inherit","authActive":true},"preRequestScript":"","testScript":"","body":{"contentType":"application/json","body":"{\n \"name\": \"Madrid\",\n \"population\": 4500000,\n \"altitude\": 550\n}"},"requestVariables":[]},{"v":"7","endpoint":"http://localhost:8080/cities/Madrid","name":"cities/:city","params":[],"headers":[],"method":"DELETE","auth":{"authType":"inherit","authActive":true},"preRequestScript":"","testScript":"","body":{"contentType":null,"body":null},"requestVariables":[]},{"v":"7","endpoint":"http://localhost:8080/cities/Zaragoza","name":"cities/:city","params":[],"headers":[],"method":"PUT","auth":{"authType":"inherit","authActive":true},"preRequestScript":"","testScript":"","body":{"contentType":"application/json","body":"{\n \"population\": 700000,\n \"altitude\": 280\n}"},"requestVariables":[]}],"headers":[],"auth":{"authType":"none","authActive":true}}