{"info":{"_postman_id":"7e4e3ac2-2ae3-4166-8a1b-f7d3b7e05248","name":"TeamUp API Documentation","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"10655805","collectionId":"7e4e3ac2-2ae3-4166-8a1b-f7d3b7e05248","publishedId":"2s93CNNtJy","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-02-24T09:32:19.000Z"},"item":[{"name":"Project Schema","item":[{"name":"Get All Projects","id":"fecd86ae-1dd9-4076-9c55-76768f46855e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8082/api/projects","urlObject":{"protocol":"http","port":"8082","path":["api","projects"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fecd86ae-1dd9-4076-9c55-76768f46855e"},{"name":"GET Single Project","id":"10120311-dd9e-4560-b972-1fc496318256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8082/api/projects/63f1c913e431f5d797d6babc","urlObject":{"protocol":"http","port":"8082","path":["api","projects","63f1c913e431f5d797d6babc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"10120311-dd9e-4560-b972-1fc496318256"},{"name":"Create New Project","id":"574fbfed-a12a-4c3e-9b65-3c17539c7ba3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Cool Project\",\r\n    \"number\": 1,\r\n    \"sponsor\": \"cady baltz\",\r\n    \"desired_skills\": [\r\n        \"skill 1\",\r\n        \"skill 2\",\r\n        \"skill 3\"\r\n    ]\r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/projects","urlObject":{"protocol":"http","port":"8082","path":["api","projects"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"574fbfed-a12a-4c3e-9b65-3c17539c7ba3"}],"id":"2ea2ec0f-43aa-45b9-ba62-9e7b39e6647a","_postman_id":"2ea2ec0f-43aa-45b9-ba62-9e7b39e6647a","description":""},{"name":"Team Schema","item":[{"name":"Get all teams","id":"5f881ea4-af91-47fe-82e9-7f862589a54d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8082/api/teams","urlObject":{"protocol":"http","port":"8082","path":["api","teams"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f881ea4-af91-47fe-82e9-7f862589a54d"},{"name":"Add new team","id":"c8081431-daca-4660-ac9f-a601bd3286ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"members\": [\"63eaa5aa29bfbc70e2fdce8c\"],\r\n    \"is_public\": \"false\",\r\n    \"team_project_preferences\": [\r\n        \"63f1c913e431f5d797d6babc\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/teams","urlObject":{"protocol":"http","port":"8082","path":["api","teams"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8081431-daca-4660-ac9f-a601bd3286ff"},{"name":"Update team","id":"a8a41a2f-b769-423d-98ba-445c13fe2f19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"is_public\": \"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/teams/63ed2dc1bd182ccc9175d47a","urlObject":{"protocol":"http","port":"8082","path":["api","teams","63ed2dc1bd182ccc9175d47a"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8a41a2f-b769-423d-98ba-445c13fe2f19"},{"name":"Delete team","id":"51712df2-f81e-4690-8c15-6c29106a3ef0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8082/api/teams/63ed2d9bbd182ccc9175d476","urlObject":{"protocol":"http","port":"8082","path":["api","teams","63ed2d9bbd182ccc9175d476"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"51712df2-f81e-4690-8c15-6c29106a3ef0"}],"id":"1712e9f4-de24-41a8-ad2d-4b67a0766e7e","_postman_id":"1712e9f4-de24-41a8-ad2d-4b67a0766e7e","description":""},{"name":"User Schema","item":[{"name":"Login User","id":"878637cd-5726-4cee-aaca-54efba32ca42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"cmb180014@utdallas.edu\",\r\n    \"password\": \"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/login","urlObject":{"protocol":"http","port":"8082","path":["api","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"878637cd-5726-4cee-aaca-54efba32ca42"},{"name":"Register User","id":"f615ceeb-8784-4ee1-ab1d-6b807d32e409","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"First\",\r\n    \"last_name\": \"Last\",\r\n    \"email\": \"cmb180014@utdallas.edu\",\r\n    \"password\": \"test\",\r\n    \"address\": \"123 Sesame St\",\r\n    \"project_preferences\": [\r\n        \"63f1c913e431f5d797d6babc\",\r\n        \"63f1c913e431f5d797d6babc\"\r\n    ],\r\n    \"skills\": [\r\n        \"skill 1\",\r\n        \"skill 2\",\r\n        \"skill 3\"\r\n    ],\r\n    \"extra_information\": \"hi\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/register","urlObject":{"protocol":"http","port":"8082","path":["api","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f615ceeb-8784-4ee1-ab1d-6b807d32e409"},{"name":"GET Single User","id":"d78d7bb9-d284-4ce7-a54b-9b19d72f6cb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiNjNmODdlYTljNjZlOGJiYzIzOGViZDg2IiwiZW1haWwiOiJjbWIxODAwMTRAdXRkYWxsYXMuZWR1IiwiaWF0IjoxNjc3MjI5NzQ4LCJleHAiOjE2NzczMTYxNDh9.dUv2RIKU0g4DOlwpApvTc8iAxTNvKMtLS3dZpF8omsM","type":"text"}],"url":"http://localhost:8082/api/users/63f87ea9c66e8bbc238ebd86","urlObject":{"protocol":"http","port":"8082","path":["api","users","63f87ea9c66e8bbc238ebd86"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d78d7bb9-d284-4ce7-a54b-9b19d72f6cb8"},{"name":"Update User","id":"baa40d8b-7aa8-4d28-821d-e92e1f8b1694","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiNjNmODdlYTljNjZlOGJiYzIzOGViZDg2IiwiZW1haWwiOiJjbWIxODAwMTRAdXRkYWxsYXMuZWR1IiwiaWF0IjoxNjc3MjI5NzQ4LCJleHAiOjE2NzczMTYxNDh9.dUv2RIKU0g4DOlwpApvTc8iAxTNvKMtLS3dZpF8omsM","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"skills\": [\r\n        \"skill 3\",\r\n        \"skill 3\",\r\n        \"skill 3\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/api/users/63f87ea9c66e8bbc238ebd86","urlObject":{"protocol":"http","port":"8082","path":["api","users","63f87ea9c66e8bbc238ebd86"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"baa40d8b-7aa8-4d28-821d-e92e1f8b1694"}],"id":"f2d35b5c-5ecb-474d-93c1-e6c8b71e0a6f","_postman_id":"f2d35b5c-5ecb-474d-93c1-e6c8b71e0a6f","description":""}]}