{"info":{"_postman_id":"b6da44f1-07b1-4f2f-954b-0c06717b3143","name":"ToDo","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"6655749","collectionId":"b6da44f1-07b1-4f2f-954b-0c06717b3143","publishedId":"Uyr7Jyvh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-04-20T07:01:32.000Z"},"item":[{"name":"Tasks","item":[{"name":"Index","id":"7b490019-793a-4de7-8604-9758f76d45d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/todo/tasks","urlObject":{"path":["api","todo","tasks"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b490019-793a-4de7-8604-9758f76d45d3"},{"name":"add Labels","id":"8cbd74a0-a892-4172-b951-62a051502679","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"labels[0][title]","value":"label_title","type":"text"},{"key":"labels[0][description]","value":"description_label","type":"text"},{"key":"labels[1][title]","value":"label_title2","type":"text","disabled":true},{"key":"labels[1][description]","value":"description_label2","type":"text","disabled":true}]},"url":"{{host}}/api/todo/tasks/1/labels","urlObject":{"path":["api","todo","tasks","1","labels"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8cbd74a0-a892-4172-b951-62a051502679"},{"name":"assign labels with id","id":"de67a794-6ed4-4496-b325-448c6e607efd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"labels[0]","value":"1","type":"text"}]},"url":"{{host}}/api/todo/tasks/1/labels/assign","urlObject":{"path":["api","todo","tasks","1","labels","assign"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"de67a794-6ed4-4496-b325-448c6e607efd"},{"name":"Show","id":"f5723bf0-285f-408b-ad58-e6c2258fb0da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{host}}/api/todo/tasks/1","urlObject":{"path":["api","todo","tasks","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5723bf0-285f-408b-ad58-e6c2258fb0da"},{"name":"Create","id":"82495de1-ca1c-4da8-8b8f-76f18b464c67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"title_test","type":"text"},{"key":"description","value":"description_test","type":"text"}]},"url":"{{host}}/api/todo/tasks","urlObject":{"path":["api","todo","tasks"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"82495de1-ca1c-4da8-8b8f-76f18b464c67"},{"name":"changeStatus","id":"814b4d43-db1b-41bb-b4da-ebd8708dab2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"status","value":"done","type":"text"}]},"url":"{{host}}/api/todo/tasks/1/changeStatus","urlObject":{"path":["api","todo","tasks","1","changeStatus"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"814b4d43-db1b-41bb-b4da-ebd8708dab2a"},{"name":"Update","id":"c2f098fc-864a-415f-94ee-b6718d3e26b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"updated_title","type":"text"},{"key":"description","value":"updated_description","type":"text"}]},"url":"{{host}}/api/todo/tasks/1","urlObject":{"path":["api","todo","tasks","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2f098fc-864a-415f-94ee-b6718d3e26b9"}],"id":"6f04937e-2bb1-4abb-bdd4-14d3d91f0d77","_postman_id":"6f04937e-2bb1-4abb-bdd4-14d3d91f0d77","description":""},{"name":"Labels","item":[{"name":"Index","id":"d22df750-74fe-4205-8381-12b8f699fd75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/todo/labels","urlObject":{"path":["api","todo","labels"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d22df750-74fe-4205-8381-12b8f699fd75"},{"name":"Show","id":"52d0ba01-2f01-464d-9fb9-dc294bbd56a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{host}}/api/todo/labels/1","urlObject":{"path":["api","todo","labels","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"52d0ba01-2f01-464d-9fb9-dc294bbd56a9"},{"name":"Create","id":"df8846ff-fa61-465c-a333-3e6a2f044c41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"title_test","type":"text"},{"key":"description","value":"description_test","type":"text"}]},"url":"{{host}}/api/todo/labels","urlObject":{"path":["api","todo","labels"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"df8846ff-fa61-465c-a333-3e6a2f044c41"}],"id":"93af885a-e7b8-4ed8-8f54-301df84bb383","_postman_id":"93af885a-e7b8-4ed8-8f54-301df84bb383","description":""}]}