{"info":{"_postman_id":"e978d27e-53be-43f0-bc22-37803db3fa0d","name":"newfeed","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"30897673","collectionId":"e978d27e-53be-43f0-bc22-37803db3fa0d","publishedId":"2s9YeD9tmv","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-11-26T18:58:23.000Z"},"item":[{"name":"User","item":[{"name":"회원가입 API","id":"b43eec4f-d364-411e-9d13-370004dbe64e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userid\" : \"bae123\",\r\n    \"password\" : \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup","urlObject":{"protocol":"http","port":"8080","path":["api","users","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8e1fb830-373f-49d0-b9ac-d683dea44d4e","name":"회원가입 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"bae123\",\r\n    \"password\" : \"12345678\",\r\n    \"userid\" : \"배형태\",\r\n    \"age\" : \"26\",\r\n    \"user_info\" : \"스파르타\",\r\n    \"userurl\" : \"https://velog.io/@guxo2795\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 26 Nov 2023 18:15:21 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"회원가입 성공\",\n    \"statuscode\": 201\n}"},{"id":"70504055-2ea5-4d88-994c-ce4c12dfe7e2","name":"회원가입 실패","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"bae123\",\r\n    \"password\" : \"12345678\",\r\n    \"userid\" : \"배형태\",\r\n    \"age\" : \"26\",\r\n    \"user_info\" : \"스파르타\",\r\n    \"userurl\" : \"https://velog.io/@guxo2795\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 26 Nov 2023 18:16:21 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"중복된 username 입니다.\",\n    \"statuscode\": 400\n}"}],"_postman_id":"b43eec4f-d364-411e-9d13-370004dbe64e"},{"name":"로그인 API","id":"6e27b00a-1f43-438a-8a32-f508d5b49269","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"bae123\",\r\n    \"password\" : \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/login","urlObject":{"protocol":"http","port":"8080","path":["api","users","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"585de17d-03b2-4e5c-b36a-77122e1c7f1a","name":"로그인 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"bae123\",\r\n    \"password\" : \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJiYWUxMjMiLCJleHAiOjE3MDEwMjYyMTcsImlhdCI6MTcwMTAyMjYxN30.zwHdwj3A5FQd7HA_UqU9SjwRp_51aaRFGPcwCOXs5SE"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 26 Nov 2023 18:16:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"로그인 성공\",\n    \"statuscode\": 200\n}"},{"id":"e10af56c-245b-42a1-85ce-beb40e53b052","name":"로그인 실패","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"bae122\",\r\n    \"password\" : \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 26 Nov 2023 18:17:33 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"등록된 유저가 없습니다.\",\n    \"statuscode\": 400\n}"}],"_postman_id":"6e27b00a-1f43-438a-8a32-f508d5b49269"},{"name":"프로필 수정","id":"41ff40cf-dc97-4a98-8490-a8198f5cdb4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJCYWUiLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcwMDE5MTk5NSwiaWF0IjoxNzAwMTg4Mzk1fQ.9lU72C3tlqPyXGmOcom_42B5ax-01_ewuI93KatmdE8","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"제목2-2\",\r\n    \"content\" : \"내용2-2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts/1/2","urlObject":{"protocol":"http","port":"8080","path":["api","posts","1","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"aec547c9-ed65-4a21-ae33-be0e319c2c95","name":"수정 성공","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJiYWUxMjMiLCJleHAiOjE3MDEwMzA4MjgsImlhdCI6MTcwMTAyNzIyOH0.Awps3lXx6mSol517czACOjSapovNUug19lYj8SaUQYg","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"user_info\" : \"스파르타\",\r\n    \"age\" : \"26\",\r\n    \"user_url\" : \"velog\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 26 Nov 2023 20:02:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"age\": \"26\",\n    \"user_info\": \"스파르타\",\n    \"user_url\": \"velog\"\n}"},{"id":"3e48bb43-625b-4435-839c-7425b70d008e","name":"수정 실패","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJiYWUxMjMiLCJleHAiOjE3MDEwMzA4MjgsImlhdCI6MTcwMTAyNzIyOH0.Awps3lXx6mSol517czACOjSapovNUug19lYj8SaUQYg","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"user_info\" : \"스파르타\",\r\n    \"age\" : \"26\",\r\n    \"user_url\" : \"velog\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/2"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 26 Nov 2023 20:03:08 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"작성자만 수정할 수 있습니다.\",\n    \"statuscode\": 400\n}"}],"_postman_id":"41ff40cf-dc97-4a98-8490-a8198f5cdb4a"}],"id":"8b422e45-b671-418a-bb65-e255642770f1","_postman_id":"8b422e45-b671-418a-bb65-e255642770f1","description":""},{"name":"POST","item":[{"name":"POST 생성","id":"5862bf99-1f1d-42f4-afe9-58c54e744816","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"제목3\",\r\n    \"content\" : \"내용3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts/1","urlObject":{"protocol":"http","port":"8080","path":["api","posts","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0efae88d-563c-4c2d-8252-bde67498828d","name":"생성 성공","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJiYWUxMjMiLCJleHAiOjE3MDEwMjYyMTcsImlhdCI6MTcwMTAyMjYxN30.zwHdwj3A5FQd7HA_UqU9SjwRp_51aaRFGPcwCOXs5SE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"제목1\",\r\n    \"content\" : \"내용1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 26 Nov 2023 18:21:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"title\": \"제목1\",\n    \"content\": \"내용1\",\n    \"user\": {\n        \"username\": \"bae123\"\n    },\n    \"createDate\": \"2023-11-27T03:21:03.1767456\"\n}"}],"_postman_id":"5862bf99-1f1d-42f4-afe9-58c54e744816"},{"name":"POST 단건조회","id":"319d14c7-e3d6-40e8-9e55-98c603b973fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/posts/2","urlObject":{"protocol":"http","port":"8080","path":["api","posts","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"64fff473-0469-4b83-9027-d42e123779d6","name":"조회 성공","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJiYWUxMjMiLCJleHAiOjE3MDEwMjYyMTcsImlhdCI6MTcwMTAyMjYxN30.zwHdwj3A5FQd7HA_UqU9SjwRp_51aaRFGPcwCOXs5SE","type":"text"}],"url":"http://localhost:8080/api/posts/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 26 Nov 2023 18:22:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"title\": \"제목1\",\n    \"content\": \"내용1\",\n    \"user\": {\n        \"username\": \"bae123\"\n    },\n    \"createDate\": \"2023-11-27T03:21:03.176746\"\n}"},{"id":"d9dac307-6833-4613-a089-3e09218465af","name":"조회실패","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJiYWUxMjMiLCJleHAiOjE3MDEwMjYyMTcsImlhdCI6MTcwMTAyMjYxN30.zwHdwj3A5FQd7HA_UqU9SjwRp_51aaRFGPcwCOXs5SE","type":"text"}],"url":"http://localhost:8080/api/posts/4"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 26 Nov 2023 18:34:57 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"존재하지 않는 게시글입니다.\",\n    \"statuscode\": 400\n}"}],"_postman_id":"319d14c7-e3d6-40e8-9e55-98c603b973fd"},{"name":"POST 수정","id":"d3ad0f0f-f7d3-4959-8c48-7a34581d5289","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJCYWUiLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcwMDE5MTk5NSwiaWF0IjoxNzAwMTg4Mzk1fQ.9lU72C3tlqPyXGmOcom_42B5ax-01_ewuI93KatmdE8","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"제목2-2\",\r\n    \"content\" : \"내용2-2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts/1/2","urlObject":{"protocol":"http","port":"8080","path":["api","posts","1","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"35dfe595-e8dd-41b3-9519-384370897fef","name":"수정 성공","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJiYWUxMjMiLCJleHAiOjE3MDEwMjYyMTcsImlhdCI6MTcwMTAyMjYxN30.zwHdwj3A5FQd7HA_UqU9SjwRp_51aaRFGPcwCOXs5SE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"제목1-수정\",\r\n    \"content\" : \"내용1-수정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 26 Nov 2023 18:23:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"title\": \"제목1-수정\",\n    \"content\": \"내용1-수정\",\n    \"user\": {\n        \"username\": \"bae123\"\n    },\n    \"createDate\": \"2023-11-27T03:21:03.176746\"\n}"},{"id":"7d9c73fe-f562-4aa6-a903-35cb673b5c9f","name":"수정 실패","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJiYWUxMjMiLCJleHAiOjE3MDEwMjYyMTcsImlhdCI6MTcwMTAyMjYxN30.zwHdwj3A5FQd7HA_UqU9SjwRp_51aaRFGPcwCOXs5SE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"제목1-수정\",\r\n    \"content\" : \"내용1-수정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts/4"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 26 Nov 2023 18:34:48 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"작성자만 수정할 수 있습니다.\",\n    \"statuscode\": 400\n}"}],"_postman_id":"d3ad0f0f-f7d3-4959-8c48-7a34581d5289"},{"name":"POST 삭제","id":"be5f346a-1913-47da-976c-a22581377d68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJCYWUiLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcwMDE5MTk5NSwiaWF0IjoxNzAwMTg4Mzk1fQ.9lU72C3tlqPyXGmOcom_42B5ax-01_ewuI93KatmdE8","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"제목2-2\",\r\n    \"content\" : \"내용2-2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts/1/1","urlObject":{"protocol":"http","port":"8080","path":["api","posts","1","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"318193e3-4e57-4c22-9632-74704f0239bb","name":"삭제 성공","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJiYWUxMjMiLCJleHAiOjE3MDEwMjYyMTcsImlhdCI6MTcwMTAyMjYxN30.zwHdwj3A5FQd7HA_UqU9SjwRp_51aaRFGPcwCOXs5SE","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 26 Nov 2023 18:35:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"게시물 삭제가 완료되었습니다.\",\n    \"statuscode\": 200\n}"},{"id":"5d293314-1ffc-4daf-9283-42df9874c83a","name":"삭제 실패","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJiYWUxMjMiLCJleHAiOjE3MDEwMjYyMTcsImlhdCI6MTcwMTAyMjYxN30.zwHdwj3A5FQd7HA_UqU9SjwRp_51aaRFGPcwCOXs5SE","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts/4"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 26 Nov 2023 18:35:55 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"작성자만 삭제할 수 있습니다.\",\n    \"statuscode\": 400\n}"}],"_postman_id":"be5f346a-1913-47da-976c-a22581377d68"},{"name":"메인페이지","id":"5c751da5-a080-4039-84de-ddfc9c4fb3af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/posts","urlObject":{"protocol":"http","port":"8080","path":["api","posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d610d42e-2654-4eac-9baa-e16de4a7dff1","name":"메인페이지 조회 성공","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJiYWUxMjMiLCJleHAiOjE3MDEwMjYyMTcsImlhdCI6MTcwMTAyMjYxN30.zwHdwj3A5FQd7HA_UqU9SjwRp_51aaRFGPcwCOXs5SE","type":"text"}],"url":"http://localhost:8080/api/posts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 26 Nov 2023 18:23:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"title\": \"제목3\",\n        \"content\": \"내용3\",\n        \"user\": {\n            \"username\": \"bae123\"\n        },\n        \"createDate\": \"2023-11-27T03:22:11.887098\"\n    },\n    {\n        \"id\": 2,\n        \"title\": \"제목2\",\n        \"content\": \"내용2\",\n        \"user\": {\n            \"username\": \"bae123\"\n        },\n        \"createDate\": \"2023-11-27T03:22:08.229597\"\n    },\n    {\n        \"id\": 1,\n        \"title\": \"제목1\",\n        \"content\": \"내용1\",\n        \"user\": {\n            \"username\": \"bae123\"\n        },\n        \"createDate\": \"2023-11-27T03:21:03.176746\"\n    }\n]"}],"_postman_id":"5c751da5-a080-4039-84de-ddfc9c4fb3af"}],"id":"4abda133-7800-44f8-864f-77ec87233d54","_postman_id":"4abda133-7800-44f8-864f-77ec87233d54","description":""},{"name":"댓글","item":[{"name":"댓글 생성","id":"bd9f7c45-fda9-4038-a765-cf9514abfa39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"제목3\",\r\n    \"content\" : \"내용3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts/1","urlObject":{"protocol":"http","port":"8080","path":["api","posts","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"74502340-c9ec-4c69-92da-bb933760578b","name":"생성 성공","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJiYWUxMjMiLCJleHAiOjE3MDEwNjUyMTcsImlhdCI6MTcwMTA2MTYxN30.Yto25LkovkqMnfGXV9Uv-xA9wwVGiXq_zBANlDh7dQI","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"postId\" : 3,\r\n    \"text\" : \"댓글\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 27 Nov 2023 05:26:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"content\": \"댓글\",\n    \"user\": {\n        \"username\": \"bae123\"\n    },\n    \"createDate\": \"2023-11-27T14:26:50.7549375\"\n}"}],"_postman_id":"bd9f7c45-fda9-4038-a765-cf9514abfa39"},{"name":"댓글 수정","id":"3841d4e8-63c8-4bc5-ab0f-7b0f1e6b752e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJCYWUiLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcwMDE5MTk5NSwiaWF0IjoxNzAwMTg4Mzk1fQ.9lU72C3tlqPyXGmOcom_42B5ax-01_ewuI93KatmdE8","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"제목2-2\",\r\n    \"content\" : \"내용2-2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts/1/2","urlObject":{"protocol":"http","port":"8080","path":["api","posts","1","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0df74d9e-24b1-45e3-868c-1a84d5f080b9","name":"수정 성공","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJiYWUxMjMiLCJleHAiOjE3MDEwNjUyMTcsImlhdCI6MTcwMTA2MTYxN30.Yto25LkovkqMnfGXV9Uv-xA9wwVGiXq_zBANlDh7dQI","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\" : \"댓글 수정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comments/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 27 Nov 2023 05:28:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"content\": \"댓글 수정\",\n    \"user\": {\n        \"username\": \"bae123\"\n    },\n    \"createDate\": \"2023-11-27T14:26:50.754938\"\n}"}],"_postman_id":"3841d4e8-63c8-4bc5-ab0f-7b0f1e6b752e"},{"name":"댓글 삭제","id":"3232c379-c3e7-47ce-b488-bf95bb7471fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJCYWUiLCJhdXRoIjoiVVNFUiIsImV4cCI6MTcwMDE5MTk5NSwiaWF0IjoxNzAwMTg4Mzk1fQ.9lU72C3tlqPyXGmOcom_42B5ax-01_ewuI93KatmdE8","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"제목2-2\",\r\n    \"content\" : \"내용2-2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts/1/1","urlObject":{"protocol":"http","port":"8080","path":["api","posts","1","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"af6007ce-5a7c-46c4-b69e-50c747f49228","name":"삭제 성공","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJiYWUxMjMiLCJleHAiOjE3MDEwNjUyMTcsImlhdCI6MTcwMTA2MTYxN30.Yto25LkovkqMnfGXV9Uv-xA9wwVGiXq_zBANlDh7dQI","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"제목2-2\",\r\n    \"content\" : \"내용2-2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/comments/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 27 Nov 2023 05:29:53 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"댓글 삭제가 완료되었습니다.\",\n    \"statuscode\": 200\n}"}],"_postman_id":"3232c379-c3e7-47ce-b488-bf95bb7471fd"},{"name":"댓글 조회","id":"f006e86a-e7b4-4f14-b672-3f5029d5efeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/posts/2","urlObject":{"protocol":"http","port":"8080","path":["api","posts","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"33185a66-5b29-4611-ad44-9a63030d02cf","name":"조회 성공","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJiYWUxMjMiLCJleHAiOjE3MDEwNjUyMTcsImlhdCI6MTcwMTA2MTYxN30.Yto25LkovkqMnfGXV9Uv-xA9wwVGiXq_zBANlDh7dQI","type":"text"}],"url":"http://localhost:8080/api/comments/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 27 Nov 2023 06:04:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"content\": \"댓글 수정\",\n    \"user\": {\n        \"username\": \"bae123\"\n    },\n    \"createDate\": \"2023-11-27T14:26:50.754938\"\n}"},{"id":"9e73c39a-47be-4c95-b401-5cc57556cfc2","name":"조회 실패","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJiYWUxMjMiLCJleHAiOjE3MDEwNjUyMTcsImlhdCI6MTcwMTA2MTYxN30.Yto25LkovkqMnfGXV9Uv-xA9wwVGiXq_zBANlDh7dQI","type":"text"}],"url":"http://localhost:8080/api/comments/2"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 27 Nov 2023 06:03:55 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"존재하지 않는 댓글 ID 입니다.\",\n    \"statuscode\": 400\n}"}],"_postman_id":"f006e86a-e7b4-4f14-b672-3f5029d5efeb"}],"id":"4c02ee54-fa9e-4cde-b472-f650c4e87a8f","_postman_id":"4c02ee54-fa9e-4cde-b472-f650c4e87a8f","description":""}]}