{"info":{"_postman_id":"91767a93-4585-42b2-a18d-e90d553d6f14","name":"일정관리앱 프로젝트","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"25134992","collectionId":"91767a93-4585-42b2-a18d-e90d553d6f14","publishedId":"2sAYBd8U7u","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-12-10T02:21:42.000Z"},"item":[{"name":"할일 작성","id":"39c8f34c-322d-4a35-89b1-84ac337f7716","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"11\",\r\n    \"email\": \"111@111.com\",\r\n    \"task\": \"코드카타 풀기1\",\r\n    \"password\" : \"11111\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedules","description":"<p>이름, 일정, 비밀번호를 넣으면 일정생성 API</p>\n","urlObject":{"port":"8080","path":["schedules"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"39c8f34c-322d-4a35-89b1-84ac337f7716"},{"name":"일정 단건 조회","id":"6b5e6da9-c1cc-4f88-8fae-3e63f8246c08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/schedules/1","description":"<p>일정한개를 조회하는 API</p>\n","urlObject":{"port":"8080","path":["schedules","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b5e6da9-c1cc-4f88-8fae-3e63f8246c08"},{"name":"할일 전체 조회","id":"2ace18c3-75a8-4eb2-85a0-e2cdd5e895bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/schedules?page=1&size=10","description":"<p>일정 전체 조회하는 API</p>\n<p>page, size 를 파라미터로 받음</p>\n","urlObject":{"port":"8080","path":["schedules"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"}],"variable":[]}},"response":[],"_postman_id":"2ace18c3-75a8-4eb2-85a0-e2cdd5e895bb"},{"name":"할일 수정","id":"fb280345-168e-4969-babf-84224ec848fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"수정된 일정11\",\r\n    \"name\": \"수정된 이름11\",\r\n    \"password\": \"11111\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedules/1","description":"<p>특정 일정 수정하는 API</p>\n","urlObject":{"port":"8080","path":["schedules","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb280345-168e-4969-babf-84224ec848fb"},{"name":"할일 삭제","id":"10c9bdf0-d3cd-40a1-ae5d-66fdcb923267","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedule/1","description":"<p>일정 삭제하는 API</p>\n","urlObject":{"port":"8080","path":["schedule","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"10c9bdf0-d3cd-40a1-ae5d-66fdcb923267"},{"name":"작성자ID로 작성글 조회","id":"e488fdee-6540-485e-93d4-c6d0449b22ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/schedules/author/4","description":"<p>작성자ID로 작성글을 조회하는 API</p>\n","urlObject":{"port":"8080","path":["schedules","author","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e488fdee-6540-485e-93d4-c6d0449b22ea"}]}