{"info":{"_postman_id":"03af046c-908b-ede6-c53f-ede5db50a81c","name":"docgenie-rails-api","description":"<html><head></head><body><p>This is a document manager API where documents are created with access priviliges:\nPersonal documents are only visible to their authors\nGeneral documents are visible to the authors and admin users</p>\n<p>There are two kinds of users:</p>\n<ul>\n<li><p>Admin: \n  Admin users can:</p>\n<ul>\n<li>view all users, </li>\n<li>view a single user</li>\n<li>update another user's role.</li>\n<li>view all general documents</li>\n</ul>\n</li>\n<li><p>Member:\n  Member users can:</p>\n<ul>\n<li>view a single user. </li>\n<li>They can update their own details but not their own role or the role of another user.</li>\n</ul>\n</li>\n</ul>\n<p>A user can delete their own account.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1734394","collectionId":"03af046c-908b-ede6-c53f-ede5db50a81c","publishedId":"RWguxGf5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-10-20T22:25:09.000Z"},"item":[{"name":"http://localhost:3000/signup","id":"17e208fc-8f6e-1204-46b9-2de8b5db7a48","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"first_name","value":"mide","type":"text"},{"key":"last_name","value":"babz","type":"text"},{"key":"email","value":"mide2@gmail.com","type":"text"},{"key":"password","value":"mide","type":"text"},{"key":"password_confirmation","value":"mide","type":"text"}]},"url":"http://localhost:3000/signup","description":"<p>Creating an account</p>\n","urlObject":{"protocol":"http","port":"3000","path":["signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"17e208fc-8f6e-1204-46b9-2de8b5db7a48"},{"name":"http://localhost:3000/login","id":"dd67386d-e14f-50b2-926b-f4c534735041","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"first_name","value":"mide","type":"text","disabled":true},{"key":"last_name","value":"babz","type":"text","disabled":true},{"key":"email","value":"mide2@gmail.com","type":"text"},{"key":"password","value":"mide","type":"text"},{"key":"password_confirmation","value":"mide","type":"text","disabled":true}]},"url":"http://localhost:3000/login","description":"<p>Log in</p>\n","urlObject":{"protocol":"http","port":"3000","path":["login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd67386d-e14f-50b2-926b-f4c534735041"},{"name":"http://localhost:3000/documents","id":"1bea09a2-06d3-b664-c887-040a8f34aa41","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxMCwiZXhwaXJ5IjoxNTQwMTM0NjczfQ.hgzhwBp7-IiURAGci5fE5qUyq9joLeZsaIpX26nT5xw"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"first_name","value":"mide","type":"text","disabled":true},{"key":"last_name","value":"babz","type":"text","disabled":true},{"key":"email","value":"mide2@gmail.com","type":"text","disabled":true},{"key":"password","value":"mide","type":"text","disabled":true},{"key":"password_confirmation","value":"mide","type":"text","disabled":true},{"key":"title","value":"October 21st","type":"text"},{"key":"content","value":"A document on the 21st of October","type":"text"},{"key":"access","value":"personal","type":"text"}]},"url":"http://localhost:3000/documents","description":"<p>Create a new document</p>\n","urlObject":{"protocol":"http","port":"3000","path":["documents"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bea09a2-06d3-b664-c887-040a8f34aa41"},{"name":"http://localhost:3000/documents","id":"94af54b5-b1fd-d8cd-e077-9da4e4880fca","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxMCwiZXhwaXJ5IjoxNTQwMTM0NjczfQ.hgzhwBp7-IiURAGci5fE5qUyq9joLeZsaIpX26nT5xw"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"first_name","value":"mide","type":"text","disabled":true},{"key":"last_name","value":"babz","type":"text","disabled":true},{"key":"email","value":"mide2@gmail.com","type":"text","disabled":true},{"key":"password","value":"mide","type":"text","disabled":true},{"key":"password_confirmation","value":"mide","type":"text","disabled":true},{"key":"title","value":"October 20","type":"text"},{"key":"content","value":"The weather is very sunny in Lagos","type":"text"},{"key":"access","value":"personal","type":"text"}]},"url":"http://localhost:3000/documents","description":"<p>Get all documents</p>\n","urlObject":{"protocol":"http","port":"3000","path":["documents"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"94af54b5-b1fd-d8cd-e077-9da4e4880fca"},{"name":"http://localhost:3000/my_documents","id":"d75c5d18-23a4-852c-28af-7a984e3cb29b","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxMCwiZXhwaXJ5IjoxNTQwMTM0NjczfQ.hgzhwBp7-IiURAGci5fE5qUyq9joLeZsaIpX26nT5xw"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"first_name","value":"mide","type":"text","disabled":true},{"key":"last_name","value":"babz","type":"text","disabled":true},{"key":"email","value":"mide2@gmail.com","type":"text","disabled":true},{"key":"password","value":"mide","type":"text","disabled":true},{"key":"password_confirmation","value":"mide","type":"text","disabled":true},{"key":"title","value":"Dear diary - page one, chapter 1","type":"text"},{"key":"content","value":"Cue to scene one:\n\nHere the story begins","type":"text"},{"key":"access","value":"personal","type":"text","disabled":true}]},"url":"http://localhost:3000/my_documents","description":"<p>Get own documents</p>\n","urlObject":{"protocol":"http","port":"3000","path":["my_documents"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d75c5d18-23a4-852c-28af-7a984e3cb29b"},{"name":"http://localhost:3000/documents/17","id":"a2266bbe-bd30-4cd6-3873-2801f712fa34","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxMCwiZXhwaXJ5IjoxNTQwMTM0NjczfQ.hgzhwBp7-IiURAGci5fE5qUyq9joLeZsaIpX26nT5xw"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"December","type":"text"}]},"url":"http://localhost:3000/documents/17","description":"<p>Update own document</p>\n","urlObject":{"protocol":"http","port":"3000","path":["documents","17"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2266bbe-bd30-4cd6-3873-2801f712fa34"},{"name":"http://localhost:3000/documents/18","id":"8dbffc7a-0b75-b2bf-5f58-222a3d97df17","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxMCwiZXhwaXJ5IjoxNTQwMTM0NjczfQ.hgzhwBp7-IiURAGci5fE5qUyq9joLeZsaIpX26nT5xw"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"Item 1","type":"text","disabled":true},{"key":"created_by","value":"1","type":"text","disabled":true},{"key":"done","value":"false","type":"text","disabled":true},{"key":"first_name","value":"admin-user","type":"text","disabled":true},{"key":"last_name","value":"admin","type":"text","disabled":true},{"key":"email","value":"test@gmail.com","type":"text","disabled":true},{"key":"password","value":"mystery","type":"text","disabled":true},{"key":"password_confirmation","value":"seyi","type":"text","disabled":true},{"key":"role","value":"member","type":"text","disabled":true},{"key":"title","value":"document 3","type":"text"},{"key":"access","value":"general","type":"text","disabled":true},{"key":"content","value":"The ting goes skkrrrrr, prrraaa","type":"text","disabled":true}]},"url":"http://localhost:3000/documents/18","description":"<p>Delete own document</p>\n","urlObject":{"protocol":"http","port":"3000","path":["documents","18"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dbffc7a-0b75-b2bf-5f58-222a3d97df17"},{"name":"http://localhost:3000/users","id":"fcb4c7ce-8288-31db-e3fa-88d31a5c3c41","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxMCwiZXhwaXJ5IjoxNTQwMTM0NjczfQ.hgzhwBp7-IiURAGci5fE5qUyq9joLeZsaIpX26nT5xw"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"first_name","value":"humphrey","type":"text","disabled":true},{"key":"last_name","value":"babz","type":"text","disabled":true},{"key":"email","value":"mide2@gmail.com","type":"text","disabled":true},{"key":"password","value":"mide","type":"text","disabled":true},{"key":"password_confirmation","value":"mide","type":"text","disabled":true},{"key":"title","value":"Dear diary - page one, chapter 1","type":"text","disabled":true},{"key":"content","value":"Cue to scene one:\n\nHere the story begins","type":"text","disabled":true},{"key":"access","value":"personal","type":"text","disabled":true},{"key":"role","value":"admin","type":"text","disabled":true}]},"url":"http://localhost:3000/users","description":"<p>Fetch all users</p>\n","urlObject":{"protocol":"http","port":"3000","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcb4c7ce-8288-31db-e3fa-88d31a5c3c41"},{"name":"http://localhost:3000/documents/2/comments","id":"c8b0086c-50d6-bf99-2969-37c6b0e09677","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHBpcnkiOjE1NDAxNjAzNzF9.qF-3z7DkZiUepLaCiOUrHtVZL_TeRfnl_GYlEk1OJqQ"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"admin@gmail.com","type":"text","disabled":true},{"key":"password","value":"mystery","type":"text","disabled":true},{"key":"body","value":"new comment","type":"text"}]},"url":"http://localhost:3000/documents/2/comments","description":"<p>Create a comment for a document</p>\n","urlObject":{"protocol":"http","port":"3000","path":["documents","2","comments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8b0086c-50d6-bf99-2969-37c6b0e09677"},{"name":"http://localhost:3000/documents/2/comments/1","id":"9a64ed96-f5eb-b8a5-6b44-d37a88fbc0ab","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjozLCJleHBpcnkiOjE1NDAxNjAzNzF9.qF-3z7DkZiUepLaCiOUrHtVZL_TeRfnl_GYlEk1OJqQ"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://localhost:3000/documents/2/comments/1","description":"<p>Delete a comment</p>\n","urlObject":{"protocol":"http","port":"3000","path":["documents","2","comments","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a64ed96-f5eb-b8a5-6b44-d37a88fbc0ab"}]}