{"info":{"_postman_id":"b345f584-b7f0-4500-bc67-56f35ffde9c4","name":"ireporter","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"4755480","collectionId":"b345f584-b7f0-4500-bc67-56f35ffde9c4","publishedId":"RzthQB82","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-01-24T10:39:21.000Z"},"item":[{"name":"add redflag","id":"49e1659b-7b27-4975-8282-e79384863662","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"location\":3.2186,\n\t\"image\":\"\",\n\t\"video\":\"videoes here\",\n\t\"comment\":\"policeman asked for bribe to skip traffic violation\"\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/red-flags","description":"<p>Fetch all redflags </p>\n","urlObject":{"protocol":"https","path":["","api","v2","red-flags"],"host":["rhytah-ireporterv2","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"7843b81b-b0e9-423e-af2f-76120d425aa3","name":"add redflag with all valid fields and respective data types","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"location\":3.2186,\n\t\"image\":\"Image here\",\n\t\"video\":\"videoes here\",\n\t\"comment\":\"policeman asked for bribe to skip traffic violation\"\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/red-flags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Fri, 25 Jan 2019 12:18:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"79"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"redflag_id\": 1\n    },\n    \"message\": \"Successfully added red-flag\",\n    \"status\": 201\n}"},{"id":"b43de553-e0a6-478d-a008-90f96936942f","name":"add redflag with invalid location data type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"location\":\"3.2186\",\n\t\"image\":\"Image here\",\n\t\"video\":\"videoes here\",\n\t\"comment\":\"policeman asked for bribe to skip traffic violation\"\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/red-flags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Fri, 25 Jan 2019 12:17:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"68"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"use proper format as float values, 12.368 \",\n    \"status\": 400\n}"},{"id":"f34696da-e2f6-4da9-b724-deaefc2c52de","name":"add redflag with missing fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"location\":3.2186,\n\t\"image\":\"\",\n\t\"video\":\"videoes here\",\n\t\"comment\":\"policeman asked for bribe to skip traffic violation\"\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/red-flags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Fri, 25 Jan 2019 12:20:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"42"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"image is missing\",\n    \"status\": 400\n}"}],"_postman_id":"49e1659b-7b27-4975-8282-e79384863662"},{"name":"Fetch all red flags","id":"eb6abddd-3026-4c14-a365-45f370dee56e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://ireporter-backend-rhytah.herokuapp.com//api/v2/red-flags","urlObject":{"protocol":"https","path":["","api","v2","red-flags"],"host":["ireporter-backend-rhytah","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb6abddd-3026-4c14-a365-45f370dee56e"},{"name":"Fetch a specific red flag","event":[{"listen":"test","script":{"id":"71acdeab-5239-4630-adfe-ee875e7d77ea","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"71f55c32-a43c-478e-8bce-22f5e05769c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/red-flags/1","urlObject":{"protocol":"https","path":["","api","v2","red-flags","1"],"host":["rhytah-ireporterv2","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"5dda29ed-5c19-4da7-aa0c-38fb6e098b0c","name":"Fetch a specific red flag that doesn't exist in the database","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/red-flags/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Fri, 25 Jan 2019 12:21:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"46"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Redflag not found.\",\n    \"status\": 404\n}"}],"_postman_id":"71f55c32-a43c-478e-8bce-22f5e05769c8"},{"name":"Delete a red fllag","event":[{"listen":"test","script":{"id":"f9c51681-67e4-487b-a433-ac37c865771c","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"fb7fd28f-d0b4-4ed7-8907-bd1fc95b6d75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://rhytah-ireporterv2.herokuapp.com/api/v2/red-flags/1/","urlObject":{"protocol":"https","path":["api","v2","red-flags","1",""],"host":["rhytah-ireporterv2","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"23e1458a-a6c4-47cd-8928-513a53c2a184","name":"Delete a red fllag that does not exist in the database","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/red-flags/3/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Fri, 25 Jan 2019 12:22:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"46"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Redflag not found.\",\n    \"status\": 404\n}"}],"_postman_id":"fb7fd28f-d0b4-4ed7-8907-bd1fc95b6d75"},{"name":"Edit location","id":"8df2bcdd-232f-4b04-a78c-27d79b30815d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"location\":12.562\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/red-flags/1/location","urlObject":{"protocol":"https","path":["","api","v2","red-flags","1","location"],"host":["rhytah-ireporterv2","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"00d93b42-8f9e-4f87-9da5-7596aa0430c8","name":"Edit location to invalid data type","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"location\":4\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/red-flags/1/location"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Fri, 25 Jan 2019 12:24:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"56"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"location must be a float value\",\n    \"status\": 400\n}"},{"id":"1119b2de-7f62-4e16-990c-2ec10ba0af16","name":"Edit location of a non existent redflag record","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"location\":12.562\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/red-flags/2/location"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Fri, 25 Jan 2019 12:23:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"46"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Redflag not found.\",\n    \"status\": 404\n}"},{"id":"28b6d6d4-e5b6-4a8f-9857-4ba67738b869","name":"Edit location valid redflag record","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"location\":12.562\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/red-flags/1/location"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Fri, 25 Jan 2019 12:23:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"74"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"You have changed red flag's location to{'location': 12.562}\"\n}"}],"_postman_id":"8df2bcdd-232f-4b04-a78c-27d79b30815d"},{"name":"Edit comment","id":"23ce72ee-c0a3-46b0-bfc6-7e034a187de6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"comment\":\"add new comment\"\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/red-flags/1/comment","urlObject":{"protocol":"https","path":["","api","v2","red-flags","1","comment"],"host":["rhytah-ireporterv2","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"4b8e4e4f-87c1-4620-af26-9721adab2286","name":"Edit comment of non existent redflag record","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"comment\":\"add new comment\"\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/red-flags/2/comment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Fri, 25 Jan 2019 12:26:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"46"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Redflag not found.\",\n    \"status\": 404\n}"}],"_postman_id":"23ce72ee-c0a3-46b0-bfc6-7e034a187de6"},{"name":"Reporter signup","event":[{"listen":"test","script":{"id":"80fe52ac-98e1-4b1b-b2a8-d4c7e94c2a91","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"5b8772a2-cd67-4781-811e-8e0f15314b1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"firstname\": \"Sany\",\n\t\"lastname\": \"Mukisa\",\n\t\"othernames\": \"Katrina\",\n\t\"username\": \"sammyk\",\n\t\"email\": \"monic@hd.com\",\n\t\"phone_number\": \"07890004865\",\n\t\"password\": \"forever21\"\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/auth/signup/","urlObject":{"protocol":"https","path":["","api","v2","auth","signup",""],"host":["rhytah-ireporterv2","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"f401f67a-e33a-4d2d-8501-cc9151d4572b","name":"Reporter signup","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"firstname\": \"Sammmy\",\n\t\"lastname\": \"Mukisa\",\n\t\"othernames\": \"Katrina\",\n\t\"username\": \"sammy\",\n\t\"email\": \"monroe@git.com\",\n\t\"phone_number\": \"07890004865\",\n\t\"password\": \"forever\"\n}"},"url":"http://127.0.0.1:5000/api/v1/auth/signup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"54"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.5"},{"key":"Date","value":"Tue, 15 Jan 2019 15:52:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"user already exits\",\n    \"status\": 400\n}"}],"_postman_id":"5b8772a2-cd67-4781-811e-8e0f15314b1c"},{"name":"Reporter login","id":"5d80e0f0-5cd3-4b28-b0d1-52428d585226","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\n\t\"username\":\"admin\",\n\t\"password\":\"sup3rpsW\"\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com/api/v2/auth/login/","urlObject":{"protocol":"https","path":["api","v2","auth","login",""],"host":["rhytah-ireporterv2","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d80e0f0-5cd3-4b28-b0d1-52428d585226"},{"name":"Fetch all users","id":"ffa2764a-46b7-4b68-879f-ad595162190f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\n\t\"username\": \"sunnyk\",\n\t\"password\": \"something\"\n}"},"url":"http://127.0.0.1:5000/api/v2/auth/users","urlObject":{"protocol":"http","port":"5000","path":["api","v2","auth","users"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"02b59be6-185a-4edd-bbbf-659984cbda08","name":"Fetch all users without providing  a token to Authorization header","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\n\t\"username\": \"sunnyk\",\n\t\"password\": \"something\"\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/auth/users"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Fri, 25 Jan 2019 12:27:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"39"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Missing Authorization Header\"\n}"},{"id":"5c09b443-4838-430b-a44e-920be1b7c5b5","name":"Fetch all users with an expired token","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\n\t\"username\": \"sunnyk\",\n\t\"password\": \"something\"\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/auth/users"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Fri, 25 Jan 2019 12:26:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"28"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Token has expired\"\n}"}],"_postman_id":"ffa2764a-46b7-4b68-879f-ad595162190f"},{"name":"Edit status","id":"55413fcb-6fb0-4a58-9f73-e4058e815490","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"status\":\"resolved\"\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/red-flags/2/status","urlObject":{"protocol":"https","path":["","api","v2","red-flags","2","status"],"host":["rhytah-ireporterv2","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"55413fcb-6fb0-4a58-9f73-e4058e815490"},{"name":"Add an intervention","id":"c10e94ba-a954-43c9-be45-4545ce74846f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"location\":12.66,\n\t\"image\":\"Image here\",\n\t\"video\":\"videoes here\",\n\t\"comment\":\"policeman jkhiuhuiguyr687\"\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/interventions/","urlObject":{"protocol":"https","path":["","api","v2","interventions",""],"host":["rhytah-ireporterv2","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c10e94ba-a954-43c9-be45-4545ce74846f"},{"name":"Fetch all interventions","event":[{"listen":"test","script":{"id":"8e3c75a5-081f-4791-9583-483e1c8cabe3","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"9ef336f2-bde1-4a3f-9b5d-aa9c9e79a983","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://ireporter-backend-rhytah.herokuapp.com/api/v2/interventions","urlObject":{"protocol":"https","path":["api","v2","interventions"],"host":["ireporter-backend-rhytah","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"8798797e-37ca-4636-9173-43fca6c76e8d","name":"Fetch all interventions when database is empty","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/interventions/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Fri, 25 Jan 2019 12:32:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"49"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Interventions not found\",\n    \"status\": 404\n}"}],"_postman_id":"9ef336f2-bde1-4a3f-9b5d-aa9c9e79a983"},{"name":"Edit intervention location","id":"5b84d3e3-475d-4e23-b836-b60620938c89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"location\":12.4555\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/interventions/1/location/","urlObject":{"protocol":"https","path":["","api","v2","interventions","1","location",""],"host":["rhytah-ireporterv2","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"50a9099d-34b9-4608-b4f7-3b09b8bfa507","name":"Edit intervention location when referenced record doesnot exist","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"location\":12.4555\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/interventions/1/location/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Fri, 25 Jan 2019 12:37:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"56"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Intervention record not found.\",\n    \"status\": 404\n}"}],"_postman_id":"5b84d3e3-475d-4e23-b836-b60620938c89"},{"name":"Edit interventions comment","id":"4547e71d-0d29-4f62-a7cf-f931db65a97d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"comment\":\"something kldsjl\"\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/interventions/2/comment/","urlObject":{"protocol":"https","path":["","api","v2","interventions","2","comment",""],"host":["rhytah-ireporterv2","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"9d469e3e-5cd9-44f8-9b63-efc98d70f130","name":"Edit interventions comment when record referenced doesnot exist","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"comment\":\"something kldsjl\"\n}"},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/interventions/2/comment/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Fri, 25 Jan 2019 12:36:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"56"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Intervention record not found.\",\n    \"status\": 404\n}"}],"_postman_id":"4547e71d-0d29-4f62-a7cf-f931db65a97d"},{"name":"Fetch specific intervention record","event":[{"listen":"test","script":{"id":"8e3c75a5-081f-4791-9583-483e1c8cabe3","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"ba83c649-efe0-4f99-a1bd-265f91ddde78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/interventions/2","urlObject":{"protocol":"https","path":["","api","v2","interventions","2"],"host":["rhytah-ireporterv2","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"e22f5dc6-8d6d-4acc-a990-6fcd5d2793a9","name":"Fetch specific intervention record that doesnot exit","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://rhytah-ireporterv2.herokuapp.com//api/v2/interventions/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Date","value":"Fri, 25 Jan 2019 12:33:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"56"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Intervention record not found.\",\n    \"status\": 404\n}"}],"_postman_id":"ba83c649-efe0-4f99-a1bd-265f91ddde78"}]}