{"info":{"_postman_id":"7f584b14-f501-4cbe-985b-9c084b43deb8","name":"일정 관리 Develop","description":"<html><head></head><body><h3 id=\"인증\"><strong>인증</strong></h3>\n<hr>\n<p>본 API는 <strong>세션 기반 인증</strong>을 사용합니다.</p>\n<ul>\n<li><p>세션이 유효하지 않은 경우 401 Unauthorized 응답이 반환됩니다.</p>\n</li>\n<li><p>단, 회원가입, 로그인 요청은 인증 처리에서 제외합니다.</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"44635744","collectionId":"7f584b14-f501-4cbe-985b-9c084b43deb8","publishedId":"2sB2qaigm8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-23T00:44:56.000Z"},"item":[{"name":"일정 CRUD","item":[{"name":"일정 생성","id":"941e6841-4ed4-409a-8045-859d37ccdb00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"제목\",\r\n    \"contents\": \"내용\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedules","urlObject":{"port":"8080","path":["schedules"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9d0a7ae7-a21b-4486-89c0-e824d03da536","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"제목\",\r\n    \"contents\": \"내용\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedules"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 15:04:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"title\": \"제목\",\n    \"contents\": \"내용\",\n    \"user\": {\n        \"id\": 1,\n        \"name\": \"김나경\",\n        \"email\": \"gajicoding@gmail.com\",\n        \"createdAt\": \"2025-05-22 22:57:56\",\n        \"updatedAt\": \"2025-05-22 23:23:28\"\n    },\n    \"createdAt\": \"2025-05-23 00:04:57\",\n    \"updatedAt\": \"2025-05-23 00:04:57\"\n}"}],"_postman_id":"941e6841-4ed4-409a-8045-859d37ccdb00"},{"name":"특정 일정 조회","id":"a14da703-54d9-40e8-b765-585c54c96616","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/schedules/2","urlObject":{"port":"8080","path":["schedules","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"989aa03e-fbe2-4723-9361-ee1fafaef590","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/schedules/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 15:05: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    \"user\": {\n        \"id\": 1,\n        \"name\": \"김나경\",\n        \"email\": \"gajicoding@gmail.com\",\n        \"createdAt\": \"2025-05-22 22:57:56\",\n        \"updatedAt\": \"2025-05-22 23:23:28\"\n    },\n    \"createdAt\": \"2025-05-23 00:04:38\",\n    \"updatedAt\": \"2025-05-23 00:04:38\"\n}"}],"_postman_id":"a14da703-54d9-40e8-b765-585c54c96616"},{"name":"전체 일정 조회","id":"a200a018-6e4e-4272-b29f-9bc24e29e458","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/schedules","urlObject":{"port":"8080","path":["schedules"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f6f5566f-434c-466e-829a-5f71325e4a4b","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/schedules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 15:05:54 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"title\": \"제목\",\n        \"contents\": \"내용\",\n        \"user\": {\n            \"id\": 1,\n            \"name\": \"김나경\",\n            \"email\": \"gajicoding@gmail.com\",\n            \"createdAt\": \"2025-05-22 22:57:56\",\n            \"updatedAt\": \"2025-05-22 23:23:28\"\n        },\n        \"createdAt\": \"2025-05-23 00:04:38\",\n        \"updatedAt\": \"2025-05-23 00:04:38\"\n    },\n    {\n        \"id\": 3,\n        \"title\": \"제목\",\n        \"contents\": \"내용\",\n        \"user\": {\n            \"id\": 1,\n            \"name\": \"김나경\",\n            \"email\": \"gajicoding@gmail.com\",\n            \"createdAt\": \"2025-05-22 22:57:56\",\n            \"updatedAt\": \"2025-05-22 23:23:28\"\n        },\n        \"createdAt\": \"2025-05-23 00:04:44\",\n        \"updatedAt\": \"2025-05-23 00:04:44\"\n    },\n    {\n        \"id\": 4,\n        \"title\": \"제목\",\n        \"contents\": \"내용\",\n        \"user\": {\n            \"id\": 1,\n            \"name\": \"김나경\",\n            \"email\": \"gajicoding@gmail.com\",\n            \"createdAt\": \"2025-05-22 22:57:56\",\n            \"updatedAt\": \"2025-05-22 23:23:28\"\n        },\n        \"createdAt\": \"2025-05-23 00:04:57\",\n        \"updatedAt\": \"2025-05-23 00:04:57\"\n    }\n]"}],"_postman_id":"a200a018-6e4e-4272-b29f-9bc24e29e458"},{"name":"특정 일정 수정","id":"e8b4c610-6c18-4832-83d3-86e729a98ce7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"제목 수정\",\r\n    \"contents\": \"내용 수정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedules/2","urlObject":{"port":"8080","path":["schedules","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6b9f4233-94c0-4495-956f-8690cb72e011","name":"200 OK","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"제목 수정\",\r\n    \"contents\": \"내용 수정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedules/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 15:15:58 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"title\": \"제목 수정\",\n    \"contents\": \"내용 수정\",\n    \"user\": {\n        \"id\": 1,\n        \"name\": \"김나경\",\n        \"email\": \"gajicoding@gmail.com\",\n        \"createdAt\": \"2025-05-22 22:57:56\",\n        \"updatedAt\": \"2025-05-23 00:10:47\"\n    },\n    \"createdAt\": \"2025-05-23 00:04:38\",\n    \"updatedAt\": \"2025-05-23 00:15:58\"\n}"},{"id":"58d11e1c-e17b-4f7b-8719-cc394f94fa59","name":"403 Forbidden","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"제목 수정\",\r\n    \"contents\": \"내용 수정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedules/5"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 15:15:38 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2025-05-22T15:15:38.115+00:00\",\n    \"status\": 403,\n    \"error\": \"Forbidden\",\n    \"message\": \"해당 일정에 대한 수정 권한이 없습니다.\",\n    \"path\": \"/schedules/5\"\n}"}],"_postman_id":"e8b4c610-6c18-4832-83d3-86e729a98ce7"},{"name":"특정 일정 삭제","id":"fea5af4b-5e6e-4d45-ab9c-abea230c2f65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:8080/schedules/4","urlObject":{"port":"8080","path":["schedules","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8107a59b-5ef2-4980-9bf4-2cc37628efad","name":"204 No Content","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8080/schedules/4"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 22 May 2025 15:40:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"646cbf7c-9bc4-41fa-b9cb-c32b8dc7b787","name":"403 Forbidden","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8080/schedules/5"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 15:40:46 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2025-05-22T15:40:46.282+00:00\",\n    \"status\": 403,\n    \"error\": \"Forbidden\",\n    \"message\": \"해당 일정에 대한 삭제 권한이 없습니다.\",\n    \"path\": \"/schedules/5\"\n}"}],"_postman_id":"fea5af4b-5e6e-4d45-ab9c-abea230c2f65"},{"name":"전체 일정 조회 (페이징)","id":"f07fd116-cbae-4673-9dc3-d6c3becc6e16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/schedules/pages?page=1&size=10","urlObject":{"port":"8080","path":["schedules","pages"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"}],"variable":[]}},"response":[{"id":"93aceef4-7caa-4d1c-980b-76dfdff50376","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8080/schedules/pages?page=1&size=10","host":["localhost"],"port":"8080","path":["schedules","pages"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 23 May 2025 01:59:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 23,\n            \"title\": \"제목\",\n            \"contents\": \"내용\",\n            \"commentCount\": 0,\n            \"userName\": \"김나경\",\n            \"createdAt\": \"2025-05-23 00:42:17\",\n            \"updatedAt\": \"2025-05-23 00:42:17\"\n        },\n        {\n            \"id\": 22,\n            \"title\": \"제목\",\n            \"contents\": \"내용\",\n            \"commentCount\": 0,\n            \"userName\": \"김나경\",\n            \"createdAt\": \"2025-05-23 00:41:51\",\n            \"updatedAt\": \"2025-05-23 00:41:51\"\n        },\n        {\n            \"id\": 21,\n            \"title\": \"제목\",\n            \"contents\": \"내용\",\n            \"commentCount\": 0,\n            \"userName\": \"김나경\",\n            \"createdAt\": \"2025-05-23 00:41:50\",\n            \"updatedAt\": \"2025-05-23 00:41:50\"\n        },\n        {\n            \"id\": 19,\n            \"title\": \"제목\",\n            \"contents\": \"내용\",\n            \"commentCount\": 0,\n            \"userName\": \"김나경\",\n            \"createdAt\": \"2025-05-23 00:41:49\",\n            \"updatedAt\": \"2025-05-23 00:41:49\"\n        },\n        {\n            \"id\": 20,\n            \"title\": \"제목\",\n            \"contents\": \"내용\",\n            \"commentCount\": 0,\n            \"userName\": \"김나경\",\n            \"createdAt\": \"2025-05-23 00:41:49\",\n            \"updatedAt\": \"2025-05-23 00:41:49\"\n        },\n        {\n            \"id\": 18,\n            \"title\": \"제목\",\n            \"contents\": \"내용\",\n            \"commentCount\": 0,\n            \"userName\": \"김나경\",\n            \"createdAt\": \"2025-05-23 00:41:48\",\n            \"updatedAt\": \"2025-05-23 00:41:48\"\n        },\n        {\n            \"id\": 16,\n            \"title\": \"제목\",\n            \"contents\": \"내용\",\n            \"commentCount\": 0,\n            \"userName\": \"김나경\",\n            \"createdAt\": \"2025-05-23 00:41:47\",\n            \"updatedAt\": \"2025-05-23 00:41:47\"\n        },\n        {\n            \"id\": 17,\n            \"title\": \"제목\",\n            \"contents\": \"내용\",\n            \"commentCount\": 0,\n            \"userName\": \"김나경\",\n            \"createdAt\": \"2025-05-23 00:41:47\",\n            \"updatedAt\": \"2025-05-23 00:41:47\"\n        },\n        {\n            \"id\": 15,\n            \"title\": \"제목\",\n            \"contents\": \"내용\",\n            \"commentCount\": 0,\n            \"userName\": \"김나경\",\n            \"createdAt\": \"2025-05-23 00:41:46\",\n            \"updatedAt\": \"2025-05-23 00:41:46\"\n        },\n        {\n            \"id\": 14,\n            \"title\": \"제목\",\n            \"contents\": \"내용\",\n            \"commentCount\": 0,\n            \"userName\": \"김나경\",\n            \"createdAt\": \"2025-05-23 00:41:45\",\n            \"updatedAt\": \"2025-05-23 00:41:45\"\n        }\n    ],\n    \"pageable\": {\n        \"pageNumber\": 0,\n        \"pageSize\": 10,\n        \"sort\": {\n            \"empty\": false,\n            \"sorted\": true,\n            \"unsorted\": false\n        },\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": false,\n    \"totalPages\": 3,\n    \"totalElements\": 21,\n    \"first\": true,\n    \"size\": 10,\n    \"number\": 0,\n    \"sort\": {\n        \"empty\": false,\n        \"sorted\": true,\n        \"unsorted\": false\n    },\n    \"numberOfElements\": 10,\n    \"empty\": false\n}"}],"_postman_id":"f07fd116-cbae-4673-9dc3-d6c3becc6e16"}],"id":"fe84f295-dd9c-4873-9473-e5302b0c66b7","_postman_id":"fe84f295-dd9c-4873-9473-e5302b0c66b7","description":""},{"name":"유저 CRUD","item":[{"name":"유저 생성","id":"3da62487-004f-46b5-a8f0-07dcfad2f28a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"김나경\",\r\n    \"email\": \"gajicoding2@gmail.com\",\r\n    \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users","urlObject":{"port":"8080","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0b721011-2345-422f-9de0-f25bd7bbd585","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"김나경\",\r\n    \"email\": \"gajicoding2@gmail.com\",\r\n    \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 14:12:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"name\": \"김나경\",\n    \"email\": \"gajicoding2@gmail.com\",\n    \"createdAt\": \"2025-05-22 23:12:40\",\n    \"updatedAt\": \"2025-05-22 23:12:40\"\n}"},{"id":"9c2cd0ff-7118-4462-8960-4329d4093013","name":"409 Conflict","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"김나경\",\r\n    \"email\": \"gajicoding2@gmail.com\",\r\n    \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 14:12:51 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2025-05-22T14:12:51.554+00:00\",\n    \"status\": 409,\n    \"error\": \"Conflict\",\n    \"message\": \"이미 존재하는 이메일 입니다. : gajicoding2@gmail.com\",\n    \"path\": \"/users\"\n}"}],"_postman_id":"3da62487-004f-46b5-a8f0-07dcfad2f28a"},{"name":"특정 유저 조회","id":"a32604e1-f88f-41c4-aae9-40ea7750760a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/users/1","urlObject":{"port":"8080","path":["users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"76c06188-befd-4bcf-b6fe-ab8257d50921","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 14:12:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"김나경\",\n    \"email\": \"gajicoding@gmail.com\",\n    \"createdAt\": \"2025-05-22 22:57:56\",\n    \"updatedAt\": \"2025-05-22 22:57:56\"\n}"},{"id":"4ddc16f1-118e-404c-856c-2f98718e2f20","name":"404 Not Found","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/users/2"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 14:12:16 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2025-05-22T14:12:16.923+00:00\",\n    \"status\": 404,\n    \"error\": \"Not Found\",\n    \"message\": \"해당 id 의 유저가 존재하지 않습니다. : 2\",\n    \"path\": \"/users/2\"\n}"}],"_postman_id":"a32604e1-f88f-41c4-aae9-40ea7750760a"},{"name":"전체 유저 조회","id":"8cc7dd8e-3a4e-426c-b6e8-a80e5d223b3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/users","urlObject":{"port":"8080","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c9ea22a2-2506-4834-9489-6aa2c186e4b2","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 14:13:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"김나경\",\n        \"email\": \"gajicoding@gmail.com\",\n        \"createdAt\": \"2025-05-22 22:57:56\",\n        \"updatedAt\": \"2025-05-22 22:57:56\"\n    },\n    {\n        \"id\": 4,\n        \"name\": \"김나경\",\n        \"email\": \"gajicoding2@gmail.com\",\n        \"createdAt\": \"2025-05-22 23:12:40\",\n        \"updatedAt\": \"2025-05-22 23:12:40\"\n    }\n]"}],"_postman_id":"8cc7dd8e-3a4e-426c-b6e8-a80e5d223b3f"},{"name":"특정 유저 수정","id":"149d1fcc-267a-4bd0-b6e1-c209808c1dde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"김나경\",\r\n    \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users/1","urlObject":{"port":"8080","path":["users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c70fabaf-02d4-4802-844d-d67203a061c2","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"김나나\",\r\n    \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 14:22:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"김나나\",\n    \"email\": \"gajicoding@gmail.com\",\n    \"createdAt\": \"2025-05-22 22:57:56\",\n    \"updatedAt\": \"2025-05-22 23:22:51\"\n}"},{"id":"44eec918-795d-48f3-85d0-233d1df27ccf","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"김나나\",\r\n    \"password\": \"1111\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users/1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 14:23:10 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2025-05-22T14:23:10.951+00:00\",\n    \"status\": 401,\n    \"error\": \"Unauthorized\",\n    \"message\": \"비밀번호가 일치하지 않습니다.\",\n    \"path\": \"/users/1\"\n}"}],"_postman_id":"149d1fcc-267a-4bd0-b6e1-c209808c1dde"},{"name":"특정 유저 삭제","id":"ec6dad02-8a19-46da-aa41-59f642493e6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users/5","urlObject":{"port":"8080","path":["users","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fae5a7d6-cedd-4b00-a3bd-5c35dad66d73","name":"204 No Content","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8080/users/4"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 22 May 2025 14:23:53 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"228df67e-aab9-470a-97ad-0fb565b30355","name":"401 Unauthorized","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users/6"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 14:38:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2025-05-22T14:38:33.073+00:00\",\n    \"status\": 401,\n    \"error\": \"Unauthorized\",\n    \"message\": \"비밀번호가 일치하지 않습니다.\",\n    \"path\": \"/users/6\"\n}"}],"_postman_id":"ec6dad02-8a19-46da-aa41-59f642493e6a"}],"id":"c042df1d-d2fa-4251-9197-2229ae06c8e1","_postman_id":"c042df1d-d2fa-4251-9197-2229ae06c8e1","description":""},{"name":"Auth","item":[{"name":"회원가입","id":"ea6d3149-1792-47f3-abcf-8c4df2515669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"김나경\",\r\n    \"email\": \"gajicoding@gmail.com\",\r\n    \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/auth/signup","urlObject":{"port":"8080","path":["auth","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f1262a1e-22d7-49de-8e9a-f09e3777858c","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"김나경\",\r\n    \"email\": \"gajicoding@gmail.com\",\r\n    \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/auth/signup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 13:57:56 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"김나경\",\n    \"email\": \"gajicoding@gmail.com\",\n    \"createdAt\": \"2025-05-22 22:57:56\",\n    \"updatedAt\": \"2025-05-22 22:57:56\"\n}"},{"id":"2d9e0db4-5ec0-4d34-af61-ccaa45c8007f","name":"409 Conflict","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"김나경\",\r\n    \"email\": \"gajicoding@gmail.com\",\r\n    \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/auth/signup"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 13:58:16 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2025-05-22T13:58:16.852+00:00\",\n    \"status\": 409,\n    \"error\": \"Conflict\",\n    \"message\": \"이미 존재하는 이메일 입니다. : gajicoding@gmail.com\",\n    \"path\": \"/auth/signup\"\n}"}],"_postman_id":"ea6d3149-1792-47f3-abcf-8c4df2515669"},{"name":"로그인","id":"0f762ca2-21a2-497a-a91a-394aed41772c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"gajicoding@gmail.com\",\r\n    \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/auth/login","urlObject":{"port":"8080","path":["auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"abcdd24d-c270-44b1-87eb-ddffe7f494ec","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"gajicoding@gmail.com\",\r\n    \"password\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=63BB6CE4E402A43FCEF833086BAE3FBB; Path=/; HttpOnly"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 13:58:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"김나경\",\n    \"email\": \"gajicoding@gmail.com\",\n    \"createdAt\": \"2025-05-22 22:57:56\",\n    \"updatedAt\": \"2025-05-22 22:57:56\"\n}"},{"id":"2bcbb178-df0c-487c-b54c-7b623d850218","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"gajicoding@gmail.com\",\r\n    \"password\": \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/auth/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 13:58:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2025-05-22T13:58:52.769+00:00\",\n    \"status\": 401,\n    \"error\": \"Unauthorized\",\n    \"message\": \"이메일 또는 비밀번호가 일치하지 않습니다.\",\n    \"path\": \"/auth/login\"\n}"}],"_postman_id":"0f762ca2-21a2-497a-a91a-394aed41772c"}],"id":"588b43f2-13f5-4339-95f7-ddd704e488f1","_postman_id":"588b43f2-13f5-4339-95f7-ddd704e488f1","description":""},{"name":"일정 댓글 CRUD","item":[{"name":"댓글 생성","id":"6744f0d2-cdb3-4447-a5aa-21707110cce4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contents\": \"댓글\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedules/2/comments","urlObject":{"port":"8080","path":["schedules","2","comments"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"19411eef-6b15-4e9c-a7f6-9fc94fa04ad9","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contents\": \"댓글\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedules/2/comments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 16:37:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"contents\": \"댓글\",\n    \"user\": {\n        \"id\": 6,\n        \"name\": \"김나경\",\n        \"email\": \"gajicoding2@gmail.com\",\n        \"createdAt\": \"2025-05-22 23:38:22\",\n        \"updatedAt\": \"2025-05-22 23:38:22\"\n    },\n    \"schedule\": {\n        \"id\": 2,\n        \"title\": \"제목 수정\",\n        \"contents\": \"내용 수정\",\n        \"user\": {\n            \"id\": 1,\n            \"name\": \"김나경\",\n            \"email\": \"gajicoding@gmail.com\",\n            \"createdAt\": \"2025-05-22 22:57:56\",\n            \"updatedAt\": \"2025-05-23 00:10:47\"\n        },\n        \"createdAt\": \"2025-05-23 00:04:38\",\n        \"updatedAt\": \"2025-05-23 00:15:58\"\n    },\n    \"createdAt\": \"2025-05-23 01:37:31\",\n    \"updatedAt\": \"2025-05-23 01:37:31\"\n}"},{"id":"162022ab-8f0a-4628-83f6-ed9da9bee2ee","name":"404 Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contents\": \"댓글\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedules/2/comments"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 16:38:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2025-05-22T16:38:05.862+00:00\",\n    \"status\": 404,\n    \"error\": \"Not Found\",\n    \"message\": \"해당 id 의 일정이 존재하지 않습니다. : 1\",\n    \"path\": \"/schedules/1/comments\"\n}"}],"_postman_id":"6744f0d2-cdb3-4447-a5aa-21707110cce4"},{"name":"특정 댓글 조회","id":"943f830e-6d02-41de-a730-f5c9875cb080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/schedules/2/comments/1","urlObject":{"port":"8080","path":["schedules","2","comments","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e33b727e-e23c-4906-8635-55c13045e812","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/schedules/2/comments/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 16:39:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"contents\": \"댓글\",\n    \"user\": {\n        \"id\": 1,\n        \"name\": \"김나경\",\n        \"email\": \"gajicoding@gmail.com\",\n        \"createdAt\": \"2025-05-22 22:57:56\",\n        \"updatedAt\": \"2025-05-23 00:10:47\"\n    },\n    \"schedule\": {\n        \"id\": 2,\n        \"title\": \"제목 수정\",\n        \"contents\": \"내용 수정\",\n        \"user\": {\n            \"id\": 1,\n            \"name\": \"김나경\",\n            \"email\": \"gajicoding@gmail.com\",\n            \"createdAt\": \"2025-05-22 22:57:56\",\n            \"updatedAt\": \"2025-05-23 00:10:47\"\n        },\n        \"createdAt\": \"2025-05-23 00:04:38\",\n        \"updatedAt\": \"2025-05-23 00:15:58\"\n    },\n    \"createdAt\": \"2025-05-23 01:37:01\",\n    \"updatedAt\": \"2025-05-23 01:37:01\"\n}"},{"id":"ef82c700-6805-4ab3-829e-8b3ed516d6e4","name":"404 Not Found","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/schedules/2/comments/100"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 16:39:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2025-05-22T16:39:45.185+00:00\",\n    \"status\": 404,\n    \"error\": \"Not Found\",\n    \"message\": \"해당 id 의 댓글이 존재하지 않습니다. : 100\",\n    \"path\": \"/schedules/2/comments/100\"\n}"}],"_postman_id":"943f830e-6d02-41de-a730-f5c9875cb080"},{"name":"전체 댓글 조회","id":"ce7d20b8-ad07-4742-b0c1-145940ed4d30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/schedules/2/comments","urlObject":{"port":"8080","path":["schedules","2","comments"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"30b7d613-511d-463b-b5a2-d46ed792d71d","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/schedules/2/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 16:42:10 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"contents\": \"댓글\",\n        \"user\": {\n            \"id\": 1,\n            \"name\": \"김나경\",\n            \"email\": \"gajicoding@gmail.com\",\n            \"createdAt\": \"2025-05-22 22:57:56\",\n            \"updatedAt\": \"2025-05-23 00:10:47\"\n        },\n        \"schedule\": {\n            \"id\": 2,\n            \"title\": \"제목 수정\",\n            \"contents\": \"내용 수정\",\n            \"user\": {\n                \"id\": 1,\n                \"name\": \"김나경\",\n                \"email\": \"gajicoding@gmail.com\",\n                \"createdAt\": \"2025-05-22 22:57:56\",\n                \"updatedAt\": \"2025-05-23 00:10:47\"\n            },\n            \"createdAt\": \"2025-05-23 00:04:38\",\n            \"updatedAt\": \"2025-05-23 00:15:58\"\n        },\n        \"createdAt\": \"2025-05-23 01:37:01\",\n        \"updatedAt\": \"2025-05-23 01:37:01\"\n    },\n    {\n        \"id\": 2,\n        \"contents\": \"댓글\",\n        \"user\": {\n            \"id\": 1,\n            \"name\": \"김나경\",\n            \"email\": \"gajicoding@gmail.com\",\n            \"createdAt\": \"2025-05-22 22:57:56\",\n            \"updatedAt\": \"2025-05-23 00:10:47\"\n        },\n        \"schedule\": {\n            \"id\": 2,\n            \"title\": \"제목 수정\",\n            \"contents\": \"내용 수정\",\n            \"user\": {\n                \"id\": 1,\n                \"name\": \"김나경\",\n                \"email\": \"gajicoding@gmail.com\",\n                \"createdAt\": \"2025-05-22 22:57:56\",\n                \"updatedAt\": \"2025-05-23 00:10:47\"\n            },\n            \"createdAt\": \"2025-05-23 00:04:38\",\n            \"updatedAt\": \"2025-05-23 00:15:58\"\n        },\n        \"createdAt\": \"2025-05-23 01:37:14\",\n        \"updatedAt\": \"2025-05-23 01:37:14\"\n    },\n    {\n        \"id\": 3,\n        \"contents\": \"댓글\",\n        \"user\": {\n            \"id\": 6,\n            \"name\": \"김나경\",\n            \"email\": \"gajicoding2@gmail.com\",\n            \"createdAt\": \"2025-05-22 23:38:22\",\n            \"updatedAt\": \"2025-05-22 23:38:22\"\n        },\n        \"schedule\": {\n            \"id\": 2,\n            \"title\": \"제목 수정\",\n            \"contents\": \"내용 수정\",\n            \"user\": {\n                \"id\": 1,\n                \"name\": \"김나경\",\n                \"email\": \"gajicoding@gmail.com\",\n                \"createdAt\": \"2025-05-22 22:57:56\",\n                \"updatedAt\": \"2025-05-23 00:10:47\"\n            },\n            \"createdAt\": \"2025-05-23 00:04:38\",\n            \"updatedAt\": \"2025-05-23 00:15:58\"\n        },\n        \"createdAt\": \"2025-05-23 01:37:28\",\n        \"updatedAt\": \"2025-05-23 01:37:28\"\n    },\n    {\n        \"id\": 4,\n        \"contents\": \"댓글\",\n        \"user\": {\n            \"id\": 6,\n            \"name\": \"김나경\",\n            \"email\": \"gajicoding2@gmail.com\",\n            \"createdAt\": \"2025-05-22 23:38:22\",\n            \"updatedAt\": \"2025-05-22 23:38:22\"\n        },\n        \"schedule\": {\n            \"id\": 2,\n            \"title\": \"제목 수정\",\n            \"contents\": \"내용 수정\",\n            \"user\": {\n                \"id\": 1,\n                \"name\": \"김나경\",\n                \"email\": \"gajicoding@gmail.com\",\n                \"createdAt\": \"2025-05-22 22:57:56\",\n                \"updatedAt\": \"2025-05-23 00:10:47\"\n            },\n            \"createdAt\": \"2025-05-23 00:04:38\",\n            \"updatedAt\": \"2025-05-23 00:15:58\"\n        },\n        \"createdAt\": \"2025-05-23 01:37:32\",\n        \"updatedAt\": \"2025-05-23 01:37:32\"\n    },\n    {\n        \"id\": 5,\n        \"contents\": \"댓글\",\n        \"user\": {\n            \"id\": 6,\n            \"name\": \"김나경\",\n            \"email\": \"gajicoding2@gmail.com\",\n            \"createdAt\": \"2025-05-22 23:38:22\",\n            \"updatedAt\": \"2025-05-22 23:38:22\"\n        },\n        \"schedule\": {\n            \"id\": 2,\n            \"title\": \"제목 수정\",\n            \"contents\": \"내용 수정\",\n            \"user\": {\n                \"id\": 1,\n                \"name\": \"김나경\",\n                \"email\": \"gajicoding@gmail.com\",\n                \"createdAt\": \"2025-05-22 22:57:56\",\n                \"updatedAt\": \"2025-05-23 00:10:47\"\n            },\n            \"createdAt\": \"2025-05-23 00:04:38\",\n            \"updatedAt\": \"2025-05-23 00:15:58\"\n        },\n        \"createdAt\": \"2025-05-23 01:38:48\",\n        \"updatedAt\": \"2025-05-23 01:38:48\"\n    }\n]"}],"_postman_id":"ce7d20b8-ad07-4742-b0c1-145940ed4d30"},{"name":"특정 댓글 수정","id":"9180d37a-ca31-4d10-84f4-aa409669ec8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contents\": \"제목 (변경)\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedules/2/comments/1","urlObject":{"port":"8080","path":["schedules","2","comments","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b4b0395a-8aa8-45ec-967a-4d0dfdc36052","name":"200 OK","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contents\": \"제목 (변경)\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedules/2/comments/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 16:42:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"contents\": \"제목 (변경)\",\n    \"user\": {\n        \"id\": 1,\n        \"name\": \"김나경\",\n        \"email\": \"gajicoding@gmail.com\",\n        \"createdAt\": \"2025-05-22 22:57:56\",\n        \"updatedAt\": \"2025-05-23 00:10:47\"\n    },\n    \"schedule\": {\n        \"id\": 2,\n        \"title\": \"제목 수정\",\n        \"contents\": \"내용 수정\",\n        \"user\": {\n            \"id\": 1,\n            \"name\": \"김나경\",\n            \"email\": \"gajicoding@gmail.com\",\n            \"createdAt\": \"2025-05-22 22:57:56\",\n            \"updatedAt\": \"2025-05-23 00:10:47\"\n        },\n        \"createdAt\": \"2025-05-23 00:04:38\",\n        \"updatedAt\": \"2025-05-23 00:15:58\"\n    },\n    \"createdAt\": \"2025-05-23 01:37:01\",\n    \"updatedAt\": \"2025-05-23 01:37:01\"\n}"},{"id":"07d0a5e6-82cb-4d49-925d-0bc240924b29","name":"403 Forbidden","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contents\": \"제목 (변경)\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/schedules/2/comments/1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 16:43:11 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2025-05-22T16:43:11.604+00:00\",\n    \"status\": 403,\n    \"error\": \"Forbidden\",\n    \"message\": \"해당 댓글에 대한 수정 권한이 없습니다.\",\n    \"path\": \"/schedules/2/comments/1\"\n}"}],"_postman_id":"9180d37a-ca31-4d10-84f4-aa409669ec8c"},{"name":"특정 댓글 삭제","id":"197af34a-4a89-4497-a2f7-d56dfacd86bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:8080/schedules/2/comments/2","urlObject":{"port":"8080","path":["schedules","2","comments","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c1cf7fa8-73f3-4105-9cd6-a84c33e6b418","name":"204 No Content","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8080/schedules/2/comments/2"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 22 May 2025 16:44:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"ee4a4e03-a51c-4251-9df7-a8f9c7f6a3e3","name":"403 Forbidden","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8080/schedules/2/comments/2"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 22 May 2025 16:44:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2025-05-22T16:44:03.208+00:00\",\n    \"status\": 403,\n    \"error\": \"Forbidden\",\n    \"message\": \"해당 댓글에 대한 삭제 권한이 없습니다.\",\n    \"path\": \"/schedules/2/comments/2\"\n}"}],"_postman_id":"197af34a-4a89-4497-a2f7-d56dfacd86bc"}],"id":"8d5d318e-6c10-4f0a-a7ff-7f55f0a0aad0","_postman_id":"8d5d318e-6c10-4f0a-a7ff-7f55f0a0aad0","description":""}]}