{"info":{"_postman_id":"495c9e40-463a-4587-977b-95d980b29ad1","name":"board","description":"<html><head></head><body><p>API documentation test</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24689336","collectionId":"495c9e40-463a-4587-977b-95d980b29ad1","publishedId":"2s93CExGi6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-02-15T16:11:29.000Z"},"item":[{"name":"member","item":[{"name":"로그인","id":"d35efae7-babd-4055-b0c9-d795ecc27ebd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\" : \"hgd@gmail.com\",\n    \"pw\" : \"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/login","urlObject":{"protocol":"http","port":"8080","path":["members","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1f20d6c1-29d9-42a9-96f7-5ae7f36116fd","name":"로그인 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\" : \"hgd@gmail.com\",\n    \"pw\" : \"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 15 Feb 2023 15:06:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"memberId\": 6,\n        \"email\": \"hgd@gmail.com\",\n        \"name\": \"gildong1\",\n        \"memberStatus\": \"MEMBER_ACTIVE\",\n        \"memberRole\": null,\n        \"createdAt\": \"2023-02-15T23:55:31.968383\",\n        \"modifiedAt\": \"2023-02-15T23:55:31.968467\"\n    }\n}"}],"_postman_id":"d35efae7-babd-4055-b0c9-d795ecc27ebd"},{"name":"회원가입","id":"9d552fcd-d2d3-4f3f-b34a-9f13ea362d0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"0a2336bd-4b1e-4f97-8f54-ced389014500","name":"회원가입 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\" : \"hgd1@gmail.com\",\n    \"pw\" : \"1234\",\n    \"name\" : \"gildong1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/join"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 15 Feb 2023 15:10:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"\"/members/7\""}],"_postman_id":"9d552fcd-d2d3-4f3f-b34a-9f13ea362d0a"},{"name":"회원 정보 조회","id":"0c6639a1-37d6-406c-b505-98061c47153d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"97871296-3949-4997-ba33-f91e0e27160a","name":"회원 정보 조회 성공","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/members/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 15 Feb 2023 15:12:23 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"memberId\": 1,\n        \"email\": \"admin@gmail.com\",\n        \"pw\": \"admin\",\n        \"name\": \"admin\",\n        \"memberRole\": null,\n        \"createdAt\": \"2023-02-10T01:08:30.212535\"\n    }\n}"}],"_postman_id":"0c6639a1-37d6-406c-b505-98061c47153d"},{"name":"회원 정보 수정","id":"d3460c73-80b7-4847-aed6-b0acfd78f2a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\" : \"gildong2\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/1","urlObject":{"protocol":"http","port":"8080","path":["members","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"81db9935-f3b1-4c42-b999-d4c309c563a6","name":"회원 정보 수정 (실패)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\" : \"gildong2\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/1"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 15 Feb 2023 15:12:39 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2023-02-15T15:12:39.087+00:00\",\n    \"status\": 500,\n    \"error\": \"Internal Server Error\",\n    \"path\": \"/members/1\"\n}"}],"_postman_id":"d3460c73-80b7-4847-aed6-b0acfd78f2a8"},{"name":"회원 탈퇴","id":"ddde5189-3a4c-424d-aaa2-c8aa75f4a927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/members/1","urlObject":{"protocol":"http","port":"8080","path":["members","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"57e30fd9-9ec2-4c61-a979-1954d1348c5a","name":"회원 탈퇴 성공","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8080/members/1"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Date","value":"Wed, 15 Feb 2023 15:13:19 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ddde5189-3a4c-424d-aaa2-c8aa75f4a927"},{"name":"내가 쓴 게시글 조회","id":"f79d38b1-a5d4-4190-8d3c-a1d511d7052b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/members/qna/1?page=1&size=10&sortDir=DESC&sortBy=createdAt","urlObject":{"protocol":"http","port":"8080","path":["members","qna","1"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"},{"key":"sortDir","value":"DESC"},{"key":"sortBy","value":"createdAt"}],"variable":[]}},"response":[{"id":"a996a954-37bd-4b9d-ad32-73f7395ed97a","name":"내가 쓴 게시글 조회 성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/members/qna/1?page=1&size=10&sortDir=DESC&sortBy=createdAt","protocol":"http","host":["localhost"],"port":"8080","path":["members","qna","1"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"},{"key":"sortDir","value":"DESC"},{"key":"sortBy","value":"createdAt"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 15 Feb 2023 15:37:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"qnaId\": 22,\n            \"title\": \"비밀글\",\n            \"content\": \"비밀임\",\n            \"name\": \"admin\",\n            \"createdAt\": \"2023-02-10T21:08:07.456466\",\n            \"modifiedAt\": \"2023-02-10T21:08:07.456508\",\n            \"likeCount\": 0,\n            \"viewCount\": 3,\n            \"secret\": \"Secret\",\n            \"questionStatus\": \"QUESTION_ANSWERED\",\n            \"qnaImage\": [],\n            \"like\": false,\n            \"new\": true\n        },\n        {\n            \"qnaId\": 21,\n            \"title\": null,\n            \"content\": \"수정 갑니다 고고dfsdf\",\n            \"name\": \"admin\",\n            \"createdAt\": \"2023-02-10T20:59:00.485792\",\n            \"modifiedAt\": \"2023-02-10T21:36:30.269333\",\n            \"likeCount\": 0,\n            \"viewCount\": 0,\n            \"secret\": \"Public\",\n            \"questionStatus\": \"QUESTION_REGISTRATION\",\n            \"qnaImage\": [],\n            \"like\": false,\n            \"new\": true\n        },\n        {\n            \"qnaId\": 20,\n            \"title\": null,\n            \"content\": \"댓글 컨트롤러 수정 + 댓글 수정\",\n            \"name\": \"admin\",\n            \"createdAt\": \"2023-02-10T19:56:19.517746\",\n            \"modifiedAt\": \"2023-02-10T19:56:36.563295\",\n            \"likeCount\": 0,\n            \"viewCount\": 0,\n            \"secret\": \"Public\",\n            \"questionStatus\": \"QUESTION_REGISTRATION\",\n            \"qnaImage\": [],\n            \"like\": false,\n            \"new\": true\n        },\n        {\n            \"qnaId\": 19,\n            \"title\": null,\n            \"content\": \"빈 문자열은 왜 보내지냐,,, 일단 댓글 수정은 ?\",\n            \"name\": \"admin\",\n            \"createdAt\": \"2023-02-10T19:47:55.245847\",\n            \"modifiedAt\": \"2023-02-10T19:48:09.381384\",\n            \"likeCount\": 0,\n            \"viewCount\": 0,\n            \"secret\": \"Public\",\n            \"questionStatus\": \"QUESTION_REGISTRATION\",\n            \"qnaImage\": [],\n            \"like\": false,\n            \"new\": true\n        },\n        {\n            \"qnaId\": 10,\n            \"title\": \"수정 테스트\",\n            \"content\": \"게시글 수정\",\n            \"name\": \"admin\",\n            \"createdAt\": \"2023-02-10T01:31:13.173304\",\n            \"modifiedAt\": \"2023-02-10T19:48:46.558089\",\n            \"likeCount\": 0,\n            \"viewCount\": 45,\n            \"secret\": \"Public\",\n            \"questionStatus\": \"QUESTION_ANSWERED\",\n            \"qnaImage\": [],\n            \"like\": false,\n            \"new\": true\n        },\n        {\n            \"qnaId\": 4,\n            \"title\": null,\n            \"content\": \"ㅈㅅ 금방 고치겠삼요\",\n            \"name\": \"admin\",\n            \"createdAt\": \"2023-02-10T01:13:01.354448\",\n            \"modifiedAt\": \"2023-02-10T01:13:01.355243\",\n            \"likeCount\": 0,\n            \"viewCount\": 2,\n            \"secret\": \"Public\",\n            \"questionStatus\": \"QUESTION_REGISTRATION\",\n            \"qnaImage\": [],\n            \"like\": false,\n            \"new\": true\n        }\n    ],\n    \"pageInfo\": {\n        \"page\": 1,\n        \"size\": 10,\n        \"totalElements\": 6,\n        \"totalPages\": 1\n    }\n}"}],"_postman_id":"f79d38b1-a5d4-4190-8d3c-a1d511d7052b"},{"name":"내가 좋아요 누른 글 조회","id":"650c6607-5ec3-45b2-83db-176123bf6a8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/members/likes/1?page=1&size=10&sortDir=DESC&sortBy=createdAt","urlObject":{"protocol":"http","port":"8080","path":["members","likes","1"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"},{"key":"sortDir","value":"DESC"},{"key":"sortBy","value":"createdAt"}],"variable":[]}},"response":[{"id":"0679abc0-532b-4fe6-97f6-d0b422360e34","name":"내가 좋아요 누른 글 조회 (실패)","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/members/likes/1?page=1&size=10&sortDir=DESC&sortBy=createdAt","protocol":"http","host":["localhost"],"port":"8080","path":["members","likes","1"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"},{"key":"sortDir","value":"DESC"},{"key":"sortBy","value":"createdAt"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 15 Feb 2023 15:37:43 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"pageInfo\": {\n        \"page\": 1,\n        \"size\": 10,\n        \"totalElements\": 0,\n        \"totalPages\": 0\n    }\n}"}],"_postman_id":"650c6607-5ec3-45b2-83db-176123bf6a8c"}],"id":"a638cd15-e13f-4a37-bbe8-6b1e7020f048","_postman_id":"a638cd15-e13f-4a37-bbe8-6b1e7020f048","description":""},{"name":"qna board","item":[{"name":"질문 등록","id":"6d90d82e-0be5-42ff-8e9e-c79a2bd9450e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"56286aaf-ccb3-4342-9bd2-b585e7d6e755","name":"질문 등록 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"memberId\" : 5,\n    \"title\" : \"API 문서화\",\n    \"content\" : \"내용\",\n    \"secret\" : \"Public\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/qna"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Location","value":"/qna/33"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 15 Feb 2023 15:29:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6d90d82e-0be5-42ff-8e9e-c79a2bd9450e"},{"name":"답변 등록","id":"181e3848-049f-4df8-9a53-e88f80d01eee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"4a84decd-fc18-4160-8ec4-6f609cc6dbe9","name":"답변 등록 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"memberId\" : 3,\n    \"title\" : \"댓글\",\n    \"content\" : \"이건 댓글\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/qna/1"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Location","value":"/qna/10952766"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 15 Feb 2023 15:33:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"181e3848-049f-4df8-9a53-e88f80d01eee"},{"name":"게시글 수정","id":"d54bca93-b325-4cda-9464-bef7de0cc088","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"0885999a-b861-4e80-8420-8bd8feb1f88c","name":"게시글 수정 (실패)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"memberId\" : 5,\n    \"title\" : \"change title\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/qna/31"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 15 Feb 2023 15:39:50 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2023-02-15T15:39:50.595+00:00\",\n    \"status\": 500,\n    \"error\": \"Internal Server Error\",\n    \"path\": \"/qna/31\"\n}"}],"_postman_id":"d54bca93-b325-4cda-9464-bef7de0cc088"},{"name":"게시글 단건 조회","id":"95a85efa-f4f4-41ff-8d50-a31287c1e9e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"69d24dba-c8e2-4304-8c60-9fcf3cd71d2a","name":"게시글 단건 조회 성공","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/qna/1/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 15 Feb 2023 15:21:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"question\": {\n        \"qnaId\": 1,\n        \"title\": \"첫 번째 게시글~~\",\n        \"content\": \"제발 끝내고 싶어요 제발요 선생님\",\n        \"name\": \"sugyeong\",\n        \"createdAt\": \"2023-02-10T01:09:52.766001\",\n        \"modifiedAt\": \"2023-02-10T01:09:52.766041\",\n        \"likeCount\": 0,\n        \"viewCount\": 6,\n        \"secret\": \"Public\",\n        \"questionStatus\": \"QUESTION_ANSWERED\",\n        \"qnaImage\": [],\n        \"like\": false,\n        \"new\": true\n    },\n    \"answers\": [\n        {\n            \"qnaId\": 20,\n            \"content\": \"댓글 컨트롤러 수정 + 댓글 수정\",\n            \"name\": \"admin\",\n            \"createdAt\": \"2023-02-10T19:56:19.517746\",\n            \"modifiedAt\": \"2023-02-10T19:56:36.563295\",\n            \"likes\": []\n        }\n    ]\n}"}],"_postman_id":"95a85efa-f4f4-41ff-8d50-a31287c1e9e4"},{"name":"게시글 전체 조회","id":"3eba11cb-66b6-4216-bd51-867da5bd5337","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"b4815e86-4337-41b9-a07a-c29641a8ec53","name":"게시글 전체 조회 성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/qna?page=1&size=10&sortDir=DESC&sortBy=createdAt","protocol":"http","host":["localhost"],"port":"8080","path":["qna"],"query":[{"key":"page","value":"1","type":"text"},{"key":"size","value":"10","type":"text"},{"key":"sortDir","value":"DESC","type":"text"},{"key":"sortBy","value":"createdAt","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 15 Feb 2023 15:21:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"qnaId\": 30,\n            \"title\": \"shong = s + hong\",\n            \"content\": \"안물안궁\",\n            \"name\": \"shong\",\n            \"createdAt\": \"2023-02-11T03:16:56.861582\",\n            \"modifiedAt\": \"2023-02-11T03:16:56.861586\",\n            \"likeCount\": 0,\n            \"viewCount\": 0,\n            \"secret\": \"Public\",\n            \"questionStatus\": \"QUESTION_REGISTRATION\",\n            \"qnaImage\": [],\n            \"like\": false,\n            \"new\": true\n        },\n        {\n            \"qnaId\": 29,\n            \"title\": \"shong이 작성한 글\",\n            \"content\": \"내가 쓴 글 테스트 할 거임\",\n            \"name\": \"shong\",\n            \"createdAt\": \"2023-02-11T03:16:36.914481\",\n            \"modifiedAt\": \"2023-02-11T03:16:36.914486\",\n            \"likeCount\": 0,\n            \"viewCount\": 0,\n            \"secret\": \"Public\",\n            \"questionStatus\": \"QUESTION_REGISTRATION\",\n            \"qnaImage\": [],\n            \"like\": false,\n            \"new\": true\n        },\n        {\n            \"qnaId\": 22,\n            \"title\": \"비밀글\",\n            \"content\": \"비밀임\",\n            \"name\": \"admin\",\n            \"createdAt\": \"2023-02-10T21:08:07.456466\",\n            \"modifiedAt\": \"2023-02-10T21:08:07.456508\",\n            \"likeCount\": 0,\n            \"viewCount\": 3,\n            \"secret\": \"Secret\",\n            \"questionStatus\": \"QUESTION_ANSWERED\",\n            \"qnaImage\": [],\n            \"like\": false,\n            \"new\": true\n        },\n        {\n            \"qnaId\": 10,\n            \"title\": \"수정 테스트\",\n            \"content\": \"게시글 수정\",\n            \"name\": \"admin\",\n            \"createdAt\": \"2023-02-10T01:31:13.173304\",\n            \"modifiedAt\": \"2023-02-10T19:48:46.558089\",\n            \"likeCount\": 0,\n            \"viewCount\": 45,\n            \"secret\": \"Public\",\n            \"questionStatus\": \"QUESTION_ANSWERED\",\n            \"qnaImage\": [],\n            \"like\": false,\n            \"new\": true\n        },\n        {\n            \"qnaId\": 8,\n            \"title\": \"좋아요 등록하는 법 아는 사람\",\n            \"content\": \"그거 어떻게 하는건데\",\n            \"name\": \"sookyeon\",\n            \"createdAt\": \"2023-02-10T01:18:13.473236\",\n            \"modifiedAt\": \"2023-02-10T01:18:13.473373\",\n            \"likeCount\": 0,\n            \"viewCount\": 9,\n            \"secret\": \"Public\",\n            \"questionStatus\": \"QUESTION_ANSWERED\",\n            \"qnaImage\": [],\n            \"like\": false,\n            \"new\": true\n        },\n        {\n            \"qnaId\": 3,\n            \"title\": \"삭제된 게시글이 왜 보이는거임\",\n            \"content\": \"잘 좀 만드삼요;;\",\n            \"name\": \"sugyeong\",\n            \"createdAt\": \"2023-02-10T01:11:54.441746\",\n            \"modifiedAt\": \"2023-02-10T01:11:54.441773\",\n            \"likeCount\": 0,\n            \"viewCount\": 13,\n            \"secret\": \"Public\",\n            \"questionStatus\": \"QUESTION_ANSWERED\",\n            \"qnaImage\": [],\n            \"like\": false,\n            \"new\": true\n        },\n        {\n            \"qnaId\": 1,\n            \"title\": \"첫 번째 게시글~~\",\n            \"content\": \"제발 끝내고 싶어요 제발요 선생님\",\n            \"name\": \"sugyeong\",\n            \"createdAt\": \"2023-02-10T01:09:52.766001\",\n            \"modifiedAt\": \"2023-02-10T01:09:52.766041\",\n            \"likeCount\": 0,\n            \"viewCount\": 5,\n            \"secret\": \"Public\",\n            \"questionStatus\": \"QUESTION_ANSWERED\",\n            \"qnaImage\": [],\n            \"like\": false,\n            \"new\": true\n        }\n    ],\n    \"pageInfo\": {\n        \"page\": 1,\n        \"size\": 10,\n        \"totalElements\": 7,\n        \"totalPages\": 1\n    }\n}"}],"_postman_id":"3eba11cb-66b6-4216-bd51-867da5bd5337"},{"name":"게시글 삭제","id":"4d919068-c0cd-4f4a-a408-37ad0105ccc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"af4c8885-a40c-4106-baa1-6a32355f3549","name":"게시글 삭제 성공","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8080/qna/32"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Date","value":"Wed, 15 Feb 2023 15:36:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4d919068-c0cd-4f4a-a408-37ad0105ccc1"},{"name":"게시글 키워드 검색","id":"27eac596-b56d-44ce-bd37-a335d75e3a7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"b0dd20b9-4dba-44f2-901d-aa98d5744415","name":"게시글 키워드 검색 성공","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"http://localhost:8080/qna/search?page=1&size=10&sortDir=DESC&sortBy=createdAt&keyword=API","protocol":"http","host":["localhost"],"port":"8080","path":["qna","search"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"},{"key":"sortDir","value":"DESC"},{"key":"sortBy","value":"createdAt"},{"key":"keyword","value":"API","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 15 Feb 2023 15:35:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"qnaId\": 33,\n            \"title\": \"API 문서화\",\n            \"content\": \"내용\",\n            \"name\": \"shong\",\n            \"createdAt\": \"2023-02-16T00:29:00.516233\",\n            \"modifiedAt\": \"2023-02-16T00:29:00.516247\",\n            \"likeCount\": 0,\n            \"viewCount\": 0,\n            \"secret\": \"Public\",\n            \"questionStatus\": \"QUESTION_REGISTRATION\",\n            \"qnaImage\": [],\n            \"like\": false,\n            \"new\": true\n        },\n        {\n            \"qnaId\": 31,\n            \"title\": \"API documemtation test\",\n            \"content\": \"어려워\",\n            \"name\": \"shong\",\n            \"createdAt\": \"2023-02-16T00:25:34.875019\",\n            \"modifiedAt\": \"2023-02-16T00:25:34.875404\",\n            \"likeCount\": 0,\n            \"viewCount\": 0,\n            \"secret\": \"Public\",\n            \"questionStatus\": \"QUESTION_REGISTRATION\",\n            \"qnaImage\": [],\n            \"like\": false,\n            \"new\": true\n        }\n    ],\n    \"pageInfo\": {\n        \"page\": 1,\n        \"size\": 10,\n        \"totalElements\": 2,\n        \"totalPages\": 1\n    }\n}"}],"_postman_id":"27eac596-b56d-44ce-bd37-a335d75e3a7c"}],"id":"16cd8095-794d-43c2-bc8a-e445d5ceeb5d","_postman_id":"16cd8095-794d-43c2-bc8a-e445d5ceeb5d","description":""},{"name":"qna like","item":[{"name":"게시글 좋아요 누르기","id":"396ab298-c21c-4bdf-b5c9-f55507469cad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8080/likes/4/1","urlObject":{"protocol":"http","port":"8080","path":["likes","4","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"07e54b27-b38c-4d37-9bbe-75c08785cab5","name":"게시글 좋아요 누르기 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8080/likes/4/5"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 15 Feb 2023 15:40:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"396ab298-c21c-4bdf-b5c9-f55507469cad"}],"id":"d946aa76-15dd-4f76-b8bb-9f0a74c38891","_postman_id":"d946aa76-15dd-4f76-b8bb-9f0a74c38891","description":""}]}