{"info":{"_postman_id":"bd73361c-bea4-49eb-84d5-5ea0d5ebe3e4","name":"Post","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":"bd73361c-bea4-49eb-84d5-5ea0d5ebe3e4","publishedId":"2s9YeLYUeX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-12-05T05:42:31.000Z"},"item":[{"name":"게시글 생성","id":"26bf0533-c3ec-4892-ac05-c9cac91a1904","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"title\",\r\n    \"content\": \"content\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts","urlObject":{"protocol":"http","port":"8080","path":["api","posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0f8972ca-0166-4706-b33c-606fed4a4a75","name":"게시글 생성 성공","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"title\",\r\n    \"content\": \"content\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts"},"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    \"title\": \"title\",\r\n    \"content\": \"content\"\r\n}"}],"_postman_id":"26bf0533-c3ec-4892-ac05-c9cac91a1904"},{"name":"게시글 단건 조회","id":"988cbb72-1803-4bd5-a3ab-a6971616b090","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/posts/{post_id}","urlObject":{"protocol":"http","port":"8080","path":["api","posts","{post_id}"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a2b6a1c2-fd6b-4a4a-bf19-0d82e7001847","name":"게시글 단건 조회 성공","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/posts/{post_id}"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"15482e2b-5bed-4fae-92fe-ce4734504ae4","name":"게시글 단건 조회 실패 - 게시글 부존재","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/posts/{post_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\": \"존재하지 않는 게시글입니다.\"\r\n}"}],"_postman_id":"988cbb72-1803-4bd5-a3ab-a6971616b090"},{"name":"게시글 목록 조회","id":"c7a72f9e-b9e3-4ceb-b018-389a52cb459b","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":"9294f4c3-aca2-4147-80ee-4ca73bdaa3ea","name":"게시글 목록 조회 성공","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/posts"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c7a72f9e-b9e3-4ceb-b018-389a52cb459b"},{"name":"게시글 수정","id":"36373f3a-4b7a-43ca-bd49-f103e38658dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"edited_title\",\r\n    \"content\": \"edited_content\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts/{post_id}","urlObject":{"protocol":"http","port":"8080","path":["api","posts","{post_id}"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"28abe5f2-3bf4-4c75-a842-1f64216003e7","name":"게시글 수정 성공","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"edited_title\",\r\n    \"content\": \"edited_content\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts/{post_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    \"title\": \"edited_title\",\r\n    \"content\": \"edited_content\"\r\n}"},{"id":"68da0331-1785-453d-a420-1ff02753ae45","name":"게시글 수정 실패 - 게시글 부존재 Copy","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/posts/{post_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\": \"존재하지 않는 게시글입니다.\"\r\n}"},{"id":"581c55ef-cc12-4531-be90-82f543f085c7","name":"게시글 수정 실패 - User ID 불일치","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"edited_title\",\r\n    \"content\": \"edited_content\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts/{post_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\": \"작성자만 수정할 수 있습니다.\"\r\n}"}],"_postman_id":"36373f3a-4b7a-43ca-bd49-f103e38658dd"},{"name":"게시글 삭제","id":"2df4fe73-1049-49d0-9dc4-49b782f7cd66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"url":"http://localhost:8080/api/posts/{post_id}","urlObject":{"protocol":"http","port":"8080","path":["api","posts","{post_id}"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"29239b21-25a7-4fd2-96ac-86205634c67e","name":"게시글 삭제 성공","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"url":"http://localhost:8080/api/posts/{post_id}"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"da8e3572-bc46-4d3b-a605-83af0feea6ce","name":"게시글 수정 실패 - 게시글 부존재 Copy 2","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/posts/{post_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\": \"존재하지 않는 게시글입니다.\"\r\n}"},{"id":"dcfa30e7-c143-4720-b9db-dc599038beae","name":"게시글 수정 실패 - User ID 불일치 Copy","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"edited_title\",\r\n    \"content\": \"edited_content\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/posts/{post_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\": \"작성자만 삭제제할 수 있습니다.\"\r\n}"}],"_postman_id":"2df4fe73-1049-49d0-9dc4-49b782f7cd66"}]}