{"info":{"_postman_id":"8fdd5b08-5208-4496-b509-b7402ec9d11c","name":"schedule-app API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"26831144","collectionId":"8fdd5b08-5208-4496-b509-b7402ec9d11c","publishedId":"2sBXc7MQco","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-04T14:07:19.000Z"},"item":[{"name":"스케줄 저장","id":"bb5ba693-e97a-479c-a4b3-640eaff721f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"제목2\",\r\n    \"content\" : \"내용2\",\r\n    \"userName\" : \"김유저\",\r\n    \"password\" : \"password1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/schedules","urlObject":{"protocol":"http","port":"8080","path":["schedules"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5968b73f-6db3-4a1e-b50e-9f835085f9aa","name":"스케줄 저장","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"제목2\",\r\n    \"content\" : \"내용2\",\r\n    \"userName\" : \"김유저\",\r\n    \"password\" : \"password1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/schedules"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 12 Feb 2026 18:40:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"제목2\",\n    \"content\": \"내용2\",\n    \"userName\": \"김유저\",\n    \"createdAt\": \"2026-02-13T03:40:57.5528946\",\n    \"modifiedAt\": \"2026-02-13T03:40:57.5528946\"\n}"}],"_postman_id":"bb5ba693-e97a-479c-a4b3-640eaff721f3"},{"name":"전체 일정 조회","id":"365b63b4-2fd7-4c91-bfd8-a63ebf00290e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/schedules","urlObject":{"protocol":"http","port":"8080","path":["schedules"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c14a8924-7153-438e-9b44-58e9d1de6258","name":"전체 일정 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/schedules"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 12 Feb 2026 18:41:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"title\": \"변경한 제목\",\n        \"content\": \"변경한 내용\",\n        \"userName\": \"김유저\",\n        \"createdAt\": \"2026-02-13T03:34:15.222593\",\n        \"modifiedAt\": \"2026-02-13T03:37:05.60523\"\n    },\n    {\n        \"id\": 2,\n        \"title\": \"제목2\",\n        \"content\": \"내용2\",\n        \"userName\": \"김유저\",\n        \"createdAt\": \"2026-02-13T03:40:57.552895\",\n        \"modifiedAt\": \"2026-02-13T03:40:57.552895\"\n    }\n]"}],"_postman_id":"365b63b4-2fd7-4c91-bfd8-a63ebf00290e"},{"name":"선택 일정 조회","id":"52e81e99-ab65-4325-9029-6484734e7e9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/schedules/1","urlObject":{"protocol":"http","port":"8080","path":["schedules","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e6ac226e-0cd6-4eac-96f1-bc1b7138a33e","name":"선택 일정 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/schedules/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 12 Feb 2026 18:38:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"title\": \"변경한 제목\",\n    \"content\": \"변경한 내용\",\n    \"userName\": \"김유저\",\n    \"createdAt\": \"2026-02-13T03:34:15.222593\",\n    \"modifiedAt\": \"2026-02-13T03:37:05.60523\",\n    \"commentList\": []\n}"}],"_postman_id":"52e81e99-ab65-4325-9029-6484734e7e9f"},{"name":"선택 일정 수정","id":"1ce8ccdf-caab-47d8-bc0b-08a5386709d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"변경한 제목2\",\r\n    \"content\": \"변경한 내용2\",\r\n    \"userName\" : \"유저\",\r\n    \"password\" : \"password1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/schedules/1","urlObject":{"protocol":"http","port":"8080","path":["schedules","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4deb39c9-1bd9-4526-8d6c-8f2bfafcdb37","name":"선택 일정 수정","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"변경한 제목2\",\r\n    \"content\": \"변경한 내용2\",\r\n    \"userName\" : \"유저\",\r\n    \"password\" : \"password1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/schedules/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 12 Feb 2026 18:41:47 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"title\": \"변경한 제목2\",\n    \"content\": \"변경한 내용2\",\n    \"userName\": \"유저\",\n    \"modifiedAt\": \"2026-02-13T03:37:05.60523\"\n}"}],"_postman_id":"1ce8ccdf-caab-47d8-bc0b-08a5386709d9"},{"name":"선택 일정 삭제","id":"e1108900-06ad-4f8d-9af6-dd32c96af6ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\" : \"password1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/schedules/1","urlObject":{"protocol":"http","port":"8080","path":["schedules","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5ffa7e82-4b4f-4040-9e3f-7b4fa8faf1d8","name":"선택 일정 삭제","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\" : \"password1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/schedules/1"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 12 Feb 2026 18:42:09 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e1108900-06ad-4f8d-9af6-dd32c96af6ab"},{"name":"댓글 생성","id":"6ebef021-2fa2-49ba-b705-091fd95d04e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment\" : \"댓글 내용1\",\r\n    \"userName\" : \"김유저\",\r\n    \"password\" : \"password1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/schedules/1/comments","urlObject":{"protocol":"http","port":"8080","path":["schedules","1","comments"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c932225d-1c19-47ee-959a-89fdca6cee35","name":"댓글 생성","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment\" : \"댓글 내용1\",\r\n    \"userName\" : \"김유저\",\r\n    \"password\" : \"password1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/schedules/1/comments"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 12 Feb 2026 18:39:10 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"comment\": \"댓글 내용1\",\n    \"userName\": \"김유저\",\n    \"createdAt\": \"2026-02-13T03:39:10.7776275\",\n    \"modifiedAt\": \"2026-02-13T03:39:10.7776275\"\n}"}],"_postman_id":"6ebef021-2fa2-49ba-b705-091fd95d04e8"},{"name":"유저 생성(회원가입)","id":"fb7a43cf-94e4-455f-9cfc-f86704d33273","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\" : \"김유저\",\r\n    \"email\" : \"user@user.com\",\r\n    \"password\" : \"password1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/signup","urlObject":{"protocol":"http","port":"8080","path":["signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"454a1af7-eea9-4a27-9216-91e74e9c1863","name":"유저 생성(회원가입)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\" : \"김유저\",\r\n    \"email\" : \"user@user.com\",\r\n    \"password\" : \"password1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/signup"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 12 Feb 2026 18:34:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"userName\": \"김유저\",\n    \"email\": \"user@user.com\",\n    \"createdAt\": \"2026-02-13T03:34:02.8615297\",\n    \"modifiedAt\": \"2026-02-13T03:34:02.8615297\"\n}"}],"_postman_id":"fb7a43cf-94e4-455f-9cfc-f86704d33273"},{"name":"전체 유저 조회","id":"0bd910e7-5078-4bb7-b621-7ca5cd0a5ca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/users","urlObject":{"protocol":"http","port":"8080","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b25bc347-3072-40ec-89c6-071d07d28ced","name":"전체 유저 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/users"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 12 Feb 2026 18:39:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"userName\": \"김유저\",\n        \"email\": \"user@user.com\"\n    }\n]"}],"_postman_id":"0bd910e7-5078-4bb7-b621-7ca5cd0a5ca1"},{"name":"선택 유저 조회","id":"b77d6337-e493-4e1d-b957-247df3e2c271","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/users/myinfo","urlObject":{"protocol":"http","port":"8080","path":["users","myinfo"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8a4e95da-be9c-4215-ab83-ff36491a7f4c","name":"선택 유저 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/users/myinfo"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 12 Feb 2026 18:40:19 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"userName\": \"김유저\",\n    \"email\": \"user@user.com\",\n    \"password\": \"$2a$04$tCgEVmmLNQDt/oNuF/RaA.BtkWcpaYzNaYz2T0S//nPGTPBULIfEK\"\n}"}],"_postman_id":"b77d6337-e493-4e1d-b957-247df3e2c271"},{"name":"선택 유저 수정","id":"992a6b0e-32c0-4a0e-b902-49fddbdae9e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\" : \"최유저\",\r\n    \"email\" : \"user0@user.com\",\r\n    \"password\" : \"password1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users","urlObject":{"protocol":"http","port":"8080","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9086a354-d0d9-4fc2-ad14-33dc5fce6ea5","name":"선택 유저 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\" : \"최유저\",\r\n    \"email\" : \"user0@user.com\",\r\n    \"password\" : \"password1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 12 Feb 2026 18:42:21 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"userName\": \"최유저\",\n    \"email\": \"user0@user.com\",\n    \"password\": \"password1\"\n}"}],"_postman_id":"992a6b0e-32c0-4a0e-b902-49fddbdae9e8"},{"name":"선택 유저 삭제","id":"8e03678a-12c2-460d-9ae1-f382069d8483","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/users","urlObject":{"protocol":"http","port":"8080","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"850d2b94-908e-41ba-a7a0-39064fd5b806","name":"선택 유저 삭제","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8080/users"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Thu, 12 Feb 2026 18:42:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8e03678a-12c2-460d-9ae1-f382069d8483"},{"name":"로그인","id":"80b35f26-e164-42c0-be0c-7527b04f0eff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"user@user.com\",\r\n    \"password\" : \"password1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/login","urlObject":{"protocol":"http","port":"8080","path":["login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a49b2a0c-2ebc-455a-8119-01cd3e5a8e8d","name":"로그인","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"user@user.com\",\r\n    \"password\" : \"password1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/login"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Set-Cookie","value":"JSESSIONID=BDD342F45CA3AE219631D76A860AA1C1; Path=/; HttpOnly"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Thu, 12 Feb 2026 18:34:09 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"80b35f26-e164-42c0-be0c-7527b04f0eff"}]}