{"info":{"_postman_id":"bff14873-b713-41cb-a61c-db3911744402","name":"Comment","description":"<html><head></head><body><p>댓글 생성, 수정, 삭제 기능</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"30872807","collectionId":"bff14873-b713-41cb-a61c-db3911744402","publishedId":"2s9YeLY9UB","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-12-05T02:47:52.000Z"},"item":[{"name":"댓글 생성","id":"dd23ed8c-0ebc-4b28-8cb2-7bf3e9b1448e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"postId\": postId,\r\n    \"text\": \"text\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comments","urlObject":{"protocol":"http","port":"8080","path":["api","comments"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"598ee0a0-994c-48da-a250-47fc3f5c8d3a","name":"댓글 생성 성공","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"postId\": postId,\r\n    \"text\": \"text\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"postId\": postId,\r\n    \"text\": \"text\"\r\n}"}],"_postman_id":"dd23ed8c-0ebc-4b28-8cb2-7bf3e9b1448e"},{"name":"댓글 수정","id":"1931440d-32e4-4cb3-971d-f68c6f9a712c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"edited_text\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comments/{comment_id}","urlObject":{"protocol":"http","port":"8080","path":["api","comments","{comment_id}"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"620273ff-1cd3-4c1b-83e6-39caa8eb71b4","name":"댓글 수정 성공","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"edited_text\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comments/{comment_id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"text\": \"edited_text\"\r\n}"},{"id":"fac48985-42a0-4a47-b5ba-7acf053903fc","name":"댓글 수정 실패 - 댓글 부존재","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"edited_text\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comments/{comment_id}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"msg\": \"존재하지 않는 댓글 ID입니다.\"\r\n}"},{"id":"b1ee595c-10e3-4157-813a-4565f0f968df","name":"댓글 수정 실패 - User ID 불일치","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"edited_text\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comments/{comment_id}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"작성자만 수정할 수 있습니다.\"\n}"}],"_postman_id":"1931440d-32e4-4cb3-971d-f68c6f9a712c"},{"name":"댓글 삭제","id":"77ec61c9-bcdd-46d8-8447-ea28b335c07c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"url":"http://localhost:8080/api/comments/{comment_id}","urlObject":{"protocol":"http","port":"8080","path":["api","comments","{comment_id}"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"69062875-ccac-4663-a895-e50e4402873e","name":"댓글 삭제 성공","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"url":"http://localhost:8080/api/comments/{comment_id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"msg\": \"정상적으로 삭제되었습니다.\"\r\n}"},{"id":"c2bc8ba9-2571-49c6-9ad8-02904343016a","name":"댓글 삭제 실패 - 댓글 부존재 Copy","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"edited_text\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comments/{comment_id}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"msg\": \"존재하지 않는 댓글 ID입니다.\"\r\n}"},{"id":"058b0185-9956-4b28-bfb3-9f258ce85522","name":"댓글 수정 실패 - User ID 불일치 Copy","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"edited_text\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comments/{comment_id}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"작성자만 삭제할 수 있습니다.\"\n}"}],"_postman_id":"77ec61c9-bcdd-46d8-8447-ea28b335c07c"}]}