{"info":{"_postman_id":"4c0286b8-fb2f-ccc6-9be7-5baeed2e0521","name":"simple_stackoverflow_api","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3252235","collectionId":"4c0286b8-fb2f-ccc6-9be7-5baeed2e0521","publishedId":"7LnBip9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2017-12-27T11:38:26.000Z"},"item":[{"name":"users","item":[{"name":"users#create","id":"92edb3b6-5975-e960-dd5a-28dc0e718464","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \n\t\"user\": {\n\t\t\"first_name\": \"John\",\n\t\t\"last_name\": \"Doe\",\n\t\t\"email\": \"john@doe.com\",\n\t\t\"password\": \"123456789\"\n\t}\n}"},"url":"http://localhost:3000/users","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>first_name</td>\n<td><code>Required</code></td>\n</tr>\n<tr>\n<td>last_name</td>\n<td><code>Required</code></td>\n</tr>\n<tr>\n<td>email</td>\n<td><code>Required</code></td>\n</tr>\n<tr>\n<td>password</td>\n<td><code>Required</code></td>\n</tr>\n<tr>\n<td>password_confirmation</td>\n<td><code>Optional</code> It'll be compared to password if pass it</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","port":"3000","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"095083ad-34ea-5652-87a9-ae8dfd7abae0","name":"201 user created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{ \n\t\"user\": {\n\t\t\"first_name\": \"John\",\n\t\t\"last_name\": \"Doe\",\n\t\t\"email\": \"john@doe.com\",\n\t\t\"password\": \"123456789\"\n\t}\n}"},"url":"http://localhost:3000/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"ETag","value":"W/\"8b0bf14faa24bd0aa66bb10d293faae1\"","name":"ETag","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"b8cb0a5b-c542-402c-a311-870a205b4889","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.067460","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"87","body":"{\"id\":1,\"first_name\":\"John\",\"last_name\":\"Doe\",\"email\":\"john@doe.com\"}"},{"id":"1b0ebd7a-642f-d546-fc04-d9b156b92942","name":"400 with incorrect json body","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{ \n\t\"\": {\n\t\t\"first_name\": \"John\",\n\t\t\"last_name\": \"Doe\",\n\t\t\"email\": \"john@doe.com\",\n\t\t\"password\": \"123456789\"\n\t}\n}"},"url":"http://localhost:3000/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"7e6f8f0e-8a63-4b9f-9d84-9b5a88e72b81","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.003254","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"24","body":""},{"id":"c6439707-88dc-b917-71f2-414140b65a62","name":"422 with invalid attributes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{ \n\t\"user\": {\n\t\t\"first_name\": \"John\",\n\t\t\"last_name\": \"Doe\",\n\t\t\"email\": \"john@doe.com\",\n\t}\n}"},"url":"http://localhost:3000/users"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"56b1cee4-9638-4cb5-bb76-b211f2ca603f","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.303093","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"326","body":"{\"password\":[\"can't be blank\"]}"}],"_postman_id":"92edb3b6-5975-e960-dd5a-28dc0e718464"},{"name":"user#confirm","id":"7ae9a388-8db3-af30-167c-d84420b3a805","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/users/confirm?token=eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJleHAiOjE1MTYzNTQ0NjV9.j93HA_-Hd6p8GD30vQ2PnYZV7qt06gtUBTm37xPBdBY","urlObject":{"protocol":"http","port":"3000","path":["users","confirm"],"host":["localhost"],"query":[{"key":"token","value":"eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJleHAiOjE1MTYzNTQ0NjV9.j93HA_-Hd6p8GD30vQ2PnYZV7qt06gtUBTm37xPBdBY"}],"variable":[]}},"response":[{"id":"5e467f24-26c6-f41a-3469-c745e5d576fe","name":"200 user confirmed","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:3000/users/confirm?token=eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJleHAiOjE1MTYzNTQ0NjV9.j93HA_-Hd6p8GD30vQ2PnYZV7qt06gtUBTm37xPBdBY","protocol":"http","host":["localhost"],"port":"3000","path":["users","confirm"],"query":[{"key":"token","value":"eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJleHAiOjE1MTYzNTQ0NjV9.j93HA_-Hd6p8GD30vQ2PnYZV7qt06gtUBTm37xPBdBY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Message","value":"user confirmed","name":"Message","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"f73098c9-9f7c-4fcb-9e02-75ae77a353d0","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.013636","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"37","body":""},{"id":"8d335117-e585-fcbe-ed61-b4d779fa7664","name":"401 with invalid token","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:3000/users/confirm?token=invalid_token","protocol":"http","host":["localhost"],"port":"3000","path":["users","confirm"],"query":[{"key":"token","value":"invalid_token"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"WWW-Authenticate","value":"Token realm=\"Application\"","name":"WWW-Authenticate","description":""},{"key":"X-Request-Id","value":"c71d0bcd-6c47-410d-86d6-6c629943a1c5","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.003995","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"16","body":""},{"id":"c18c0234-54af-1b09-6bcd-685cf7488348","name":"403 user has already been confirmed","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:3000/users/confirm?id=eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjo3OSwiZXhwIjoxNTE3MzE0MDM2fQ.MgibJ8DYYp96nYU10lmJRL7s3YUDG6pJJ80qImticAs","protocol":"http","host":["localhost"],"port":"3000","path":["users","confirm"],"query":[{"key":"id","value":"eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjo3OSwiZXhwIjoxNTE3MzE0MDM2fQ.MgibJ8DYYp96nYU10lmJRL7s3YUDG6pJJ80qImticAs"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"3588576f-92ae-4882-88f1-7df65b0a9e0e","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.003867","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"28","body":""}],"_postman_id":"7ae9a388-8db3-af30-167c-d84420b3a805"}],"id":"3e0ce8b4-6062-935b-6d1e-8f8c454ac3be","description":"<p>Users operations</p>\n","_postman_id":"3e0ce8b4-6062-935b-6d1e-8f8c454ac3be"},{"name":"tokens","item":[{"name":"tokens#create","id":"e42a697d-4aa0-e408-4985-04d1b96a84d6","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Basic am9obkBkb2UuY29tOjEyMzQ1Njc4OQ=="},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:3000/tokens","urlObject":{"protocol":"http","port":"3000","path":["tokens"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"576886bb-16f8-589a-5262-7425d105f73a","name":"404 user was not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic am9obkBkb2UuY29tOjEyMzQ1Njc4OQ==","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","disabled":false},{"key":"Content-Type","value":"application/json","warning":"","disabled":false}],"body":{"mode":"raw","raw":""},"url":"http://localhost:3000/tokens"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"1663d910-07df-444b-a663-570152c72e0d","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.004402","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"24","body":""},{"id":"637d8826-2cdc-94a0-0a44-aa75240b1c2e","name":"403 user not confirmed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic am9obkBkb2UuY29tOjEyMzQ1Njc4OQ==","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","disabled":false},{"key":"Content-Type","value":"application/json","warning":"","disabled":false}],"body":{"mode":"raw","raw":""},"url":"http://localhost:3000/tokens"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"934e7ef0-f6e5-4293-ac33-c936b37d5795","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.059478","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"78","body":""},{"id":"6c749762-83d7-d75f-55a8-b5290eca09c6","name":"401 with invalid password","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic am9obkBkb2UuY29tOjEyMzQ1Njc4OQ==","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","disabled":false},{"key":"Content-Type","value":"application/json","warning":"","disabled":false}],"body":{"mode":"raw","raw":""},"url":"http://localhost:3000/tokens"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html; charset=utf-8","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"WWW-Authenticate","value":"Basic realm=\"Application\"","name":"WWW-Authenticate","description":""},{"key":"X-Request-Id","value":"2498b683-ac93-4e01-846a-046c9e782bbf","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.057863","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"69","body":"HTTP Basic: Access denied.\n"},{"id":"ca5830a4-e5be-985e-786c-bcda92bc7bcb","name":"201 token created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic am9obkBkb2UuY29tOjEyMzQ1Njc4OQ==","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","disabled":false},{"key":"Content-Type","value":"application/json","warning":"","disabled":false}],"body":{"mode":"raw","raw":""},"url":"http://localhost:3000/tokens"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"ETag","value":"W/\"21c1d036d888ad87e3cee13db566d388\"","name":"ETag","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"fdf0abec-72ce-496a-8c99-4aa656a8b290","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.058529","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"83","body":"{\"token\":\"eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJleHAiOjE1MTczMTQ4NDh9.pro0HjRlhhpsAnkL79YD7FI5Z6fZWu7d8og4e5BQBJA\"}"}],"_postman_id":"e42a697d-4aa0-e408-4985-04d1b96a84d6"}],"id":"48870a19-b722-1ec7-ef7c-417fb8c2305f","description":"<p>Tokens operations</p>\n","_postman_id":"48870a19-b722-1ec7-ef7c-417fb8c2305f"},{"name":"profile","item":[{"name":"profile#show","id":"eb77b867-eadd-01d2-3a6c-c493d80cf542","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTM3ODY4NzJ9.xmfnY-ZFmN8NHash4fD0LS_tr0a1YmqBMEwEdwmCuG0"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/profile","urlObject":{"protocol":"http","port":"3000","path":["profile"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0a8b74d3-258e-897e-53ce-59a2ef0e5136","name":"401 not authorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJleHAiOjE1MTU3NDY4MTh9.d5SYLs16ISLS8-AaqVk9LjqBMcXFKgdDZUbwNmk9Pnc","disabled":true},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/profile"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/plain; charset=utf-8","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"WWW-Authenticate","value":"Token realm=\"Application\"","name":"WWW-Authenticate","description":""},{"key":"X-Request-Id","value":"b1595daf-77fc-4eb7-a828-adae4d188f50","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.003156","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"26","body":"HTTP Token: Access denied.\n"},{"id":"d7f8de6b-d18a-06f9-9ff3-9198e77ad5df","name":"200 user returned","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJleHAiOjE1MTU3NDY4MTh9.d5SYLs16ISLS8-AaqVk9LjqBMcXFKgdDZUbwNmk9Pnc","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"ETag","value":"W/\"8b0bf14faa24bd0aa66bb10d293faae1\"","name":"ETag","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"403adc73-1d35-4c2e-a6dc-f409d7df880f","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.005282","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"14","body":"{\"id\":1,\"first_name\":\"John\",\"last_name\":\"Doe\",\"email\":\"john@doe.com\"}"}],"_postman_id":"eb77b867-eadd-01d2-3a6c-c493d80cf542"}],"id":"0f446d75-af78-1dfa-66cc-93511e4e62d2","description":"<p>Profile operations</p>\n","_postman_id":"0f446d75-af78-1dfa-66cc-93511e4e62d2"},{"name":"questions","item":[{"name":"questions#create","id":"a60f55af-abf8-e93f-5ae8-fa237d520015","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJleHAiOjE1MTYzNTUyNDB9.fu5P-jpjDdTFDbrAKS_0IZThCfSB1jB2iy_A8fPNQUM"}],"body":{"mode":"raw","raw":"{\n\t\"question\": {\n\t\t\"title\": \"Roger Rabbit\",\n\t\t\"body\": \"Who Framed Roger Rabbit?\"\n\t}\n}"},"url":"http://localhost:3000/questions","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td><code>Required</code></td>\n</tr>\n<tr>\n<td>body</td>\n<td><code>Required</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","port":"3000","path":["questions"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4799fe5e-ac87-1dab-0aff-d6895c7a1006","name":"201 question created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJleHAiOjE1MTYzNTUyNDB9.fu5P-jpjDdTFDbrAKS_0IZThCfSB1jB2iy_A8fPNQUM"}],"body":{"mode":"raw","raw":"{\n\t\"question\": {\n\t\t\"title\": \"Roger Rabbit\",\n\t\t\"body\": \"Who Framed Roger Rabbit?\"\n\t}\n}"},"url":"http://localhost:3000/questions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"ETag","value":"W/\"facf61fc7ba4dfd8ca2bd79d266671a5\"","name":"ETag","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"df99764b-6428-4b1f-97bb-a100d394a548","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.220399","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"245","body":"{\"id\":1,\"title\":\"Roger Rabbit\",\"body\":\"Who Framed Roger Rabbit?\",\"user_id\":1}"},{"id":"61fae455-14e6-19e2-40a7-161f65a4fe50","name":"401 unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJleHAiOjE1MTYzNTUyNDB9.fu5P-jpjDdTFDbrAKS_0IZThCfSB1jB2iy_A8fPNQUM","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"question\": {\n\t\t\"title\": \"Roger Rabbit\",\n\t\t\"body\": \"Who Framed Roger Rabbit?\"\n\t}\n}"},"url":"http://localhost:3000/questions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/plain; charset=utf-8","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"WWW-Authenticate","value":"Token realm=\"Application\"","name":"WWW-Authenticate","description":""},{"key":"X-Request-Id","value":"90a81942-0a1e-4775-b959-cb4019fe808a","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.003443","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"27","body":"HTTP Token: Access denied.\n"},{"id":"75341109-6e03-f9ef-37f7-3eeebdc61dee","name":"422 with invalid attributes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJleHAiOjE1MTYzNTUyNDB9.fu5P-jpjDdTFDbrAKS_0IZThCfSB1jB2iy_A8fPNQUM","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"question\": {\n\t\t\"title\": \"\",\n\t\t\"body\": \"Who Framed Roger Rabbit?\"\n\t}\n}"},"url":"http://localhost:3000/questions"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"8d1bd4ea-850e-4705-91bf-b0fb22fb96e3","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.339624","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"360","body":"{\"title\":[\"can't be blank\"]}"},{"id":"9611abd8-411e-f305-b76f-48e7a74b03f6","name":"400 with incorrect json body","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJleHAiOjE1MTYzNTUyNDB9.fu5P-jpjDdTFDbrAKS_0IZThCfSB1jB2iy_A8fPNQUM","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"\": {\n\t\t\"title\": \"Roger Rabbit\",\n\t\t\"body\": \"Who Framed Roger Rabbit?\"\n\t}\n}"},"url":"http://localhost:3000/questions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"8ef26ab4-1234-4e81-b212-ce3cd00393d3","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.004519","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"25","body":""},{"id":"dc301988-4961-cd1d-4d14-cf54fac7e8f1","name":"403 not valid user","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoyNSwiZXhwIjoxNTE2NzgyNzgyfQ.WtX9phX6jhrT3V9kybSat8sqNoky41kR5t57_zb7oVU","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"question\": {\n\t\t\"title\": \"Roger Rabbit\",\n\t\t\"body\": \"Who Framed Roger Rabbit?\"\n\t}\n}"},"url":"http://localhost:3000/questions"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"4e2732d4-fde3-4352-99f3-991e63d86d47","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.203121","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"230","body":""}],"_postman_id":"a60f55af-abf8-e93f-5ae8-fa237d520015"},{"name":"questions#show","id":"efd7fcef-ec85-44e2-e9b1-80223a3ad261","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/questions/1","urlObject":{"protocol":"http","port":"3000","path":["questions","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0493c313-57a0-0d95-5a8a-25f758988668","name":"404 question not found","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/questions/0"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"6392f0cb-3821-4efd-84ad-ffe665b245af","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.003858","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"23","body":""},{"id":"d7ca3584-29c5-853d-1489-aa410bdc6b03","name":"200 question returned","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/questions/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"ETag","value":"W/\"facf61fc7ba4dfd8ca2bd79d266671a5\"","name":"ETag","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"39368713-daa5-47fe-8aca-41bad437a190","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.004834","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"11","body":"{\"id\":1,\"title\":\"Roger Rabbit\",\"body\":\"Who Framed Roger Rabbit?\",\"user_id\":1}"}],"_postman_id":"efd7fcef-ec85-44e2-e9b1-80223a3ad261"},{"name":"questions#index","id":"3d0350b1-556d-de0e-be04-e08ab13ddced","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/questions","urlObject":{"protocol":"http","port":"3000","path":["questions"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c3da806a-7769-52a4-7012-08a922f1db47","name":"200 questions returned","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/questions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"ETag","value":"W/\"1a2fcbb0cbfec858fce6218ce84a8ca2\"","name":"ETag","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"2e44b286-3a7c-4e26-a0c8-61666feded6d","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.021570","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"41","body":"[\n    {\n        \"id\": 1,\n        \"title\": \"Place\",\n        \"body\": \"Where am I?\"\n    },\n    {\n        \"id\": 2,\n        \"title\": \"Variable types\",\n        \"body\": \" What types of variables are there in Ruby?\"\n    },\n    {\n        \"id\": 4,\n        \"title\": \"Roger rabbit\",\n        \"body\": \"Who Framed Roger Rabbit?\"\n    }\n]"}],"_postman_id":"3d0350b1-556d-de0e-be04-e08ab13ddced"},{"name":"questions#update","id":"80f35a8c-38c0-9033-a8dd-42bd8a78aaec","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTQzNzA0NTR9.sqYPFUwkWCRJdkiBuBSDK1nNr5ID_jjlP2es1cVmK2M"}],"body":{"mode":"raw","raw":"{\n\t\"question\": {\n\t\t\"title\": \"Types of variables\"\n\t}\n}"},"url":"http://localhost:3000/questions/2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td><code>Required</code></td>\n</tr>\n<tr>\n<td>body</td>\n<td><code>Required</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","port":"3000","path":["questions","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2df5f676-319f-3256-2bfd-5c1f47b5a4da","name":"401 unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTQzNzA0NTR9.sqYPFUwkWCRJdkiBuBSDK1nNr5ID_jjlP2es1cVmK2M","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"question\": {\n\t\t\"title\": \"Types of variables\"\n\t}\n}"},"url":"http://localhost:3000/questions/2"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/plain; charset=utf-8","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"WWW-Authenticate","value":"Token realm=\"Application\"","name":"WWW-Authenticate","description":""},{"key":"X-Request-Id","value":"f656d6ed-e625-42c7-a4c3-1e2e9b60dd9a","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.002823","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"21","body":"HTTP Token: Access denied.\n"},{"id":"3907a48c-9d14-f0f4-9cc5-c17ae584aefc","name":"422 with invalid attributes","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTQzNzA0NTR9.sqYPFUwkWCRJdkiBuBSDK1nNr5ID_jjlP2es1cVmK2M","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"question\": {\n\t\t\"title\": \"\"\n\t}\n}"},"url":"http://localhost:3000/questions/2"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"bc9e37c8-a6f8-4cd4-ad58-b50f66a57c8f","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.006584","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"29","body":"{\"title\":[\"can't be blank\"]}"},{"id":"43cecca3-6e13-7713-ec31-1b980b91367a","name":"403 forbidden","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoyLCJleHAiOjE1MTYzNjIzNDV9.VsmwQZ0qGWkPxcmIxON05FhUPi-28WaQoj9G5hamGDg"}],"body":{"mode":"raw","raw":"{\n\t\"question\": {\n\t\t\"title\": \"New title\"\n\t}\n}"},"url":"http://localhost:3000/questions/1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"ea309554-f25f-4250-87b6-e1d42c7bd5bf","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.005692","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"26","body":""},{"id":"7821bc73-effc-fbe5-2d0f-283ba527f60c","name":"400 with incorrect json body","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTQzNzA0NTR9.sqYPFUwkWCRJdkiBuBSDK1nNr5ID_jjlP2es1cVmK2M","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"\": {\n\t\t\"title\": \"Types of variables\"\n\t}\n}"},"url":"http://localhost:3000/questions/2"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"15d23f91-9b5a-481a-83ce-29718842cc3b","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.004243","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"24","body":""},{"id":"8122f9b8-6d33-35f1-b988-951b78d75fc2","name":"404 question not found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTQzNzA0NTR9.sqYPFUwkWCRJdkiBuBSDK1nNr5ID_jjlP2es1cVmK2M","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"question\": {\n\t\t\"title\": \"Types of variables\"\n\t}\n}"},"url":"http://localhost:3000/questions/0"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"1dea9c0c-5de3-4635-ab7d-fc64ee338289","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.004120","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"27","body":""},{"id":"887b08e7-78a6-470e-e4af-0b0f8fe42085","name":"200 question updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJleHAiOjE1MTYzNjIyNTR9.VsWVFbhohJZPnww3EXFDiAQS4F9uo3Ke4mJCnZ1NnHA","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"question\": {\n\t\t\"title\": \"New title\"\n\t}\n}"},"url":"http://localhost:3000/questions/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"ETag","value":"W/\"995b5b1764be7a16c8592f1d4de18860\"","name":"ETag","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"580cba4e-9daa-49e9-b14f-7ff512e5c872","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.014010","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"30","body":"{\"id\":1,\"title\":\"New title\",\"body\":\"Who Framed Roger Rabbit?\",\"user_id\":1}"}],"_postman_id":"80f35a8c-38c0-9033-a8dd-42bd8a78aaec"},{"name":"questions#delete","id":"540cceaf-ef1b-44c7-5b53-cd4634a589c9","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTM5NDEzNDZ9.VfqSSjqem8YF16RqnwVIOG5ZRbP8p54yDhMhEPoiZgU"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/questions/6","urlObject":{"protocol":"http","port":"3000","path":["questions","6"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0c45dbf5-f9f6-313f-beca-1cf995f3628d","name":"403 forbidden","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoyLCJleHAiOjE1MTYzNjIzNDV9.VsmwQZ0qGWkPxcmIxON05FhUPi-28WaQoj9G5hamGDg"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/questions/1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"7fdcd028-7e44-45de-8d7c-49e82bee6f61","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.005273","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"14","body":""},{"id":"4b94ebf0-ebf0-1852-0466-7dec09208b2e","name":"401 unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTQzNzA0NTR9.sqYPFUwkWCRJdkiBuBSDK1nNr5ID_jjlP2es1cVmK2M","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/questions/6"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/plain; charset=utf-8","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"WWW-Authenticate","value":"Token realm=\"Application\"","name":"WWW-Authenticate","description":""},{"key":"X-Request-Id","value":"b2e98437-8201-4454-9125-3d8d9a4dab85","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.002694","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"26","body":"HTTP Token: Access denied.\n"},{"id":"5601f5f6-b2da-75e4-32b0-0f34e3c2898e","name":"404 question not found","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTQzNzA0NTR9.sqYPFUwkWCRJdkiBuBSDK1nNr5ID_jjlP2es1cVmK2M","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/questions/0"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"628816e5-5912-4162-882e-d6349a145466","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.004358","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"27","body":""},{"id":"d2ccc0bc-440d-b307-4d0d-2ad914536afa","name":"204 question deleted","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTM5NDEzNDZ9.VfqSSjqem8YF16RqnwVIOG5ZRbP8p54yDhMhEPoiZgU"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/questions/6"},"status":"No Content","code":204,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"9f7e9872-785c-4c27-9371-176d8d66b03b","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.013879","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"35","body":""}],"_postman_id":"540cceaf-ef1b-44c7-5b53-cd4634a589c9"}],"id":"044e9285-b996-b901-147e-cad09afaf896","description":"<p>Questions operations</p>\n","_postman_id":"044e9285-b996-b901-147e-cad09afaf896"},{"name":"answers","item":[{"name":"answers#create","id":"e41ee8bb-95f4-fb9d-c41c-f68ea951b61f","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoyLCJleHAiOjE1MTYzNjIzNDV9.VsmwQZ0qGWkPxcmIxON05FhUPi-28WaQoj9G5hamGDg"}],"body":{"mode":"raw","raw":"{\n\t\"answer\": {\n\t\t\"body\": \"Oleksiy Nosov\",\n\t\t\"question_id\": 1\n\t}\n}"},"url":"http://localhost:3000/answers","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>body</td>\n<td><code>Required</code></td>\n</tr>\n<tr>\n<td>question_id</td>\n<td><code>Required</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","port":"3000","path":["answers"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2755634d-e556-7789-4ace-15e1fdb56a0d","name":"422 with invalid attributes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTQzNzA0NTR9.sqYPFUwkWCRJdkiBuBSDK1nNr5ID_jjlP2es1cVmK2M","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"answer\": {\n\t\t\"body\": \"\",\n\t\t\"question_id\": 2\n\t}\n}"},"url":"http://localhost:3000/answers"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"54b58382-ba94-4559-b2c8-80a4c5d3797d","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.298409","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"319","body":"{\"body\":[\"can't be blank\"]}"},{"id":"72fe80f2-c1b9-9a4d-a62e-f17c94491f40","name":"400 with incorrect json body","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTQzNzA0NTR9.sqYPFUwkWCRJdkiBuBSDK1nNr5ID_jjlP2es1cVmK2M","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"answ\": {\n\t\t\"body\": \"local variables, instance variables, global variables, class variables\",\n\t\t\"question_id\": 2\n\t}\n}"},"url":"http://localhost:3000/answers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"e4460e5b-af93-46d3-934e-3fbe2013a2c2","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.003697","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"22","body":""},{"id":"86b6c065-eaf9-db3d-646f-ac5bd56909b0","name":"404 question not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTQzNzA0NTR9.sqYPFUwkWCRJdkiBuBSDK1nNr5ID_jjlP2es1cVmK2M","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"answer\": {\n\t\t\"body\": \"local variables, instance variables, global variables, class variables\",\n\t\t\"question_id\": 0\n\t}\n}"},"url":"http://localhost:3000/answers"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"ca1742b3-2eaa-418e-8386-7f4fa4c70274","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.004159","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"24","body":""},{"id":"8763ba04-9fdd-7e70-8b74-1db804a93081","name":"201 answer created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoyLCJleHAiOjE1MTYzNjIzNDV9.VsmwQZ0qGWkPxcmIxON05FhUPi-28WaQoj9G5hamGDg","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"answer\": {\n\t\t\"body\": \"Oleksiy Nosov\",\n\t\t\"question_id\": 1\n\t}\n}"},"url":"http://localhost:3000/answers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"ETag","value":"W/\"6201cffb57e1f56331031e3aecb5f466\"","name":"ETag","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"1cab74ce-69ec-4aec-8b44-5ae663870e5a","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.024828","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"32","body":"{\"id\":1,\"body\":\"Oleksiy Nosov\",\"question_id\":1,\"user_id\":2}"},{"id":"8f9d10b7-fcee-86d7-c519-e7c1f0fba0b7","name":"401 unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTQzNzA0NTR9.sqYPFUwkWCRJdkiBuBSDK1nNr5ID_jjlP2es1cVmK2M","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"answer\": {\n\t\t\"body\": \"local variables, instance variables, global variables, class variables\",\n\t\t\"question_id\": 2\n\t}\n}"},"url":"http://localhost:3000/answers"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/plain; charset=utf-8","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"WWW-Authenticate","value":"Token realm=\"Application\"","name":"WWW-Authenticate","description":""},{"key":"X-Request-Id","value":"b2a741ca-37f6-4fb5-acdc-73fa53aa8ca8","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.003210","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"24","body":"HTTP Token: Access denied.\n"},{"id":"b309a78c-96c3-545b-c1ee-bb3bd5d448ca","name":"403 user not valid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoyNSwiZXhwIjoxNTE2NzgyNzgyfQ.WtX9phX6jhrT3V9kybSat8sqNoky41kR5t57_zb7oVU","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"answer\": {\n\t\t\"body\": \"Oleksiy Nosov\",\n\t\t\"question_id\": 1\n\t}\n}"},"url":"http://localhost:3000/answers"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"a415f7a3-bd8f-40fd-b3e1-90a5c52d1bc0","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.025211","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"45","body":""}],"_postman_id":"e41ee8bb-95f4-fb9d-c41c-f68ea951b61f"},{"name":"answers#index","id":"f9540b34-777b-2a11-b18b-b69188181628","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/answers?question_id=2","urlObject":{"protocol":"http","port":"3000","path":["answers"],"host":["localhost"],"query":[{"key":"question_id","value":"2"}],"variable":[]}},"response":[{"id":"9a642a2e-5143-43e8-a504-0c379439a543","name":"404 question not found","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:3000/answers?question_id=0","protocol":"http","host":["localhost"],"port":"3000","path":["answers"],"query":[{"key":"question_id","value":"0"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"1d742d0b-4437-405b-bc63-24004a3130d4","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.003328","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"22","body":""},{"id":"cb6cc369-6b0f-74de-5d76-171970649077","name":"400 with incorrect json body","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/answers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"c311dc57-105d-4089-90d3-3b7e40762b1c","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.002753","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"20","body":""},{"id":"fbb18045-a68e-fcf9-cdba-95ab9d8e76ca","name":"200 collection of answers returned","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:3000/answers?question_id=1","protocol":"http","host":["localhost"],"port":"3000","path":["answers"],"query":[{"key":"question_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"ETag","value":"W/\"544458b73db0ec8971fccf90b6564b83\"","name":"ETag","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"95cc2984-6db4-4d0e-986b-03ee0dae3204","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.017079","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"36","body":"[{\"id\":1,\"body\":\"Oleksiy Nosov\",\"question_id\":1,\"user_id\":2},{\"id\":2,\"body\":\"Someone\",\"question_id\":1,\"user_id\":2}]"}],"_postman_id":"f9540b34-777b-2a11-b18b-b69188181628"},{"name":"answers#update","id":"72068eb7-6baf-02db-854b-d969d917dcab","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTQ0NTkzMDZ9.rNMQB_fLKb04QgVcTNdpXTa-0yec3xsfnP79G9d96x0"}],"body":{"mode":"raw","raw":"{\n\t\"answer\": {\n\t\t\"body\": \"changed body\",\n\t\t\"question_id\": \"2\"\n\t}\n}"},"url":"http://localhost:3000/answers/25","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>body</td>\n<td><code>Required</code></td>\n</tr>\n<tr>\n<td>question_id</td>\n<td><code>Required</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","port":"3000","path":["answers","25"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"052107e2-c46e-305b-f36e-16204b41d2c7","name":"401 Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTQ0NTkzMDZ9.rNMQB_fLKb04QgVcTNdpXTa-0yec3xsfnP79G9d96x0","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"answer\": {\n\t\t\"body\": \"changed body\",\n\t\t\"question_id\": \"2\"\n\t}\n}"},"url":"http://localhost:3000/answers/25"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/plain; charset=utf-8","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"WWW-Authenticate","value":"Token realm=\"Application\"","name":"WWW-Authenticate","description":""},{"key":"X-Request-Id","value":"65b0353b-b3fd-41b9-bb32-96ebf94fb5fe","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.002898","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"23","body":"HTTP Token: Access denied.\n"},{"id":"1071f775-0c84-0959-942e-24969d73cfed","name":"404 answer not found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTQ0NTkzMDZ9.rNMQB_fLKb04QgVcTNdpXTa-0yec3xsfnP79G9d96x0","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"answer\": {\n\t\t\"body\": \"changed body\",\n\t\t\"question_id\": \"2\"\n\t}\n}"},"url":"http://localhost:3000/answers/0"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"addc9442-99ad-4064-b96d-b107e3d104f2","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.003827","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"28","body":""},{"id":"35089bbf-bfea-657d-458d-32151ed2b5e0","name":"200 answer updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoyLCJleHAiOjE1MTYzNjIzNDV9.VsmwQZ0qGWkPxcmIxON05FhUPi-28WaQoj9G5hamGDg","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"answer\": {\n\t\t\"body\": \"changed body\",\n\t\t\"question_id\": \"1\"\n\t}\n}"},"url":"http://localhost:3000/answers/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"ETag","value":"W/\"762f59680309da560f83349a10b5e7cf\"","name":"ETag","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"413f04cd-36a7-4b70-99a4-1130acaa9d48","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.013235","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"19","body":"{\"id\":1,\"body\":\"changed body\",\"question_id\":1,\"user_id\":2}"},{"id":"5f43a9d4-3c57-912b-382d-7b0ac14fb7a3","name":"403 forbidden","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJleHAiOjE1MTYzNjIyNTR9.VsWVFbhohJZPnww3EXFDiAQS4F9uo3Ke4mJCnZ1NnHA"}],"body":{"mode":"raw","raw":"{\n\t\"answer\": {\n\t\t\"body\": \"changed body\",\n\t\t\"question_id\": \"2\"\n\t}\n}"},"url":"http://localhost:3000/answers/1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"3ff168da-7560-4128-aa17-3481daa4d265","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.004632","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"25","body":""},{"id":"ce1631c9-6c3b-684c-3f0e-3039da1859f6","name":"400 with incorrect json body","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTQ0NTkzMDZ9.rNMQB_fLKb04QgVcTNdpXTa-0yec3xsfnP79G9d96x0","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"answ\": {\n\t\t\"body\": \"changed body\",\n\t\t\"question_id\": \"2\"\n\t}\n}"},"url":"http://localhost:3000/answers/25"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"c3efb446-472e-49e0-a812-c550c69bf621","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.004006","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"27","body":""},{"id":"f2450717-1867-e7f3-3bdb-2a26e8dd2880","name":"422 with invalid attributes","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTQ0NTkzMDZ9.rNMQB_fLKb04QgVcTNdpXTa-0yec3xsfnP79G9d96x0","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"answer\": {\n\t\t\"body\": \"\",\n\t\t\"question_id\": \"2\"\n\t}\n}"},"url":"http://localhost:3000/answers/25"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"70565bde-bb7f-420f-a82b-3ef91e65e2f8","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.006893","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"31","body":"{\"body\":[\"can't be blank\"]}"}],"_postman_id":"72068eb7-6baf-02db-854b-d969d917dcab"},{"name":"answers#delete","id":"276a7228-4485-bfcd-735d-226afd6da987","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/answers/1","urlObject":{"protocol":"http","port":"3000","path":["answers","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1f8ccdfb-8786-1070-db07-7df6ad8167d3","name":"403 forbidden","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJleHAiOjE1MTYzNjIyNTR9.VsWVFbhohJZPnww3EXFDiAQS4F9uo3Ke4mJCnZ1NnHA","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/answers/1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"8544a6a9-80a7-4ec7-bd03-9cf46505e87e","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.005924","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"17","body":""},{"id":"663bd488-c891-bca5-ae95-90e30bb89ca9","name":"401 Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTQ0NTkzMDZ9.rNMQB_fLKb04QgVcTNdpXTa-0yec3xsfnP79G9d96x0","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/answers/11"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/plain; charset=utf-8","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"WWW-Authenticate","value":"Token realm=\"Application\"","name":"WWW-Authenticate","description":""},{"key":"X-Request-Id","value":"3761d979-9eeb-44bc-aca3-24d6bbca1c9b","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.003213","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"26","body":"HTTP Token: Access denied.\n"},{"id":"94075e09-1ec2-46ed-7a24-b21728ef776d","name":"204 answer deleted","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTQ0NTkzMDZ9.rNMQB_fLKb04QgVcTNdpXTa-0yec3xsfnP79G9d96x0","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/answers/1"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"X-Request-Id","value":"377a076a-3325-4e35-adc0-ff900af64d02","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.007837","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"24","body":""},{"id":"d365ea47-78fc-aef9-1ea8-b0b7d00cbe12","name":"404 answer not found","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHAiOjE1MTQ0NTkzMDZ9.rNMQB_fLKb04QgVcTNdpXTa-0yec3xsfnP79G9d96x0","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/answers/0"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Request-Id","value":"0f00d65d-1ea4-4f18-a018-5f733a46134f","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.004053","name":"X-Runtime","description":""}],"cookie":[],"responseTime":"23","body":""}],"_postman_id":"276a7228-4485-bfcd-735d-226afd6da987"}],"id":"8b2dbc02-7c6a-bc73-bf37-c3fe16e3e450","description":"<p>Answers operations</p>\n","_postman_id":"8b2dbc02-7c6a-bc73-bf37-c3fe16e3e450"},{"name":"sendgrid","item":[{"name":"sendgrid#post","id":"8b110d77-cae2-9639-8408-8e88acfd4a3c","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 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"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"personalizations\": [\n    {\n      \"to\": [\n          {\n              \"email\": \"baboshyn@mlsdev.com\"\n          }\n      ],\n      \"substitutions\": {\n          \"-first_name-\": \"Bob\",\n          \"-last_name-\": \"Marley\",\n          \"-confirmation_token-\": \"token\"\n      }\n    }\n  ],\n  \"from\": {\n    \"email\": \"Simple_stackoverflow_api@example.com\",\n    \"name\": \"Simple_stackoverflow_api\"\n  },\n  \"subject\": \"Registration confirmation\",\n  \n  \"template_id\": \"247b91e6-ed7a-4fb5-8b39-058bbad52107\"\n}"},"url":"https://api.sendgrid.com/v3/mail/send ","urlObject":{"protocol":"https","path":["v3","mail","send "],"host":["api","sendgrid","com"],"query":[],"variable":[]}},"response":[{"id":"f3042ba1-bc75-8bd1-c903-3bddd539d68f","name":"202 accepted","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 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"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"personalizations\": [\n    {\n      \"to\": [\n          {\n              \"email\": \"baboshyn@mlsdev.com\"\n          }\n      ],\n      \"substitutions\": {\n          \"-first_name-\": \"Bob\",\n          \"-last_name-\": \"Marley\",\n          \"-confirmation_token-\": \"token\"\n      }\n    }\n  ],\n  \"from\": {\n    \"email\": \"Simple_stackoverflow_api@example.com\",\n    \"name\": \"Simple_stackoverflow_api\"\n  },\n  \"subject\": \"Registration confirmation\",\n  \n  \"template_id\": \"247b91e6-ed7a-4fb5-8b39-058bbad52107\"\n}"},"url":"https://api.sendgrid.com/v3/mail/send "},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization, Content-Type, On-behalf-of, x-sg-elas-acl","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"https://sendgrid.api-docs.io","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Max-Age","value":"600","name":"Access-Control-Max-Age","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"0","name":"Content-Length","description":""},{"key":"Content-Type","value":"text/plain; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 11 Jan 2018 09:09:01 GMT","name":"Date","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"X-Message-Id","value":"gf4cvJmFRbCsdMlmEiPYNg","name":"X-Message-Id","description":""},{"key":"X-No-CORS-Reason","value":"https://sendgrid.com/docs/Classroom/Basics/API/cors.html","name":"X-No-CORS-Reason","description":""}],"cookie":[],"responseTime":"292","body":""}],"_postman_id":"8b110d77-cae2-9639-8408-8e88acfd4a3c"}],"id":"63afa183-125f-c382-7c8c-d5245f8f239b","event":[{"listen":"prerequest","script":{"id":"95f81635-8359-4b15-9168-81cab503d5cb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7890b5d4-dcbd-4830-bad6-133d7e2f0e6b","type":"text/javascript","exec":[""]}}],"_postman_id":"63afa183-125f-c382-7c8c-d5245f8f239b","description":""},{"name":"mailjet","item":[{"name":"mailjet#post","id":"a3ccdf00-af90-5f8f-8070-3992b17be806","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Messages\":[\n        {\n            \"From\":{\n                \"Email\":\"baboshyn@mlsdev.com\",\n                \"Name\":\"SimpleStackOverflaw Team\"\n            },\n            \"To\":[\n                {\n                    \"Email\":\"alexbaboshyn@gmail.com\",\n                    \"Name\":\"Amanda Smith\"\n                }\n            ],\n            \"TemplateID\":294561,\n            \"TemplateLanguage\":true,\n            \"Subject\":\"Registration confirmation\",\n            \"Variables\":{\n                \"first_name\":\"Amanda\",\n                \"last_name\":\"Smith\",\n                \"token\":\"eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxOSwiZXhwIjoxNTE2MzQ4MTE2fQ.RH_IQ898ojGwyBr9L-rDp0cWsJ0yDgWIgmETdF5884k\"\n            }\n        }\n    ]\n}"},"url":"https://api.mailjet.com/v3.1/send","urlObject":{"protocol":"https","path":["v3.1","send"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[{"id":"8f434b19-975f-29df-94c4-4ae00d4d2ca1","name":"202 accepted","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 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"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"personalizations\": [\n    {\n      \"to\": [\n          {\n              \"email\": \"baboshyn@mlsdev.com\"\n          }\n      ],\n      \"substitutions\": {\n          \"-first_name-\": \"Bob\",\n          \"-last_name-\": \"Marley\",\n          \"-confirmation_token-\": \"token\"\n      }\n    }\n  ],\n  \"from\": {\n    \"email\": \"Simple_stackoverflow_api@example.com\",\n    \"name\": \"Simple_stackoverflow_api\"\n  },\n  \"subject\": \"Registration confirmation\",\n  \n  \"template_id\": \"247b91e6-ed7a-4fb5-8b39-058bbad52107\"\n}"},"url":"https://api.sendgrid.com/v3/mail/send "},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization, Content-Type, On-behalf-of, x-sg-elas-acl","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"https://sendgrid.api-docs.io","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/plain; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 11 Jan 2018 09:09:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"X-Message-Id","value":"gf4cvJmFRbCsdMlmEiPYNg","name":"X-Message-Id","description":"Custom header"},{"key":"X-No-CORS-Reason","value":"https://sendgrid.com/docs/Classroom/Basics/API/cors.html","name":"X-No-CORS-Reason","description":"Custom header"}],"cookie":[],"responseTime":"292","body":""},{"id":"9da68446-38a2-6a3d-5ae4-95cd43c8fb9a","name":"mailjet#post","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 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","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","disabled":true},{"key":"Content-Type","value":"application/json","warning":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"Messages\":[\n        {\n            \"From\":{\n                \"Email\":\"baboshyn@mlsdev.com\",\n                \"Name\":\"SimpleStackOverflaw Team\"\n            },\n            \"To\":[\n                {\n                    \"Email\":\"alexbaboshyn@gmail.com\",\n                    \"Name\":\"Amanda Smith\"\n                }\n            ],\n            \"TemplateID\":294561,\n            \"TemplateLanguage\":true,\n            \"Subject\":\"Registration confirmation\",\n            \"Variables\":{\n                \"first_name\":\"Amanda\",\n                \"last_name\":\"Smith\",\n                \"token\":\"eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxOSwiZXhwIjoxNTE2MzQ4MTE2fQ.RH_IQ898ojGwyBr9L-rDp0cWsJ0yDgWIgmETdF5884k\"\n            }\n        }\n    ]\n}"},"url":"https://api.mailjet.com/v3.1/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"265","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 18 Jan 2018 08:08:55 GMT","name":"Date","description":""}],"cookie":[],"responseTime":"195","body":"{\"Messages\":[{\"Status\":\"success\",\"CustomID\":\"\",\"To\":[{\"Email\":\"alexbaboshyn@gmail.com\",\"MessageUUID\":\"55d4dca9-aa15-4324-964e-b47ee3c0ea2f\",\"MessageID\":70650219208141889,\"MessageHref\":\"https://api.mailjet.com/v3/REST/message/70650219208141889\"}],\"Cc\":[],\"Bcc\":[]}]}"}],"_postman_id":"a3ccdf00-af90-5f8f-8070-3992b17be806"}],"id":"0ba70425-d2fd-3c00-7850-00b0ada49a3b","_postman_id":"0ba70425-d2fd-3c00-7850-00b0ada49a3b","description":""}],"event":[{"listen":"prerequest","script":{"id":"520ef1e6-bb59-454a-90b6-485cf63759f5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"968741e4-6d10-4ef4-b132-a3f5e504e78d","type":"text/javascript","exec":[""]}}]}