{"info":{"_postman_id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","name":"Kanban","description":"<html><head></head><body><p>This documentation contains endpoints for the kanban task App</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"19697282","collectionId":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","publishedId":"2s93CKRFNz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-02-22T15:20:14.000Z"},"item":[{"name":"Board","item":[{"name":"Create a Board","id":"bf1b8b0e-ba6d-456f-aa65-ceb781b1b2aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\" :\"A means to grow\"\n}","options":{"raw":{"language":"json"}}},"url":"https://kanban-task-api.cyclic.app//board/create","description":"<p>Creates a new board</p>\n","urlObject":{"path":["board","create"],"host":["https://kanban-task-api.cyclic.app/"],"query":[],"variable":[]}},"response":[{"id":"aa49f4d6-9f97-42e4-8267-3154158aba47","name":"Create a Board","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\" :\"Proportional\"\n}","options":{"raw":{"language":"json"}}},"url":"https://kanban-task-api.cyclic.app//board/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 09:06:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"263"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"etag","value":"W/\"107-u1FaXS3tsjn2lm5+ryWFCr4e87w\""},{"key":"X-Powered-By","value":"Express"},{"key":"Apigw-Requestid","value":"Au8u9ip5oE0EM_g="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Board created successfully\",\n    \"status\": \"true\",\n    \"data\": {\n        \"name\": \"Proportional\",\n        \"collaborators\": [],\n        \"userId\": [\n            \"63b6dde22b610bdd3dd7d29e\"\n        ],\n        \"_id\": \"63f5db2f9bf5cd1156de4135\",\n        \"createdAt\": \"2023-02-22T09:06:55.953Z\",\n        \"updatedAt\": \"2023-02-22T09:06:55.953Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"bf1b8b0e-ba6d-456f-aa65-ceb781b1b2aa"},{"name":"get all boards","id":"1c277b3a-d36f-4fcc-82d8-b7638348ce1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/board/all","description":"<p>Fetches all boards belonging to a user</p>\n<ul>\n<li>Fetches boards that a user is collaborating on too</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","name":"Kanban","type":"collection"}},"urlObject":{"protocol":"http","port":"5000","path":["board","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"459c58b9-30b3-4ad5-a0d2-b09e13e0e334","name":"get all boards","originalRequest":{"method":"GET","header":[],"url":"https://kanban-task-api.cyclic.app//board/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 09:23:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1074"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"etag","value":"W/\"432-c6lQIgLXThUDTxskmgpaCTDKksk\""},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-credentials","value":"true"},{"key":"Apigw-Requestid","value":"Au_OMh44oE0EMyA="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully retrieved\",\n    \"status\": true,\n    \"data\": [\n        {\n            \"_id\": \"63b7b3f2224c77d4217217cb\",\n            \"name\": \"Case study materials\",\n            \"userId\": [\n                \"63b6dde22b610bdd3dd7d29e\"\n            ],\n            \"createdAt\": \"2023-01-06T05:38:58.692Z\",\n            \"updatedAt\": \"2023-01-06T11:31:18.395Z\",\n            \"__v\": 2,\n            \"collaborators\": [\n                \"chidinma@gmail.com\"\n            ]\n        },\n        {\n            \"collaborators\": [],\n            \"_id\": \"63b7b417224c77d4217217cd\",\n            \"name\": \"January Works\",\n            \"userId\": [\n                \"63b6dde22b610bdd3dd7d29e\"\n            ],\n            \"createdAt\": \"2023-01-06T05:39:35.758Z\",\n            \"updatedAt\": \"2023-01-06T05:39:35.758Z\",\n            \"__v\": 0\n        },\n        {\n            \"collaborators\": [],\n            \"_id\": \"63b7b94fe06354441a0ff988\",\n            \"name\": \"DSA\",\n            \"userId\": [\n                \"63b6dde22b610bdd3dd7d29e\"\n            ],\n            \"createdAt\": \"2023-01-06T06:01:51.577Z\",\n            \"updatedAt\": \"2023-01-06T06:01:51.577Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"63e5a1289b3087b6ea04b4d1\",\n            \"name\": \"A break\",\n            \"collaborators\": [],\n            \"userId\": [\n                \"63b6dde22b610bdd3dd7d29e\"\n            ],\n            \"createdAt\": \"2023-02-10T01:43:04.033Z\",\n            \"updatedAt\": \"2023-02-10T01:43:04.033Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"63f5db2f9bf5cd1156de4135\",\n            \"name\": \"Proportional\",\n            \"collaborators\": [],\n            \"userId\": [\n                \"63b6dde22b610bdd3dd7d29e\"\n            ],\n            \"createdAt\": \"2023-02-22T09:06:55.953Z\",\n            \"updatedAt\": \"2023-02-22T09:06:55.953Z\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"1c277b3a-d36f-4fcc-82d8-b7638348ce1a"},{"name":"get a single board","id":"3e43bbbd-1e4e-436e-9a99-deb2f6e248fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/board/63b7b3f2224c77d4217217cb","description":"<p>Fetch the details of a board by passing the board Id as a params</p>\n","urlObject":{"protocol":"http","port":"5000","path":["board","63b7b3f2224c77d4217217cb"],"host":["localhost"],"query":[{"disabled":true,"key":"id","value":"63b6407801474bfe1bb228a7"}],"variable":[]}},"response":[{"id":"286705cb-8a0a-4e31-b9a2-e6c33ae14fd1","name":"get a single board","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://kanban-task-api.cyclic.app//board/63b7b3f2224c77d4217217cb","host":["https://kanban-task-api.cyclic.app/"],"path":["board","63b7b3f2224c77d4217217cb"],"query":[{"key":"id","value":"63b6407801474bfe1bb228a7","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 09:24:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"288"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"120-8h6cfTK9ehrwMFdbaLKo0QPF0qE\""},{"key":"Apigw-Requestid","value":"Au_XXg2moE0EMCA="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data fetched successfully\",\n    \"status\": true,\n    \"data\": {\n        \"_id\": \"63b7b3f2224c77d4217217cb\",\n        \"name\": \"Case study materials\",\n        \"userId\": [\n            \"63b6dde22b610bdd3dd7d29e\"\n        ],\n        \"createdAt\": \"2023-01-06T05:38:58.692Z\",\n        \"updatedAt\": \"2023-01-06T11:31:18.395Z\",\n        \"__v\": 2,\n        \"collaborators\": [\n            \"chidinma@gmail.com\"\n        ]\n    }\n}"}],"_postman_id":"3e43bbbd-1e4e-436e-9a99-deb2f6e248fe"},{"name":"update board","id":"869fce4d-cbc0-461d-93c6-3a751477bb3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\":\"Case study materials\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/board/63b7436ebcf268b0238a76d8","description":"<p>Updates the details of a board</p>\n<ul>\n<li>Collaborated user are able to edit the details in a board</li>\n</ul>\n","urlObject":{"protocol":"http","port":"5000","path":["board","63b7436ebcf268b0238a76d8"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"559c25b1-9a5b-48c8-a994-e8e3c32b7819","name":"update board","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\":\"Case study materials\"\n}","options":{"raw":{"language":"json"}}},"url":"https://kanban-task-api.cyclic.app//board/63b7436ebcf268b0238a76d8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 09:26:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"access-control-allow-credentials","value":"true"},{"key":"etag","value":"W/\"42-Cc/Sy5H0DF+puFh+JYFFLOFnaIs\""},{"key":"Apigw-Requestid","value":"Au_lWhvqIE0EM_Q="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Board updated successfully\",\n    \"status\": true,\n    \"data\": null\n}"}],"_postman_id":"869fce4d-cbc0-461d-93c6-3a751477bb3f"},{"name":"delete board","id":"07e7b18d-ca17-46aa-8f34-2646c81eb246","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/board/63e8f4f03a127cd393c1989b","description":"<p>This is to delete a board</p>\n<ul>\n<li>Only the owner of a board can delete a board</li>\n<li>collaborators on a board can't delete a board</li>\n</ul>\n","urlObject":{"protocol":"http","port":"5000","path":["board","63e8f4f03a127cd393c1989b"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1d6c0a3d-c5a8-48f5-aa6f-5a1b16fb8b2d","name":"delete board","originalRequest":{"method":"DELETE","header":[],"url":"https://kanban-task-api.cyclic.app//board/63b7b3f2224c77d4217217cb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 09:34:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"access-control-allow-credentials","value":"true"},{"key":"etag","value":"W/\"36-0IAw8PsI+gqHyDVPLd5I3Q/2WRA\""},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"Apigw-Requestid","value":"AvAv2jDKoE0EMZQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Board Deleted successfully\",\n    \"status\": true\n}"}],"_postman_id":"07e7b18d-ca17-46aa-8f34-2646c81eb246"},{"name":"Add a collaborator","id":"2007ac4d-eb6a-47f8-9a11-f2dbeb0123bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\":\"dinmanwa@gmail.com\",\n  \"boardId\":\"63b7b94fe06354441a0ff988\"\n}","options":{"raw":{"language":"json"}}},"url":"https://kanban-task-api.cyclic.app//board/add-collaborator","description":"<p>Allows you to add a collaborator to a board by passing the email of the user and the board id</p>\n<ul>\n<li>Users can't add themselves as collaborators to their own board</li>\n<li>Users can't add an unregistered user to a board</li>\n<li>Users can't add an already added user to a board</li>\n</ul>\n","urlObject":{"path":["board","add-collaborator"],"host":["https://kanban-task-api.cyclic.app/"],"query":[],"variable":[]}},"response":[{"id":"8c8013af-5b25-42eb-b996-d6e817a9e0fa","name":"Add a collaborator","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\":\"nma@gmail.com\",\n  \"boardId\":\"63f5db2f9bf5cd1156de4135\"\n}","options":{"raw":{"language":"json"}}},"url":"https://kanban-task-api.cyclic.app//board/add-collaborator"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 14:36:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"X-Powered-By","value":"Express"},{"key":"etag","value":"W/\"49-Nx4YFPwmlHQjK1iPv0FuXO90QuU\""},{"key":"access-control-allow-credentials","value":"true"},{"key":"Apigw-Requestid","value":"AvtDZhoCoE0EPbQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"You have successfully added nma@gmail.com as a collaborator\"\n}"}],"_postman_id":"2007ac4d-eb6a-47f8-9a11-f2dbeb0123bd"}],"id":"1e55a22b-ce18-4af9-b306-4b64e8c9696f","_postman_id":"1e55a22b-ce18-4af9-b306-4b64e8c9696f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","name":"Kanban","type":"collection"}}},{"name":"Task","item":[{"name":"create task","id":"809e4141-fb45-4bd8-87ea-47e31c55e9f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"Getting into Office lane\",\n  \"description\":\"Prepare materials for case study 1\",\n  \"subtask\": [{\"name\": \"Love God alot\"},{\"name\":\"Apply to Google\"},{\"name\":\"Involve God alot in my career\"}],\n  \"status\":\"todo\",\n  \"boardId\" :\"63e5a1289b3087b6ea04b4d1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/task/create-task","description":"<p>Users can create a new task to a board</p>\n<ul>\n<li>Task title is required</li>\n<li>Task description is required</li>\n<li>boardId is required</li>\n<li>Subtasks are optional</li>\n<li>status not optional</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","name":"Kanban","type":"collection"}},"urlObject":{"protocol":"http","port":"5000","path":["task","create-task"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c49c9f64-56f0-43a3-9cb4-edff499baf42","name":"create task","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"Getting into better\",\n  \"description\":\"Prepare materials for case study 1\",\n  \"subtask\": [{\"name\": \"Love God alot\"},{\"name\":\"Apply to Google\"},{\"name\":\"Involve God alot in my career\"}],\n  \"status\":\"todo\",\n  \"boardId\" :\"63f5db2f9bf5cd1156de4135\"\n}","options":{"raw":{"language":"json"}}},"url":"https://kanban-task-api.cyclic.app//task/create-task"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 14:37:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"586"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"etag","value":"W/\"24a-rLBRZQWHAdpHPLxY3n8HnPKKzoA\""},{"key":"Apigw-Requestid","value":"AvtImgPEoE0EPew="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"task created successfully\",\n    \"status\": false,\n    \"data\": {\n        \"title\": \"Getting into better\",\n        \"description\": \"Prepare materials for case study 1\",\n        \"subtask\": [\n            {\n                \"name\": \"Love God alot\",\n                \"isCompleted\": \"false\",\n                \"_id\": \"63f6289df7691ca1f9b4fa1f\"\n            },\n            {\n                \"name\": \"Apply to Google\",\n                \"isCompleted\": \"false\",\n                \"_id\": \"63f6289df7691ca1f9b4fa20\"\n            },\n            {\n                \"name\": \"Involve God alot in my career\",\n                \"isCompleted\": \"false\",\n                \"_id\": \"63f6289df7691ca1f9b4fa21\"\n            }\n        ],\n        \"status\": \"todo\",\n        \"boardId\": \"63f5db2f9bf5cd1156de4135\",\n        \"_id\": \"63f6289df7691ca1f9b4fa1e\",\n        \"createdAt\": \"2023-02-22T14:37:17.178Z\",\n        \"updatedAt\": \"2023-02-22T14:37:17.178Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"809e4141-fb45-4bd8-87ea-47e31c55e9f1"},{"name":"get all boards tasks","id":"a3275bd5-c970-44c7-ad07-e23848f1028c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://kanban-task-api.cyclic.app//task/allboard-tasks/63e5a1289b3087b6ea04b4d1","description":"<p>Fetches all tasks of a board</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","name":"Kanban","type":"collection"}},"urlObject":{"path":["task","allboard-tasks","63e5a1289b3087b6ea04b4d1"],"host":["https://kanban-task-api.cyclic.app/"],"query":[],"variable":[]}},"response":[{"id":"bc842b22-a225-4cd0-9bd4-402c1162caec","name":"get all boards tasks","originalRequest":{"method":"GET","header":[],"url":"https://kanban-task-api.cyclic.app//task/allboard-tasks/63f5db2f9bf5cd1156de4135"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 14:38:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"720"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"etag","value":"W/\"2d0-+FImwTIgSIAbHva/FeQVCb9YcdM\""},{"key":"Apigw-Requestid","value":"AvtRbhEBoE0EPQA="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully retrieved all tasks\",\n    \"status\": true,\n    \"data\": [\n        {\n            \"columnTitle\": \"todo\",\n            \"_id\": 1,\n            \"tasks\": [\n                {\n                    \"_id\": \"63f6289df7691ca1f9b4fa1e\",\n                    \"title\": \"Getting into better\",\n                    \"description\": \"Prepare materials for case study 1\",\n                    \"subtask\": [\n                        {\n                            \"name\": \"Love God alot\",\n                            \"isCompleted\": \"false\",\n                            \"_id\": \"63f6289df7691ca1f9b4fa1f\"\n                        },\n                        {\n                            \"name\": \"Apply to Google\",\n                            \"isCompleted\": \"false\",\n                            \"_id\": \"63f6289df7691ca1f9b4fa20\"\n                        },\n                        {\n                            \"name\": \"Involve God alot in my career\",\n                            \"isCompleted\": \"false\",\n                            \"_id\": \"63f6289df7691ca1f9b4fa21\"\n                        }\n                    ],\n                    \"status\": \"todo\",\n                    \"boardId\": \"63f5db2f9bf5cd1156de4135\",\n                    \"createdAt\": \"2023-02-22T14:37:17.178Z\",\n                    \"updatedAt\": \"2023-02-22T14:37:17.178Z\",\n                    \"__v\": 0\n                }\n            ]\n        },\n        {\n            \"columnTitle\": \"doing\",\n            \"_id\": 2,\n            \"tasks\": []\n        },\n        {\n            \"columnTitle\": \"done\",\n            \"_id\": 3,\n            \"tasks\": []\n        }\n    ]\n}"}],"_postman_id":"a3275bd5-c970-44c7-ad07-e23848f1028c"},{"name":"Get a single task","id":"429e4989-d876-486a-b3d1-13ada593031e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kanban-task-api.cyclic.app//task/single-task/63e5b75bf77708fd67cc4aef","description":"<p>Gets the details of a particular task</p>\n","urlObject":{"path":["task","single-task","63e5b75bf77708fd67cc4aef"],"host":["https://kanban-task-api.cyclic.app/"],"query":[],"variable":[]}},"response":[{"id":"a05693ac-7fd6-485a-95ae-e59fed379b94","name":"Get a single task","originalRequest":{"method":"GET","header":[],"url":"https://kanban-task-api.cyclic.app//task/single-task/63f5db2f9bf5cd1156de4135"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 14:38:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"etag","value":"W/\"41-wX4UcWx3JY8QejIflf2Zcd4e1OU\""},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"Apigw-Requestid","value":"AvtWbi7zIE0EPIA="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Task fetched successfully\",\n    \"status\": true,\n    \"data\": null\n}"}],"_postman_id":"429e4989-d876-486a-b3d1-13ada593031e"},{"name":"Delete Task","id":"26b390d6-2f66-46bd-b5ad-844b109a62b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://kanban-task-api.cyclic.app//task/single-task/63b7cc92ffdb2d2e0ca59557","urlObject":{"path":["task","single-task","63b7cc92ffdb2d2e0ca59557"],"host":["https://kanban-task-api.cyclic.app/"],"query":[],"variable":[]}},"response":[{"id":"fe30d762-d576-4723-b65e-0deca2481c09","name":"Delete Task","originalRequest":{"method":"DELETE","header":[],"url":"https://kanban-task-api.cyclic.app//task/delete/63b7cc92ffdb2d2e0ca59557"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 14:40:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"etag","value":"W/\"35-BQyknhNKleDbxKOD+DKKtHnblw0\""},{"key":"Apigw-Requestid","value":"AvtlzgJXIE0EPMQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Task Deleted successfully\",\n    \"status\": true\n}"}],"_postman_id":"26b390d6-2f66-46bd-b5ad-844b109a62b6"},{"name":"get todo task","id":"af63dcf6-435c-48b8-9313-628c8a31e8e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kanban-task-api.cyclic.app//task/todo/63b7b3682ef87045251a3189","urlObject":{"path":["task","todo","63b7b3682ef87045251a3189"],"host":["https://kanban-task-api.cyclic.app/"],"query":[],"variable":[]}},"response":[{"id":"59f513cb-571e-489c-91af-d93eaa00d9c0","name":"get todo task","originalRequest":{"method":"GET","header":[],"url":"https://kanban-task-api.cyclic.app//task/todo/63b7b3682ef87045251a3189"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 14:40:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"558"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"etag","value":"W/\"22e-NR1B+B21CfWY/EkhrufJ2ErH1Q0\""},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"X-Powered-By","value":"Express"},{"key":"Apigw-Requestid","value":"Avtq0ggRoE0EPpQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully retrieved Todo Tasks\",\n    \"status\": true,\n    \"data\": [\n        {\n            \"_id\": \"63e5b75bf77708fd67cc4aef\",\n            \"title\": \"2023 Goals Now\",\n            \"description\": \"Prepare materials for case study 1\",\n            \"subtask\": [\n                {\n                    \"isCompleted\": \"true\",\n                    \"_id\": \"63e76569cd00d2f0bb86bbe4\",\n                    \"name\": \"Case study 1 notes\"\n                },\n                {\n                    \"isCompleted\": \"false\",\n                    \"_id\": \"63e76569cd00d2f0bb86bbe5\",\n                    \"name\": \"Case study 2 notes\"\n                },\n                {\n                    \"isCompleted\": \"false\",\n                    \"_id\": \"63f4cb321731b772a69100d4\"\n                }\n            ],\n            \"status\": \"todo\",\n            \"boardId\": \"63b7b3682ef87045251a3189\",\n            \"createdAt\": \"2023-02-10T03:17:47.602Z\",\n            \"updatedAt\": \"2023-02-22T10:35:27.348Z\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"af63dcf6-435c-48b8-9313-628c8a31e8e3"},{"name":"get doing task","id":"a6ccb2db-4c7e-45c2-8b14-970037eedfb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","name":"Kanban","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[{"id":"b285214d-0a9f-470e-a375-bcd5d8d94fd1","name":"get todo task","originalRequest":{"method":"GET","header":[],"url":"https://kanban-task-api.cyclic.app//task/doing/63b7b3682ef87045251a3189"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 14:42:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"72"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"etag","value":"W/\"48-yu5qZeIAw1pM3ifZC3ae8BA2QL8\""},{"key":"Apigw-Requestid","value":"Avt43iQWoE0EP6g="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully retrieved Doing Tasks\",\n    \"status\": true,\n    \"data\": []\n}"}],"_postman_id":"a6ccb2db-4c7e-45c2-8b14-970037eedfb8"},{"name":"get done task","id":"05034c3b-705f-4fa0-bc5e-9294b4a7be98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://kanban-task-api.cyclic.app//task/done/63b7b3682ef87045251a3189","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","name":"Kanban","type":"collection"}},"urlObject":{"path":["task","done","63b7b3682ef87045251a3189"],"host":["https://kanban-task-api.cyclic.app/"],"query":[],"variable":[]}},"response":[{"id":"81b3dcd0-d2ec-4eb8-a0e1-bfb1d4501fc9","name":"get done task","originalRequest":{"method":"GET","header":[],"url":"https://kanban-task-api.cyclic.app//task/done/63b7b3682ef87045251a3189"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 14:42:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"71"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"etag","value":"W/\"47-yT9MbaH2fe5gUUBv+BvNxv3f3vA\""},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-credentials","value":"true"},{"key":"Apigw-Requestid","value":"Avt7chMrIE0EPew="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully retrieved Done Tasks\",\n    \"status\": true,\n    \"data\": []\n}"}],"_postman_id":"05034c3b-705f-4fa0-bc5e-9294b4a7be98"},{"name":"update task","id":"c4926223-6f60-43f9-b056-9e1ce36f1fa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"status\":\"done\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/task/update/63f4c60e1731b772a6910037","description":"<p>Updates the details of a particular task</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","name":"Kanban","type":"collection"}},"urlObject":{"protocol":"http","port":"5000","path":["task","update","63f4c60e1731b772a6910037"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1be7225a-2dc2-4570-99b0-0e52f35b4108","name":"update task","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"status\":\"done\"\n}","options":{"raw":{"language":"json"}}},"url":"https://kanban-task-api.cyclic.app//task/update/63f4c60e1731b772a6910037"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 14:43:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"758"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"etag","value":"W/\"2f6-wvKSaEzYzafMm4afNxPP4MkBBIg\""},{"key":"access-control-allow-credentials","value":"true"},{"key":"Apigw-Requestid","value":"Avt-UhHnIE0EPPg="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Task updated successfully\",\n    \"status\": true,\n    \"data\": {\n        \"_id\": \"63f4c60e1731b772a6910037\",\n        \"title\": \"Getting into Microsoft\",\n        \"description\": \"Prepare materials for case study 1\",\n        \"subtask\": [\n            {\n                \"name\": \"Love God alot\",\n                \"isCompleted\": \"true\",\n                \"_id\": \"63f4c60e1731b772a6910038\"\n            },\n            {\n                \"name\": \"Apply to Google\",\n                \"isCompleted\": \"true\",\n                \"_id\": \"63f4c60e1731b772a6910039\"\n            },\n            {\n                \"name\": \"Involve God alot in my career\",\n                \"isCompleted\": \"false\",\n                \"_id\": \"63f4c60e1731b772a691003a\"\n            },\n            {\n                \"name\": \"Impossibility is nothing\",\n                \"isCompleted\": \"false\",\n                \"_id\": \"63f4cd131731b772a69100f8\"\n            },\n            {\n                \"name\": \"A move for God\",\n                \"isCompleted\": \"false\",\n                \"_id\": \"63f4e36c1731b772a6910139\"\n            }\n        ],\n        \"status\": \"done\",\n        \"boardId\": \"63e5a1289b3087b6ea04b4d1\",\n        \"createdAt\": \"2023-02-21T13:24:30.729Z\",\n        \"updatedAt\": \"2023-02-22T14:43:01.239Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"c4926223-6f60-43f9-b056-9e1ce36f1fa2"}],"id":"3db8a22e-00ab-4b21-b4e8-e87f7727b1af","description":"<p>This folder contains information on how to different tasks to a board</p>\n","_postman_id":"3db8a22e-00ab-4b21-b4e8-e87f7727b1af","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","name":"Kanban","type":"collection"}}},{"name":"subtasks","item":[{"name":"update-subtask-status","id":"d614b97b-a139-4d97-8e1c-2b195d75fd55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://kanban-task-api.cyclic.app//task/update-subtask-status/63f4c60e1731b772a6910039","description":"<p>Updates <code>isCompleted</code> field of each <code>id</code> of a subtask passed to either true or false</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","name":"Kanban","type":"collection"}},"urlObject":{"path":["task","update-subtask-status","63f4c60e1731b772a6910039"],"host":["https://kanban-task-api.cyclic.app/"],"query":[],"variable":[]}},"response":[{"id":"44e4a3d0-983a-450f-bdf0-db3fbd446bd9","name":"update-subtask-status","originalRequest":{"method":"GET","header":[],"url":"https://kanban-task-api.cyclic.app//task/update-subtask-status/63f4c60e1731b772a6910039"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 14:43:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"50"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"32-nETqipAlSDz4DUyqsBt0MBT3KAE\""},{"key":"Apigw-Requestid","value":"AvuE5hg1oE0EPEg="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Subtask status updated\"\n}"}],"_postman_id":"d614b97b-a139-4d97-8e1c-2b195d75fd55"},{"name":"add subtask","id":"9bc81f18-5a4b-4211-bef7-85f5b63e8d69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"taskId\":\"63f4c60e1731b772a6910037\",\n  \"subtasks\":[{\n    \"name\":\"Success needs help\"\n  }\n ]\n}","options":{"raw":{"language":"json"}}},"url":"https://kanban-task-api.cyclic.app//task/add-subtask","description":"<p>Adds a subtask to the array of subtasks of a particular task</p>\n<ul>\n<li>task id is required</li>\n<li>subtask is required</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","name":"Kanban","type":"collection"}},"urlObject":{"path":["task","add-subtask"],"host":["https://kanban-task-api.cyclic.app/"],"query":[],"variable":[]}},"response":[{"id":"b3ed0860-167f-4963-a75d-1dfab8b7369e","name":"add subtask","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"taskId\":\"63f4c60e1731b772a6910037\",\n  \"subtasks\":[{\n    \"name\":\"Pursue success\"\n  }\n ]\n}","options":{"raw":{"language":"json"}}},"url":"https://kanban-task-api.cyclic.app//task/add-subtask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 14:44:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"etag","value":"W/\"36-B1kE/4U/My+3PUH15m6/8OkZ0ko\""},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"Apigw-Requestid","value":"AvuLUjSkIE0EPEA="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Subtask Added successfully\"\n}"}],"_postman_id":"9bc81f18-5a4b-4211-bef7-85f5b63e8d69"},{"name":"delete-subtask","id":"45102175-51bd-4e63-9317-6c5c8c7310bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://kanban-task-api.cyclic.app//task/delete-subtask/63f4cb6d1731b772a69100d8","description":"<p>Deletes a subtask from the array of subtasks</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","name":"Kanban","type":"collection"}},"urlObject":{"path":["task","delete-subtask","63f4cb6d1731b772a69100d8"],"host":["https://kanban-task-api.cyclic.app/"],"query":[],"variable":[]}},"response":[{"id":"b2601c4f-bf88-4502-b544-1a65db1308b7","name":"delete-subtask","originalRequest":{"method":"DELETE","header":[],"url":"https://kanban-task-api.cyclic.app//task/delete-subtask/63f4cb6d1731b772a69100d8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 14:44:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"etag","value":"W/\"38-FPoZaZAzZdpFIcjx/wPuRzwsMmo\""},{"key":"Apigw-Requestid","value":"AvuPvgBqoE0EPIA="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Subtask Deleted Successfully\"\n}"}],"_postman_id":"45102175-51bd-4e63-9317-6c5c8c7310bb"},{"name":"Get AllSubtasks for a task","id":"475ccbeb-669c-498c-bd01-578c485acbc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kanban-task-api.cyclic.app//task/all-subtask/63e5b75bf77708fd67cc4aef","description":"<p>Gets all subtasks of a particular task</p>\n","urlObject":{"path":["task","all-subtask","63e5b75bf77708fd67cc4aef"],"host":["https://kanban-task-api.cyclic.app/"],"query":[],"variable":[]}},"response":[{"id":"0f5e6af8-bfa1-4a17-99ff-68da7040ee62","name":"Get AllSubtasks for a task","originalRequest":{"method":"GET","header":[],"url":"https://kanban-task-api.cyclic.app//task/all-subtask/63e5b75bf77708fd67cc4aef"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 14:45:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"297"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"129-yxehSOahkcpWkPUZ6u4DebZR0k4\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"AvuUVhY2oE0EPPA="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Subtasks successfully retrieved\",\n    \"subtask\": [\n        {\n            \"isCompleted\": \"true\",\n            \"_id\": \"63e76569cd00d2f0bb86bbe4\",\n            \"name\": \"Case study 1 notes\"\n        },\n        {\n            \"isCompleted\": \"false\",\n            \"_id\": \"63e76569cd00d2f0bb86bbe5\",\n            \"name\": \"Case study 2 notes\"\n        },\n        {\n            \"isCompleted\": \"false\",\n            \"_id\": \"63f4cb321731b772a69100d4\"\n        }\n    ]\n}"}],"_postman_id":"475ccbeb-669c-498c-bd01-578c485acbc6"},{"name":"edit subtask","id":"34df0706-3ab9-4811-bed5-f33579cf5306","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\":\"Impossibility is nothing\"\n}","options":{"raw":{"language":"json"}}},"url":"https://kanban-task-api.cyclic.app//task/update-subtask/63f4cd131731b772a69100f8","description":"<p>Edit the <code>name</code> field of a subtask <code>id</code> passed</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","name":"Kanban","type":"collection"}},"urlObject":{"path":["task","update-subtask","63f4cd131731b772a69100f8"],"host":["https://kanban-task-api.cyclic.app/"],"query":[],"variable":[]}},"response":[{"id":"2723f508-e914-4d4d-82fc-f75c639aa1f4","name":"edit subtask","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\":\"Impossibility is nothing in Christ\"\n}","options":{"raw":{"language":"json"}}},"url":"https://kanban-task-api.cyclic.app//task/update-subtask/63f4cd131731b772a69100f8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 14:45:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"access-control-allow-credentials","value":"true"},{"key":"etag","value":"W/\"38-Sf+9wdOIh7aVJnHVbWZpO51XyEQ\""},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"Apigw-Requestid","value":"AvuZZg59IE0EP1A="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Subtask updated to completed\"\n}"}],"_postman_id":"34df0706-3ab9-4811-bed5-f33579cf5306"}],"id":"75278651-94d8-4651-b70b-7648340c0b20","description":"<p>This folder contains details of subtasks associated with each task</p>\n","_postman_id":"75278651-94d8-4651-b70b-7648340c0b20","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","name":"Kanban","type":"collection"}}},{"name":"Signup","id":"1dd842e0-1a12-4fcb-b1f3-4a6cc03d7b04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"fullName\": \"dinma\",\n  \"password\": \"dinma\",\n  \"email\" :\"dinma@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://kanban-task-api.cyclic.app//signup","description":"<p>StartFragment</p>\n<ul>\n<li>Email must be an actual email</li>\n<li>Password must be 8 characters long, have both upper and lower cases and at least 1 number.</li>\n<li>FullName can have a minimum of 5 letters and maximum of 30 letters</li>\n</ul>\n<p>EndFragment</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","name":"Kanban","type":"collection"}},"urlObject":{"path":["signup"],"host":["https://kanban-task-api.cyclic.app/"],"query":[],"variable":[]}},"response":[{"id":"7dc87d8e-bb6c-4fd7-8ff3-11db8428ad5a","name":"Signup","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"fullName\": \"nmadinma\",\n  \"password\": \"nmadinma\",\n  \"email\" :\"nmadinma@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://kanban-task-api.cyclic.app//signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 08:47:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"284"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"etag","value":"W/\"11c-G3PUWjP2F5wbHbo6L5VYTQ5tkcQ\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"access-control-allow-credentials","value":"true"},{"key":"Apigw-Requestid","value":"Au506jz2oE0EJeQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Signup Successful\",\n    \"user\": {\n        \"email\": \"nmadinma@gmail.com\",\n        \"fullName\": \"nmadinma\",\n        \"password\": \"$2b$10$i1fdWOqGBMqgmtIro0zPDOofT2E/oEXuJfKEFXJKHsn/wWp7D242.\",\n        \"_id\": \"63f5d68945bcee93d35bf5f1\",\n        \"createdAt\": \"2023-02-22T08:47:05.231Z\",\n        \"updatedAt\": \"2023-02-22T08:47:05.231Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"1dd842e0-1a12-4fcb-b1f3-4a6cc03d7b04"},{"name":"Login","id":"1ceada95-6f9c-49ed-a5dd-6e6693f4307f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"password\":\"dinma\",\n  \"email\":\"dinma@gmail.com\" \n}","options":{"raw":{"language":"json"}}},"url":"https://kanban-task-api.cyclic.app//login","description":"<ul>\n<li>You'll have to login to generate a JWT for Authorization from this point on.</li>\n<li>The JWT should be passed an Authorization in the Header in the format:</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: Bearer token\n\n</code></pre><p>Where token is the jwt_token gotten from login.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","id":"64eb5ac6-e33c-439a-9ace-ebb7ba5fb26c","name":"Kanban","type":"collection"}},"urlObject":{"path":["login"],"host":["https://kanban-task-api.cyclic.app/"],"query":[],"variable":[]}},"response":[{"id":"1056e67e-b157-4b3b-b4c5-14abe479c00b","name":"Login","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"*/*","disabled":true},{"key":"User-Agent","value":"Thunder Client (https://www.thunderclient.com)","disabled":true}],"body":{"mode":"raw","raw":"{\n  \"password\":\"dinma\",\n  \"email\":\"dinma@gmail.com\" \n}","options":{"raw":{"language":"json"}}},"url":"https://kanban-task-api.cyclic.app//login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Feb 2023 08:20:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"478"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Content-Type"},{"key":"etag","value":"W/\"1de-GQXqiew6el0KL2JIcdg2q1z3dHg\""},{"key":"access-control-allow-methods","value":"GET, POST, PUT,PATCH, DELETE"},{"key":"access-control-allow-credentials","value":"true"},{"key":"Apigw-Requestid","value":"Au15UgAooE0EPPw="}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjYzYjZkZGUyMmI2MTBiZGQzZGQ3ZDI5ZSIsImVtYWlsIjoiZGlubWFAZ21haWwuY29tIn0sImlhdCI6MTY3NzA1NDAxMSwiZXhwIjoxNjc3MDcyMDExfQ.dlY175MabqUwaoAF9mRjwtLivOp_yPH5Fouzd-yDZJ8\",\n    \"user\": {\n        \"_id\": \"63b6dde22b610bdd3dd7d29e\",\n        \"email\": \"dinma@gmail.com\",\n        \"fullName\": \"dinma\",\n        \"password\": \"$2b$10$b8NPT8uQU6oO3AiV9w0sqOGRPcCU5Fs1.SPKhHWvMGD27tqqrYri.\",\n        \"createdAt\": \"2023-01-05T14:25:38.351Z\",\n        \"updatedAt\": \"2023-01-05T14:25:38.351Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"1ceada95-6f9c-49ed-a5dd-6e6693f4307f"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"aedcfc00-65e7-4fe4-9692-860794be5444","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d770084a-fffd-4679-87c8-e50064c29656","type":"text/javascript","exec":[""]}}],"variable":[{"key":"link","value":"https://kanban-task-api.cyclic.app/","type":"string"},{"value":"","type":"string"}]}