{"info":{"_postman_id":"9dda0de6-450d-4516-9cdf-084dae8a3ec2","name":"Schedule","description":"<html><head></head><body><p>[Spring 5기] CH3 일정 관리 앱 Develop 과제</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"41325087","collectionId":"9dda0de6-450d-4516-9cdf-084dae8a3ec2","publishedId":"2sAYXCidA7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-02-12T15:05:16.000Z"},"item":[{"name":"회원가입","id":"99715cde-0efa-457f-a9d9-2f7c3ab47da6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"test\",\r\n    \"password\": 1234,\r\n    \"email\": \"test@naver.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users/signup","urlObject":{"port":"8080","path":["users","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"99715cde-0efa-457f-a9d9-2f7c3ab47da6"},{"name":"스케쥴 생성","id":"46aebed1-6ee1-4841-acff-1bc545f5fa56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"test-title\",\r\n    \"contents\": \"test-content\",\r\n    \"username\": \"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedules","urlObject":{"port":"8080","path":["schedules"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"46aebed1-6ee1-4841-acff-1bc545f5fa56"},{"name":"전체 조회","id":"3b902cc2-e7f9-4790-a30c-b7fdd4108762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/schedules","urlObject":{"port":"8080","path":["schedules"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b902cc2-e7f9-4790-a30c-b7fdd4108762"},{"name":"단건 조회","id":"893e8760-7265-437e-bb79-9d61758644db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/schedules/1","urlObject":{"port":"8080","path":["schedules","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"893e8760-7265-437e-bb79-9d61758644db"},{"name":"회원 조회","id":"5faeaa4d-b781-4ee5-a824-ebda17b808bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/users/1","urlObject":{"port":"8080","path":["users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5faeaa4d-b781-4ee5-a824-ebda17b808bc"},{"name":"비밀번호 수정","id":"c233a579-6c9e-4dbf-89ed-12e511c21555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"oldPassword\": \"1111\",\r\n    \"newPassword\": \"2222\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users/1","urlObject":{"port":"8080","path":["users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c233a579-6c9e-4dbf-89ed-12e511c21555"},{"name":"스케쥴 삭제","id":"8a68aabe-44c6-4313-9b89-c00485ac31a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:8080/schedules/1","urlObject":{"port":"8080","path":["schedules","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a68aabe-44c6-4313-9b89-c00485ac31a2"}]}