{"info":{"_postman_id":"5166746f-8cec-4ff9-b717-b6ade3f85a4e","name":"to-doApp","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"34881408","collectionId":"5166746f-8cec-4ff9-b717-b6ade3f85a4e","publishedId":"2sA3JRaetn","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-05-16T14:21:18.000Z"},"item":[{"name":"Schedule","item":[{"name":"일정 등록","id":"77e6c0e3-4ce9-4b36-90da-b8861f6e9b25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzQzMDYwNSwiaWF0IjoxNzE3NDMwNTQ1fQ.HxHSytZWCOG_MW1z1LdavebqDi_KfgU4DI9FeU2dPN0"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzQzMTk4NiwiaWF0IjoxNzE3NDMwNTQ2fQ.llmYjabr-L8mXCTBrFqpSZevfdIKuL-00vhrhcbqx44"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"aslifejlwifjlweijfaliwejfweafaw","type":"text"},{"key":"contents","value":"contentsawefafaewfaewfe","type":"text"},{"key":"image","type":"file","src":"/C:/Users/82109/sparta/image.jpg"}]},"url":"http://localhost:8080/api/schedule","urlObject":{"protocol":"http","port":"8080","path":["api","schedule"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1ed6a635-88e9-4842-8bbd-c56178256d82","name":"로그인 하지 않고 일정 등록하려고 할 때","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\" :\"제목\",\r\n    \"contents\" : \"내용\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/schedule"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"43"},{"key":"Date","value":"Fri, 31 May 2024 03:06:35 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"error :토큰이 유효하지 않습니다."},{"id":"a48a1a5b-08e1-4fa7-b1d7-825838864d60","name":"200","originalRequest":{"method":"POST","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNDkyOSwiaWF0IjoxNzE3MTI0ODY5fQ.sj9ImFuL4IviLnIKah7AoaUiqL9vBDao0n31txmQ7jw"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNjMxMCwiaWF0IjoxNzE3MTI0ODcwfQ.fuOPZInFTPcR-aXE7I3W8TWaQP3gk8saRxgFhq7ew_U"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" :\"제목\",\r\n    \"contents\" : \"내용\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/schedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNDk5NywiaWF0IjoxNzE3MTI0OTM3fQ.f-u9Fdcdmkt-gM6MpIlXMiIb_KR67iAq3zDEk3NBCho"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNjM3NywiaWF0IjoxNzE3MTI0OTM3fQ.RTAMRLLFKZ6neH_5o9-y_YSLkaEuoMtq1UiFfhaMd1k"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 31 May 2024 03:08:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"title\": \"제목\",\n    \"contents\": \"내용\",\n    \"createdAt\": \"2024-05-31T12:08:57.1996225\",\n    \"modifiedAt\": \"2024-05-31T12:08:57.1996225\"\n}"}],"_postman_id":"77e6c0e3-4ce9-4b36-90da-b8861f6e9b25"},{"name":"일정 목록 조회","id":"0dadf53b-0132-43f5-8718-656e66c05bfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/schedule/all","urlObject":{"protocol":"http","port":"8080","path":["api","schedule","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5fee95c2-de0a-444d-a25f-6403d0ff79ab","name":"200","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/schedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 16 May 2024 14:08:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"title\": \"제목2\",\n        \"contents\": \"내용2\",\n        \"manager\": \"ggumi\",\n        \"createdAt\": \"2024-05-16\"\n    }\n]"}],"_postman_id":"0dadf53b-0132-43f5-8718-656e66c05bfa"},{"name":"선택한 일정 조회","id":"362d68e7-8e76-47c5-8077-9deb950986be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/schedule/selected/2","urlObject":{"protocol":"http","port":"8080","path":["api","schedule","selected","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ac6be497-a0fa-4748-bc5d-be05883f2974","name":"404","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/schedule/selected/1"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"37"},{"key":"Date","value":"Fri, 17 May 2024 03:20:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Exception caught : Schedule not found"},{"id":"4c7abf5f-1402-4fac-b03d-f060cf5cbb68","name":"200","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/schedule/selected/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 31 May 2024 03:37:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"title\": \"제목\",\n    \"contents\": \"내용\",\n    \"createdAt\": \"2024-05-31T12:19:52.343043\",\n    \"modifiedAt\": \"2024-05-31T12:19:52.343043\"\n}"}],"_postman_id":"362d68e7-8e76-47c5-8077-9deb950986be"},{"name":"선택한 일정 수정","id":"d8950317-9a61-45b5-ac4b-1ec161f736a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtb2NoaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNTQyMiwiaWF0IjoxNzE3MTI1MzYyfQ.m3GTRYIDK-T7kKWmPh4b3xMnSp4-GpRB7QmeA05-P10"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtb2NoaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNjgwMiwiaWF0IjoxNzE3MTI1MzYyfQ.x-6t8U6Aj_yG_6Vyx6_JU1L41ViKu_Vy1O174jZ2eu8"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"제목 수정\",\r\n    \"contents\" : \"내용 수정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/schedule/1","urlObject":{"protocol":"http","port":"8080","path":["api","schedule","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b1c51bd3-0b4b-4294-8b72-3183763fe91b","name":"404","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"제목수정3\",\r\n    \"contents\" : \"내용 수정3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/schedule/1"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"37"},{"key":"Date","value":"Fri, 17 May 2024 03:16:14 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Exception caught : Schedule not found"},{"id":"5c4354e0-3241-4f3d-b58a-b0002e4644a0","name":"400 제목 빈칸 입력, 글자 수 예외처리","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"\",\r\n    \"contents\" : \"내용 수정3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/schedule/3"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"86"},{"key":"Date","value":"Mon, 20 May 2024 07:33:42 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"Exception caught : title must not be blank, title must be between 1 and 200 characters"},{"id":"8a91100d-a972-4e26-a101-536afa7f6ee3","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNDkyOSwiaWF0IjoxNzE3MTI0ODY5fQ.sj9ImFuL4IviLnIKah7AoaUiqL9vBDao0n31txmQ7jw"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNjMxMCwiaWF0IjoxNzE3MTI0ODcwfQ.fuOPZInFTPcR-aXE7I3W8TWaQP3gk8saRxgFhq7ew_U"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"제목 수정\",\r\n    \"contents\" : \"내용 수정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/schedule/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNTI4NSwiaWF0IjoxNzE3MTI1MjI1fQ.yx1ioVxrIDggSqUdKdt6gs919DCWpRC5D_D9cah0H4U"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNjY2NSwiaWF0IjoxNzE3MTI1MjI1fQ.dLRMFqfTlhl3yx_z5Qxv-tRfN9jvPSBiW6S35jQm22s"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 31 May 2024 03:13:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"title\": \"제목 수정\",\n    \"contents\": \"내용 수정\",\n    \"createdAt\": \"2024-05-31T12:08:57.199623\",\n    \"modifiedAt\": \"2024-05-31T12:08:57.199623\"\n}"},{"id":"72006c35-b1a7-4a59-a7a4-90ab057a4239","name":"로그인 하지 않고 일정 수정하려고 할 때","originalRequest":{"method":"PUT","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNDkyOSwiaWF0IjoxNzE3MTI0ODY5fQ.sj9ImFuL4IviLnIKah7AoaUiqL9vBDao0n31txmQ7jw","disabled":true},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNjMxMCwiaWF0IjoxNzE3MTI0ODcwfQ.fuOPZInFTPcR-aXE7I3W8TWaQP3gk8saRxgFhq7ew_U","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"제목 수정\",\r\n    \"contents\" : \"내용 수정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/schedule/1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"43"},{"key":"Date","value":"Fri, 31 May 2024 03:15:18 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"error :토큰이 유효하지 않습니다."},{"id":"b463fb67-21e8-4d2d-8654-2c2220a32c86","name":"작성자가 아닌 사람이 수정하려고 할 때","originalRequest":{"method":"PUT","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtb2NoaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNTQyMiwiaWF0IjoxNzE3MTI1MzYyfQ.m3GTRYIDK-T7kKWmPh4b3xMnSp4-GpRB7QmeA05-P10"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtb2NoaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNjgwMiwiaWF0IjoxNzE3MTI1MzYyfQ.x-6t8U6Aj_yG_6Vyx6_JU1L41ViKu_Vy1O174jZ2eu8"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"제목 수정\",\r\n    \"contents\" : \"내용 수정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/schedule/1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"66"},{"key":"Date","value":"Fri, 31 May 2024 03:16:47 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Exception caught : 작성자만 삭제/수정할 수 있습니다."}],"_postman_id":"d8950317-9a61-45b5-ac4b-1ec161f736a4"},{"name":"선택한 일정 삭제","id":"110183f0-ec87-4f83-a47a-0aac64aa25c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzM5ODYzOSwiaWF0IjoxNzE3Mzk4NTc5fQ.Le0J_cZJHdBLrDpcQxaA7S8O_C-OAGGQKk28_1o1Wk0"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzQwMDAxOSwiaWF0IjoxNzE3Mzk4NTc5fQ.2FawFLVt-ERCm_SqbRbkjtdQmRHbjwPptEn1XpkPeDg"}],"body":{"mode":"formdata","formdata":[{"key":"checkpassword","value":"1234","type":"text","disabled":true}]},"url":"http://localhost:8080/api/schedule/2","urlObject":{"protocol":"http","port":"8080","path":["api","schedule","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bf64a0f4-47e2-4748-8a84-08b61bb5bb70","name":"404","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"checkpassword","value":"1234","type":"text"}]},"url":"http://localhost:8080/api/schedule/1"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"37"},{"key":"Date","value":"Fri, 17 May 2024 03:14:19 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Exception caught : Schedule not found"},{"id":"36bada89-e765-4879-92f6-05fb93e80a43","name":"로그인하지 않고 일정 삭제하려고 할 때","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"checkpassword","value":"1234","type":"text","disabled":true}]},"url":"http://localhost:8080/api/schedule/1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"43"},{"key":"Date","value":"Fri, 31 May 2024 03:17:27 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"error :토큰이 유효하지 않습니다."},{"id":"66544208-cc85-4865-b8dd-d522b984b9dd","name":"작성자가 아닌 사람이 일정 삭제하려고 할 때","originalRequest":{"method":"DELETE","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtb2NoaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNTQyMiwiaWF0IjoxNzE3MTI1MzYyfQ.m3GTRYIDK-T7kKWmPh4b3xMnSp4-GpRB7QmeA05-P10"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtb2NoaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNjgwMiwiaWF0IjoxNzE3MTI1MzYyfQ.x-6t8U6Aj_yG_6Vyx6_JU1L41ViKu_Vy1O174jZ2eu8"}],"body":{"mode":"formdata","formdata":[{"key":"checkpassword","value":"1234","type":"text","disabled":true}]},"url":"http://localhost:8080/api/schedule/1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtb2NoaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNTU1OSwiaWF0IjoxNzE3MTI1NDk5fQ.J8QwX2uK3SKuLP8QD-g9bIA5fuVDPmJdHF1Ll13ii5E"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtb2NoaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNjkzOSwiaWF0IjoxNzE3MTI1NDk5fQ.zeXACz4Fi2O_QJhLlp1eC17yWUskzUwR0WqgEpvcPPQ"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"66"},{"key":"Date","value":"Fri, 31 May 2024 03:18:19 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Exception caught : 작성자만 삭제/수정할 수 있습니다."},{"id":"de200049-bb95-4d75-88cc-5c3afb431947","name":"200","originalRequest":{"method":"DELETE","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNDkyOSwiaWF0IjoxNzE3MTI0ODY5fQ.sj9ImFuL4IviLnIKah7AoaUiqL9vBDao0n31txmQ7jw"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNjMxMCwiaWF0IjoxNzE3MTI0ODcwfQ.fuOPZInFTPcR-aXE7I3W8TWaQP3gk8saRxgFhq7ew_U"}],"body":{"mode":"formdata","formdata":[{"key":"checkpassword","value":"1234","type":"text","disabled":true}]},"url":"http://localhost:8080/api/schedule/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNTU5NiwiaWF0IjoxNzE3MTI1NTM2fQ.OAOAk9FiIEPFSWt940BoKUpjeqnkz7orfJOOJ4Dehh8"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNjk3NiwiaWF0IjoxNzE3MTI1NTM2fQ.OHDcDeaeVs14JHnoYOkwd1UQ3vcEGLMKRd__6cc98Ys"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 31 May 2024 03:18:56 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"1"}],"_postman_id":"110183f0-ec87-4f83-a47a-0aac64aa25c0"}],"id":"e2eec375-ebc8-4cc2-8b93-4c621467496a","description":"<p>일정 관리 API</p>\n","_postman_id":"e2eec375-ebc8-4cc2-8b93-4c621467496a"},{"name":"Comment","item":[{"name":"댓글 등록","id":"77485478-3331-48b1-9558-4719cc2a6512","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzM5ODYzOSwiaWF0IjoxNzE3Mzk4NTc5fQ.Le0J_cZJHdBLrDpcQxaA7S8O_C-OAGGQKk28_1o1Wk0"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzQwMDAxOSwiaWF0IjoxNzE3Mzk4NTc5fQ.2FawFLVt-ERCm_SqbRbkjtdQmRHbjwPptEn1XpkPeDg"}],"body":{"mode":"raw","raw":"{\r\n    \"schedule_id\" : 5,\r\n    \"contents\" : \"댓글입니다\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment","urlObject":{"protocol":"http","port":"8080","path":["api","comment"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6f99131a-bb91-42fe-aead-a68fa05bfad3","name":"선택한 일정의 ID를 입력 받지 않은 경우","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contents\" : \"댓글입니다2\",\r\n    \"username\" : \"ggumi@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"74"},{"key":"Date","value":"Tue, 28 May 2024 08:58:32 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"Exception caught : 일정 아이디가 필수로 입력되어야합니다."},{"id":"87e77c9b-c6d7-4be4-950c-5b9e7d79d6cb","name":"일정이 DB에 저장되지 않은 경우","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"schedule_id\" : 2,\r\n    \"contents\" : \"댓글입니다2\",\r\n    \"username\" : \"ggumi@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"37"},{"key":"Date","value":"Tue, 28 May 2024 08:58:58 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Exception caught : Schedule not found"},{"id":"41da00c5-a7fe-4573-bdfc-c7469076b9d9","name":"댓글 내용이 비어 있는 경우","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"schedule_id\" : 1,\r\n    \"contents\" : \"\",\r\n    \"username\" : \"ggumi@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"89"},{"key":"Date","value":"Tue, 28 May 2024 08:59:19 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"Exception caught : 댓글 내용은 한 글자 이상 필수로 입력되어야합니다."},{"id":"1f43b254-65f6-495f-8997-85bff2d3cea8","name":"필터 : 로그인 하지 않은 채로 댓글을 등록하려고 할 때","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"schedule_id\" : 1,\r\n    \"contents\" : \"댓글입니다\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"43"},{"key":"Date","value":"Wed, 29 May 2024 07:54:36 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"error :토큰이 유효하지 않습니다."},{"id":"20b2b9fb-5be5-4677-8f7c-7f5bfffa1281","name":"필터 : 회원가입 하지 않은 채로 토큰 줄 때","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtb2NoaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNjk3MzQwNiwiaWF0IjoxNzE2OTY5ODA2fQ.3QadWLIcXpiokn3Wabcl1FlDK4pVuYso6ANQCVnOMUs","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"schedule_id\" : 1,\r\n    \"contents\" : \"댓글입니다\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"53"},{"key":"Date","value":"Wed, 29 May 2024 08:27:55 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"error :회원가입 하지 않은 사용자입니다."},{"id":"bd6f7c12-af81-4bb3-921c-389d79e4ab75","name":"200","originalRequest":{"method":"POST","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNDkyOSwiaWF0IjoxNzE3MTI0ODY5fQ.sj9ImFuL4IviLnIKah7AoaUiqL9vBDao0n31txmQ7jw"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNjMxMCwiaWF0IjoxNzE3MTI0ODcwfQ.fuOPZInFTPcR-aXE7I3W8TWaQP3gk8saRxgFhq7ew_U"}],"body":{"mode":"raw","raw":"{\r\n    \"schedule_id\" : 2,\r\n    \"contents\" : \"댓글입니다\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNTY5NywiaWF0IjoxNzE3MTI1NjM3fQ.1OzpJup_tYjJvOmJrkHd95E4L7E8ZqyEwIOVq154KsA"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNzA3NywiaWF0IjoxNzE3MTI1NjM3fQ.fmlTaPZ1A1COVPDWfiYOqh8lboLuot-oZ5afQrg_vjY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 31 May 2024 03:20:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"contents\": \"댓글입니다\",\n    \"username\": \"ggumi@gmail.com\",\n    \"schedule_id\": 2,\n    \"created_at\": \"2024-05-31T12:20:37.6502847\",\n    \"updated_at\": \"2024-05-31T12:20:37.6502847\"\n}"}],"_postman_id":"77485478-3331-48b1-9558-4719cc2a6512"},{"name":"댓글 수정","id":"9668a287-f8f9-4aa0-b3bb-d9584fbfea1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzM5NDE2NCwiaWF0IjoxNzE3Mzk0MTA0fQ.ep3xfA1u3wBKfls8d_cGUn-F4_UU4oFYPvXxDOBeu2I"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzM5NTU0NCwiaWF0IjoxNzE3Mzk0MTA0fQ.1gcSXRcxrYx-HHo0gESztwphapA7kPpyOMYW3_C6inc"}],"body":{"mode":"raw","raw":"{\r\n    \"comment_id\" : 2,\r\n    \"schedule_id\" : 2,\r\n    \"contents\" : \"댓글 수정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment","urlObject":{"protocol":"http","port":"8080","path":["api","comment"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"82354246-d994-4971-83bb-fbc95e854fd7","name":"200","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment_id\" : 1,\r\n    \"schedule_id\" : 1,\r\n    \"contents\" : \"댓글 수정\",\r\n    \"username\" : \"ggumi@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 28 May 2024 10:36:24 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"contents\": \"댓글 수정\",\n    \"username\": \"ggumi@gmail.com\",\n    \"schedule_id\": 1,\n    \"created_at\": \"2024-05-28T17:35:25.310824\",\n    \"updated_at\": \"2024-05-28T17:35:25.310824\"\n}"},{"id":"ee4c9380-1ce7-4d7f-86a8-ac7408681dd5","name":"댓글의 ID를 입력 받지 않은 경우","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"schedule_id\" : 1,\r\n    \"contents\" : \"댓글 수정\",\r\n    \"username\" : \"ggumi@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"74"},{"key":"Date","value":"Tue, 28 May 2024 10:37:18 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"Exception caught : 댓글 아이디가 필수로 입력되어야합니다."},{"id":"cd6abafd-8f1b-447c-8c0c-3cabc8428754","name":"선택한 일정 ID를 입력 받지 않은 경우","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment_id\" : 1,\r\n    \"contents\" : \"댓글 수정\",\r\n    \"username\" : \"ggumi@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"74"},{"key":"Date","value":"Tue, 28 May 2024 10:37:47 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"Exception caught : 일정 아이디가 필수로 입력되어야합니다."},{"id":"ee2a2bb0-8136-4ade-9a0b-22a540290853","name":"댓글이 DB에 저장되지 않은 경우","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment_id\" : 4,\r\n    \"schedule_id\" : 1,\r\n    \"contents\" : \"댓글 수정\",\r\n    \"username\" : \"ggumi@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"36"},{"key":"Date","value":"Tue, 28 May 2024 10:38:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Exception caught : Comment not found"},{"id":"f24725d3-b26a-4d20-8472-a3564ed6352b","name":"일정이 DB에 저장되지 않은 경우","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment_id\" : 1,\r\n    \"schedule_id\" : 2,\r\n    \"contents\" : \"댓글 수정\",\r\n    \"username\" : \"ggumi@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"37"},{"key":"Date","value":"Tue, 28 May 2024 10:38:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Exception caught : Schedule not found"},{"id":"acd76bc2-3478-4f55-9c9b-7b308233d76f","name":"필터 : 로그인 하지 않은 채로 수정하려고 할 때","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtb2NoaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNjk3NTM5OCwiaWF0IjoxNzE2OTcxNzk4fQ.xxTGXS6OESoIlBhnPUoSAs-4m9_HYbrfXDdriUpamV0","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"comment_id\" : 1,\r\n    \"schedule_id\" : 1,\r\n    \"contents\" : \"댓글 수정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"43"},{"key":"Date","value":"Wed, 29 May 2024 08:38:49 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"error :토큰이 유효하지 않습니다."},{"id":"7b756ee2-3d84-4712-94ce-a6bcc0380757","name":"토큰이 있고, 유효한 토큰이지만 해당 사용자가 작성한 게시글/댓글이 아닐 때","originalRequest":{"method":"PUT","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtb2NoaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNTQyMiwiaWF0IjoxNzE3MTI1MzYyfQ.m3GTRYIDK-T7kKWmPh4b3xMnSp4-GpRB7QmeA05-P10"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtb2NoaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNjgwMiwiaWF0IjoxNzE3MTI1MzYyfQ.x-6t8U6Aj_yG_6Vyx6_JU1L41ViKu_Vy1O174jZ2eu8"}],"body":{"mode":"raw","raw":"{\r\n    \"comment_id\" : 1,\r\n    \"schedule_id\" : 2,\r\n    \"contents\" : \"댓글 수정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtb2NoaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNTgzOSwiaWF0IjoxNzE3MTI1Nzc5fQ.lRX8Qp6s2w4FlNTz4boZIbWEpxbuWPTysOryLYO5j5M"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtb2NoaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNzIxOSwiaWF0IjoxNzE3MTI1Nzc5fQ.O6bthVpXT_O7Qz60Ato7mOaU_YZGQ8DkaACZC8bn9bE"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"66"},{"key":"Date","value":"Fri, 31 May 2024 03:22:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Exception caught : 작성자만 삭제/수정할 수 있습니다."}],"_postman_id":"9668a287-f8f9-4aa0-b3bb-d9584fbfea1b"},{"name":"댓글 삭제","id":"65fa3b98-9e53-4ca9-826f-d91da58b653c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNDkyOSwiaWF0IjoxNzE3MTI0ODY5fQ.sj9ImFuL4IviLnIKah7AoaUiqL9vBDao0n31txmQ7jw"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNjMxMCwiaWF0IjoxNzE3MTI0ODcwfQ.fuOPZInFTPcR-aXE7I3W8TWaQP3gk8saRxgFhq7ew_U"}],"body":{"mode":"raw","raw":"{\r\n    \"comment_id\" : 1,\r\n    \"schedule_id\" : 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment","urlObject":{"protocol":"http","port":"8080","path":["api","comment"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c3064490-800f-4c04-8e48-95a0e5277be6","name":"댓글의 ID를 입력받지 않은 경우","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"schedule_id\" : 1,\r\n    \"username\" : \"ggumi@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"74"},{"key":"Date","value":"Tue, 28 May 2024 11:10:55 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"Exception caught : 댓글 아이디가 필수로 입력되어야합니다."},{"id":"caf3cbba-09ed-46d2-914c-c4c9b913b6c3","name":"선택한 일정의 ID를 입력받지 않은 경우","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment_id\" : 1,\r\n    \"username\" : \"ggumi@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"74"},{"key":"Date","value":"Tue, 28 May 2024 11:11:14 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"Exception caught : 일정 아이디가 필수로 입력되어야합니다."},{"id":"726f1790-2824-481e-b487-810e8f083ce8","name":"댓글이 DB에 저장되지 않은 경우","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment_id\" : 1,\r\n    \"schedule_id\" : 1,\r\n    \"username\" : \"ggumi@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"36"},{"key":"Date","value":"Tue, 28 May 2024 11:11:38 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Exception caught : Comment not found"},{"id":"f4eff1bb-0c96-4138-bf37-b1680c8ef139","name":"일정이 DB에 저장되지 않은 경우","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment_id\" : 2,\r\n    \"schedule_id\" : 4,\r\n    \"username\" : \"ggumi@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"37"},{"key":"Date","value":"Tue, 28 May 2024 11:12:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Exception caught : Schedule not found"},{"id":"8d7a667e-ffc9-4d16-8e6f-08e101a2f8f5","name":"토큰이 있고, 유효한 토큰이지만 해당 사용자가 작성한 게시글/댓글이 아닐 때","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNjk3NTYzMywiaWF0IjoxNzE2OTcyMDMzfQ.-ogf24bLFQxeARqUXN5-5NJ9hMwfh97GnxXP2p4mxM8"}],"body":{"mode":"raw","raw":"{\r\n    \"comment_id\" : 1,\r\n    \"schedule_id\" : 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"66"},{"key":"Date","value":"Wed, 29 May 2024 08:42:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Exception caught : 작성자만 삭제/수정할 수 있습니다."},{"id":"029c2342-3cde-48ab-a05b-aaac17c7be19","name":"필터 : 로그인 하지 않은 채로 삭제하려고 할 때","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNjk3NTYzMywiaWF0IjoxNzE2OTcyMDMzfQ.-ogf24bLFQxeARqUXN5-5NJ9hMwfh97GnxXP2p4mxM8","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"comment_id\" : 1,\r\n    \"schedule_id\" : 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"43"},{"key":"Date","value":"Wed, 29 May 2024 08:42:45 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"error :토큰이 유효하지 않습니다."},{"id":"b2f4b998-ff63-44b5-81e5-824b485d19b3","name":"선택한 댓글의 사용자가 현재 사용자와 일치하지 않은 경우","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzA2ODEzNiwiaWF0IjoxNzE3MDY0NTM2fQ.Q7XNGlqpJtvAekkUnH2CQ73Sx4-zEGvVYWnShrLM6BA"}],"body":{"mode":"raw","raw":"{\r\n    \"comment_id\" : 2,\r\n    \"schedule_id\" : 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"66"},{"key":"Date","value":"Thu, 30 May 2024 10:22:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Exception caught : 작성자만 삭제/수정할 수 있습니다."},{"id":"bdc7eebc-41ba-4e5a-b999-3693b9af48c8","name":"200","originalRequest":{"method":"DELETE","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNDkyOSwiaWF0IjoxNzE3MTI0ODY5fQ.sj9ImFuL4IviLnIKah7AoaUiqL9vBDao0n31txmQ7jw"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNjMxMCwiaWF0IjoxNzE3MTI0ODcwfQ.fuOPZInFTPcR-aXE7I3W8TWaQP3gk8saRxgFhq7ew_U"}],"body":{"mode":"raw","raw":"{\r\n    \"comment_id\" : 1,\r\n    \"schedule_id\" : 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comment"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNjAzOCwiaWF0IjoxNzE3MTI1OTc4fQ.0GXNv2Th1Q_B485NhawJ3BRDqyW647zG9FhhobJCOhg"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzEyNzQxOCwiaWF0IjoxNzE3MTI1OTc4fQ.4CiP3TC7cngImrm1Rpjp_AEujsiKsoEfpJtotfQucEA"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"30"},{"key":"Date","value":"Fri, 31 May 2024 03:26:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"댓글을 삭제했습니다 !"}],"_postman_id":"65fa3b98-9e53-4ca9-826f-d91da58b653c"}],"id":"1e91f9ae-f89e-4abe-98c3-69867ab345dd","description":"<p>댓글 관리 API</p>\n","_postman_id":"1e91f9ae-f89e-4abe-98c3-69867ab345dd"},{"name":"User","item":[{"name":"회원가입","id":"a3311dc0-a708-4860-80c9-42ad4c56a717","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"ggumi@gmail.com\",\r\n    \"nickname\" : \"ggumi\",\r\n    \"password\" : \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/signup","urlObject":{"protocol":"http","port":"8080","path":["api","user","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e01be972-f49e-45dd-8cc2-ce9795d1e295","name":"DB에 이미 존재하는 username으로 회원가입을 요청할 때","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"ggumi@gmail.com\",\r\n    \"nickname\" : \"ggumi\",\r\n    \"password\" : \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/signup"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"58"},{"key":"Date","value":"Wed, 29 May 2024 05:54:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Exception caught : 중복된 사용자가 존재합니다."},{"id":"c550aa8a-91b2-4616-b4a0-3e47f15ce9a7","name":"DB에 이미 존재하는 nickname으로 회원가입을 요청할 때","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"ggumi1@gmail.com\",\r\n    \"nickname\" : \"ggumi\",\r\n    \"password\" : \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/signup"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"48"},{"key":"Date","value":"Wed, 29 May 2024 05:56:46 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Exception caught : 중복된 Nickname 입니다."},{"id":"bc30f093-acb0-4f65-a8f5-4773eb7e4a6f","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"mochi@gmail.com\",\r\n    \"nickname\" : \"mochi\",\r\n    \"password\" : \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/signup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 29 May 2024 05:57:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"회원가입에 성공했습니다 !\",\n    \"statusCode\": \"200 OK\"\n}"}],"_postman_id":"a3311dc0-a708-4860-80c9-42ad4c56a717"},{"name":"로그인","id":"1caf1d02-cd5e-4c38-8df4-fcac22030d4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"ggumi@gmail.com\",\r\n    \"password\" : \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/login","urlObject":{"protocol":"http","port":"8080","path":["api","user","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a592f47e-fde4-4e53-8e2c-d5d4003fc292","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"ggumi@gmail.com\",\r\n    \"password\" : \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNjk2NTk4OSwiaWF0IjoxNzE2OTYyMzg5fQ.BMRmEzssMVUJgutu795JWkDT_-T1xOew-vWNqe_B_Zg"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 29 May 2024 05:59:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"로그인에 성공했습니다 !\",\n    \"statusCode\": \"200 OK\"\n}"},{"id":"4773aa4b-b497-4bab-ad92-0cf720b743a9","name":"회원가입하지 않은 사용자로 로그인 할 때","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"ggumi@gmail.com\",\r\n    \"password\" : \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"55"},{"key":"Date","value":"Wed, 29 May 2024 06:05:55 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Exception caught : 등록된 사용자가 없습니다."},{"id":"9dcaf4d8-4095-458f-ac6c-3574959259b1","name":"비밀번호가 일치하지 않을 때","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"mochi@gmail.com\",\r\n    \"password\" : \"12345678a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"61"},{"key":"Date","value":"Wed, 29 May 2024 06:06:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Exception caught : 비밀번호가 일치하지 않습니다."}],"_postman_id":"1caf1d02-cd5e-4c38-8df4-fcac22030d4f"}],"id":"cd79912e-3c2b-4a66-a511-c0346bba10e6","description":"<p>User 회원가입 / 로그인 관련 API</p>\n","_postman_id":"cd79912e-3c2b-4a66-a511-c0346bba10e6"},{"name":"File","item":[{"name":"일정 이미지와 등록","id":"c0e36082-8e6b-4f1e-8be5-1d3f181e64eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Access_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzQzMjEzMSwiaWF0IjoxNzE3NDMyMDcxfQ.byTKZQfwH52xbanH7SkbfLSl1teM4wsOg63cLUpWIsY"},{"key":"Refresh_Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJnZ3VtaUBnbWFpbC5jb20iLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcxNzQzMzUxMSwiaWF0IjoxNzE3NDMyMDcxfQ.ppSilPus7kOdIsL-VnyjCm8H1yjg8APsCCtU6ou7cuc"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"제목\n","type":"text"},{"key":"contents","value":"asefawefwe\n","type":"text"},{"key":"image","type":"file","src":"/C:/Users/82109/sparta/dmddo.jpg"}]},"url":"http://localhost:8080/api/schedule","urlObject":{"protocol":"http","port":"8080","path":["api","schedule"],"host":["localhost"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"c0e36082-8e6b-4f1e-8be5-1d3f181e64eb"}],"id":"53a8cc89-7efe-4b23-b73f-6acb47b80f32","description":"<p>image 추가해서 일정등록하기</p>\n","_postman_id":"53a8cc89-7efe-4b23-b73f-6acb47b80f32"}]}