{"info":{"_postman_id":"2f50d12e-ff84-400d-924c-b4ea83683c11","name":"[Sparta] 일정 관리","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"43244231","collectionId":"2f50d12e-ff84-400d-924c-b4ea83683c11","publishedId":"2sAYkKJxt3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-03-26T01:55:40.000Z"},"item":[{"name":"일정 생성하기","id":"4c786821-53c6-4367-84d8-dee1630e097a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"task\": \"코드카타\",\r\n  \"memberName\": \"김윤범\",\r\n  \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/schedules","urlObject":{"protocol":"http","port":"8080","path":["schedules"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c786821-53c6-4367-84d8-dee1630e097a"},{"name":"일정 가져오기","id":"0628d250-3458-4e68-af68-63531886fe50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/schedules","urlObject":{"protocol":"http","port":"8080","path":["schedules"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0628d250-3458-4e68-af68-63531886fe50"},{"name":"일정 수정","id":"e74d5bd0-910c-44a3-ad4d-3082441fca6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"1234\",\r\n    \"task\": \"수정된 회의 일정\",\r\n    \"memberName\": \"김윤범\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/schedules/1","urlObject":{"protocol":"http","port":"8080","path":["api","schedules","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e74d5bd0-910c-44a3-ad4d-3082441fca6f"},{"name":"일정 삭제(비밀번호)","id":"07144d36-6d38-4242-a70a-127c37a9d67f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/schedules/id=1","urlObject":{"protocol":"http","port":"8080","path":["api","schedules","id=1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"07144d36-6d38-4242-a70a-127c37a9d67f"}]}