{"info":{"_postman_id":"f3299bb9-7dd5-4ee7-91c3-8b3e823979d8","name":"커뮤니티","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"24645741","collectionId":"f3299bb9-7dd5-4ee7-91c3-8b3e823979d8","publishedId":"2s8YzZNyKU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-12-18T07:14:10.000Z"},"item":[{"name":"커뮤니티 생성","id":"eb20cadc-823c-4f05-9972-56f9b06d66c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"asnityaaaaaasdasdsadasdasdasdasdas","type":"text"},{"key":"description","value":"hello this is asnity community 22","type":"text"},{"key":"profileUrl","value":"request profileUrl 22","type":"text"},{"key":"users","value":"","type":"text","disabled":true}]},"url":"http://{{ip}}:{{api_port}}/api/community","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{accessTokenFix}}"}]},"isInherited":true,"source":{"_postman_id":"f3299bb9-7dd5-4ee7-91c3-8b3e823979d8","id":"f3299bb9-7dd5-4ee7-91c3-8b3e823979d8","name":"커뮤니티","type":"collection"}},"urlObject":{"protocol":"http","port":"{{api_port}}","path":["api","community"],"host":["{{ip}}"],"query":[],"variable":[]}},"response":[{"id":"e1344afe-af64-4b5b-b1c1-10580a3ac4e9","name":"[성공]","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"asnity","type":"text"},{"key":"description","value":"hello this is asnity community","type":"text"},{"key":"profileUrl","value":"request profileUrl","type":"text"},{"key":"users","value":"","type":"text","disabled":true}]},"url":"http://{{ip}}:{{api_port}}/api/community"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"335"},{"key":"ETag","value":"W/\"14f-BwBXVSOshgSOKFWvKnWNOqLI9GI\""},{"key":"Date","value":"Mon, 21 Nov 2022 10:07:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"result\": {\n        \"_id\": \"637b4dd7ec4ba00e3e288930\",\n        \"name\": \"asnity\",\n        \"managerId\": \"6379beb15d4f08bbe0c940e9\",\n        \"description\": \"hello this is asnity community\",\n        \"profileUrl\": \"request profileUrl\",\n        \"createdAt\": \"2022-11-21T10:07:14.390Z\",\n        \"updatedAt\": \"2022-11-21T10:07:14.390Z\",\n        \"channels\": [],\n        \"users\": [\n            \"6379beb15d4f08bbe0c940e9\"\n        ],\n        \"__v\": 0\n    }\n}"},{"id":"1f6adff4-cfe0-41f7-a5fe-6d0494c56307","name":"[에러] Validation","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"asnityaaaaaasdasdsadasdasdasdasdas","type":"text"},{"key":"description","value":"hello this is asnity community 22","type":"text"},{"key":"profileUrl","value":"request profileUrl 22","type":"text"},{"key":"users","value":"","type":"text","disabled":true}]},"url":"http://{{ip}}:{{api_port}}/api/community"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"106"},{"key":"ETag","value":"W/\"6a-tfDN6E3mAAMWoJdS7ber7GoaOuw\""},{"key":"Date","value":"Sun, 18 Dec 2022 08:06:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": [\n        \"name must be shorter than or equal to 20 characters\"\n    ],\n    \"error\": \"Bad Request\"\n}"}],"_postman_id":"eb20cadc-823c-4f05-9972-56f9b06d66c5"},{"name":"커뮤니티 사용자 추가","id":"e67b4e10-444d-4959-9b4d-524602775f08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{accessTokenFix}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"users\" : [\"6395d7c46107d78f78269ea2\"]\n}","options":{"raw":{"language":"json"}}},"url":"http://{{ip}}:{{api_port}}/api/communities/:community_id/users","urlObject":{"protocol":"http","port":"{{api_port}}","path":["api","communities",":community_id","users"],"host":["{{ip}}"],"query":[],"variable":[{"type":"any","value":"639eccbe22c9a786e4337a09","key":"community_id"}]}},"response":[{"id":"bf22e603-c154-475c-b3c3-4ea8ffb96ae9","name":"[성공]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"community_id\" : \"637ce42623228482b9f5c383\",\n    \"users\" : [\"6379c1b25d4f08bbe0c940ef\",\"637a143c2e0b02d228d9c4fc\", \"637a14ea2e0b02d228d9c4fe\"]\n}","options":{"raw":{"language":"json"}}},"url":"http://{{ip}}:{{api_port}}/api/community/participants"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"ETag","value":"W/\"4e-PvKdANyQYj6rZID5EB+tp/0ek/E\""},{"key":"Date","value":"Tue, 22 Nov 2022 15:11:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"result\": {\n        \"message\": \"커뮤니티 사용자 추가 완료\"\n    }\n}"},{"id":"b913db1c-076b-4433-a4ba-14eff1bff117","name":"[에러] 이미 커뮤니티에 존재하는 사용자 초대 시","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"community_id\" : \"637f8e6f6d693fa319e9e4c4\",\n    \"users\" : [\"637f665d3e13ad0e5b267ed9\",\"637f2abb146636e4082885b1\"]\n}","options":{"raw":{"language":"json"}}},"url":"http://{{ip}}:{{api_port}}/api/community/participants"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"106"},{"key":"ETag","value":"W/\"6a-dpCZ/vbgFmI4nh46pH/N/h1qWEc\""},{"key":"Date","value":"Thu, 24 Nov 2022 16:27:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"이미 커뮤니티에 추가된 사용자 입니다.\",\n    \"error\": \"Bad Request\"\n}"},{"id":"35e80303-8192-4313-92ed-2a036da9dc39","name":"[에러] 올바르지 않은 사용자 id","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"community_id\" : \"637f8e6f6d693fa319e9e4c4\",\n    \"users\" : [\"637f665d3e13ad0e5b267ed8\",\"637f2abb146636e4082885b0\"]\n}","options":{"raw":{"language":"json"}}},"url":"http://{{ip}}:{{api_port}}/api/community/participants"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"158"},{"key":"ETag","value":"W/\"9e-bIXlAeBsH9gfX2qcTsGjEdh3lXo\""},{"key":"Date","value":"Thu, 24 Nov 2022 16:27:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"커뮤니티에 추가를 요청한 사용자 _id(637f2abb146636e4082885b0)가 올바르지 않습니다.\",\n    \"error\": \"Bad Request\"\n}"},{"id":"15ce8e23-b795-49a0-9000-d6a8d5a56e80","name":"[에러] 올바르지 않은 커뮤니티 id","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"community_id\" : \"637f8e6f6d693fa319e9e4c1\",\n    \"users\" : [\"637f665d3e13ad0e5b267ed9\",\"637f2abb146636e4082885b1\"]\n}","options":{"raw":{"language":"json"}}},"url":"http://{{ip}}:{{api_port}}/api/community/participants"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"115"},{"key":"ETag","value":"W/\"73-MaQiy5TM6sU72YyaAOFR5Yyudp8\""},{"key":"Date","value":"Thu, 24 Nov 2022 16:28:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"해당하는 커뮤니티의 _id가 올바르지 않습니다.\",\n    \"error\": \"Bad Request\"\n}"}],"_postman_id":"e67b4e10-444d-4959-9b4d-524602775f08"},{"name":"커뮤니티 정보 수정","id":"0f9bd9a9-6689-4f73-b089-8ff30e45b7e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"i change description","type":"text"},{"key":"profileUrl","value":"i change profile","type":"text"},{"key":"name","value":"asnity","type":"text"},{"key":"managerId","value":"","type":"text","disabled":true}]},"url":"http://{{ip}}:{{api_port}}/api/communities/:community_id/settings","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{accessTokenFix}}"}]},"isInherited":true,"source":{"_postman_id":"f3299bb9-7dd5-4ee7-91c3-8b3e823979d8","id":"f3299bb9-7dd5-4ee7-91c3-8b3e823979d8","name":"커뮤니티","type":"collection"}},"urlObject":{"protocol":"http","port":"{{api_port}}","path":["api","communities",":community_id","settings"],"host":["{{ip}}"],"query":[],"variable":[{"type":"any","value":"63948c561e4f60d3db2e9852","key":"community_id"}]}},"response":[{"id":"8bd3aa17-4506-4245-81b3-236fa934dbe5","name":"[성공]","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"i change description","type":"text"},{"key":"profileUrl","value":"i change profile","type":"text"},{"key":"name","value":"new asnity","type":"text"},{"key":"managerId","value":"","type":"text","disabled":true},{"key":"community_id","value":"637ce42623228482b9f5c383","type":"text"}]},"url":"http://{{ip}}:{{api_port}}/api/community/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"30"},{"key":"ETag","value":"W/\"1e-qJaAK86+FRbjrbh4zreahAfpr40\""},{"key":"Date","value":"Tue, 22 Nov 2022 15:50:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"result\": {}\n}"},{"id":"eb0f0cd8-ce88-4d3e-9564-7f059f5d6c9e","name":"[에러] 올바르지 않은 커뮤니티 id","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"i change description","type":"text"},{"key":"profileUrl","value":"i change profile","type":"text"},{"key":"name","value":"new asnity","type":"text"},{"key":"managerId","value":"","type":"text","disabled":true},{"key":"community_id","value":"637ce42623228482b9f5c382","type":"text"}]},"url":"http://{{ip}}:{{api_port}}/api/community/settings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"115"},{"key":"ETag","value":"W/\"73-MaQiy5TM6sU72YyaAOFR5Yyudp8\""},{"key":"Date","value":"Tue, 22 Nov 2022 15:50:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"해당하는 커뮤니티의 _id가 올바르지 않습니다.\",\n    \"error\": \"Bad Request\"\n}"},{"id":"b46bdf30-f59a-416c-bd7d-96a3df10ed94","name":"[에러] 권한 없음","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"i change description","type":"text"},{"key":"profileUrl","value":"i change profile","type":"text"},{"key":"name","value":"new asnity","type":"text"},{"key":"managerId","value":"","type":"text","disabled":true},{"key":"community_id","value":"637ce42623228482b9f5c383","type":"text"}]},"url":"http://{{ip}}:{{api_port}}/api/community/settings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"109"},{"key":"ETag","value":"W/\"6d-TC6adCvsSejoEU0DB9ZUis/oY88\""},{"key":"Date","value":"Tue, 22 Nov 2022 15:53:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"사용자의 커뮤니티 수정 권한이 없습니다.\",\n    \"error\": \"Bad Request\"\n}"},{"id":"ec59571a-c042-4a0b-a91c-dee1371a6b67","name":"[에러] 올바르지 않은 매니저 id","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"i change description","type":"text"},{"key":"profileUrl","value":"i change profile","type":"text"},{"key":"name","value":"new asnity","type":"text"},{"key":"managerId","value":"","type":"text","disabled":true},{"key":"community_id","value":"637ce42623228482b9f5c383","type":"text"}]},"url":"http://{{ip}}:{{api_port}}/api/community/settings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"112"},{"key":"ETag","value":"W/\"70-VBm1pTsMPo25VtNpMijl6biHAMk\""},{"key":"Date","value":"Tue, 22 Nov 2022 15:53:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"해당하는 매니저의 _id가 올바르지 않습니다.\",\n    \"error\": \"Bad Request\"\n}"}],"_postman_id":"0f9bd9a9-6689-4f73-b089-8ff30e45b7e4"},{"name":"자신의 커뮤니티들 정보 전달","id":"1f73007f-2659-4cee-91f9-177eb3186b06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{accessToken}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://{{ip}}:{{api_port}}/api/communities","urlObject":{"protocol":"http","port":"{{api_port}}","path":["api","communities"],"host":["{{ip}}"],"query":[],"variable":[]}},"response":[{"id":"f9f331e4-3c3a-485b-b92c-ff35307c3791","name":"[성공]","originalRequest":{"method":"GET","header":[],"url":"http://{{ip}}:{{api_port}}/api/community"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2358"},{"key":"ETag","value":"W/\"936-whIoo5/pQD7TBFohScUQJeSRPXE\""},{"key":"Date","value":"Fri, 25 Nov 2022 15:31:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"result\": {\n        \"communities\": [\n            {\n                \"_id\": \"6395cfc2f34e705e001d40a0\",\n                \"name\": \"asnity\",\n                \"managerId\": \"6394cc8fd1a615bf564d7e75\",\n                \"profileUrl\": \"request profileUrl 22\",\n                \"description\": \"hello this is asnity community 22\",\n                \"channels\": [\n                    {\n                        \"_id\": \"6395cfc8f34e705e001d40a4\",\n                        \"name\": \"modify311\",\n                        \"communityId\": \"6395cfc2f34e705e001d40a0\",\n                        \"managerId\": \"637f665d3e13ad0e5b267ed9\",\n                        \"description\": \"modify111\",\n                        \"type\": \"Channel\",\n                        \"isPrivate\": false,\n                        \"users\": [\n                            \"6394cc8fd1a615bf564d7e75\",\n                            \"6394c012d1a615bf564d560d\"\n                        ],\n                        \"createdAt\": \"2022-12-11T12:40:40.843Z\",\n                        \"updatedAt\": \"2022-12-11T12:42:29.186Z\",\n                        \"existUnreadChat\": false\n                    }\n                ],\n                \"createdAt\": \"2022-12-11T12:40:34.674Z\",\n                \"updatedAt\": \"2022-12-11T12:41:55.914Z\"\n            }\n        ]\n    }\n}"},{"id":"71d47e9e-313d-44c4-bc0a-7916bd54f629","name":"[에러] 올바르지 않은 커뮤니티 id","originalRequest":{"method":"GET","header":[],"url":"http://{{ip}}:{{api_port}}/api/community"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"115"},{"key":"ETag","value":"W/\"73-MaQiy5TM6sU72YyaAOFR5Yyudp8\""},{"key":"Date","value":"Fri, 25 Nov 2022 15:34:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"해당하는 커뮤니티의 _id가 올바르지 않습니다.\",\n    \"error\": \"Bad Request\"\n}"},{"id":"6b9cb0ab-90e3-4dc1-b091-126054347e83","name":"[에러] 존재하지 않는 채널 존재","originalRequest":{"method":"GET","header":[],"url":"http://{{ip}}:{{api_port}}/api/community"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"ETag","value":"W/\"59-gnavgqalCaw8d5Hw+Ho6l93PPKI\""},{"key":"Date","value":"Fri, 25 Nov 2022 15:35:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"존재하지 않는 채널입니다.\",\n    \"error\": \"Bad Request\"\n}"},{"id":"49fc0b19-80a7-4c89-b896-5e756095ba2f","name":"[에러] 비정상적인 채널 존재","originalRequest":{"method":"GET","header":[],"url":"http://{{ip}}:{{api_port}}/api/community"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"118"},{"key":"ETag","value":"W/\"76-REjl/v3gWLdJIcX8gkHe2iArtog\""},{"key":"Date","value":"Fri, 25 Nov 2022 15:37:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"커뮤니티에 없는 비정상적인 채널이 존재합니다.\",\n    \"error\": \"Bad Request\"\n}"}],"_postman_id":"1f73007f-2659-4cee-91f9-177eb3186b06"},{"name":"커뮤니티 삭제","id":"8d696f28-90a2-4d92-9841-674957cd648d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{accessTokenFix}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://{{ip}}:{{api_port}}/api/communities/:community_id","urlObject":{"protocol":"http","port":"{{api_port}}","path":["api","communities",":community_id"],"host":["{{ip}}"],"query":[],"variable":[{"type":"any","value":"6395cca864dd7d8ecf584945","key":"community_id"}]}},"response":[{"id":"539fb49d-36a2-477c-8f9f-4886ad9fe632","name":"[성공]","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://{{ip}}:{{api_port}}/api/community/:_id","protocol":"http","host":["{{ip}}"],"port":"{{api_port}}","path":["api","community",":_id"],"variable":[{"key":"_id","value":"637e04dc7e4ddc6bff76ef6d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"ETag","value":"W/\"44-1xSr5BMoQrSnHCp4glvO1Jiagg4\""},{"key":"Date","value":"Wed, 23 Nov 2022 11:53:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"result\": {\n        \"message\": \"커뮤니티 삭제 성공\"\n    }\n}"},{"id":"364989e9-5632-44c5-8ac4-c9d730b826da","name":"[에러] 이미 삭제된 커뮤니티","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://{{ip}}:{{api_port}}/api/community/:_id","protocol":"http","host":["{{ip}}"],"port":"{{api_port}}","path":["api","community",":_id"],"variable":[{"key":"_id","value":"637ce42623228482b9f5c383"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"92"},{"key":"ETag","value":"W/\"5c-wsKMc5lHqUzSzY902gL8mYm0ps8\""},{"key":"Date","value":"Wed, 23 Nov 2022 07:38:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"이미 삭제된 커뮤니티입니다.\",\n    \"error\": \"Bad Request\"\n}"},{"id":"7d85d703-de90-423d-8a8a-1b7f59e3e432","name":"[에러] 올바르지 않은 커뮤니티 id","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://{{ip}}:{{api_port}}/api/community/:_id","protocol":"http","host":["{{ip}}"],"port":"{{api_port}}","path":["api","community",":_id"],"variable":[{"key":"_id","value":"637dd27190db6e98f25d5add"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"115"},{"key":"ETag","value":"W/\"73-MaQiy5TM6sU72YyaAOFR5Yyudp8\""},{"key":"Date","value":"Wed, 23 Nov 2022 11:48:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"해당하는 커뮤니티의 _id가 올바르지 않습니다.\",\n    \"error\": \"Bad Request\"\n}"}],"_postman_id":"8d696f28-90a2-4d92-9841-674957cd648d"},{"name":"커뮤니티의 사용자들 정보 전달","id":"2771b64d-d4a8-4d3d-8b58-4c6d4757e310","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{accessToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://{{ip}}:{{api_port}}/api/communities/:community_id/users","urlObject":{"protocol":"http","port":"{{api_port}}","path":["api","communities",":community_id","users"],"host":["{{ip}}"],"query":[],"variable":[{"type":"any","value":"6398f73ac9d971110fbc07a1","key":"community_id"}]}},"response":[{"id":"04f38eb5-16b9-456d-a6f8-8a593dda6fa1","name":"[성공]","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://{{ip}}:{{api_port}}/api/community/:id/participants","protocol":"http","host":["{{ip}}"],"port":"{{api_port}}","path":["api","community",":id","participants"],"variable":[{"key":"id","value":"637f8e6f6d693fa319e9e4c4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"495"},{"key":"ETag","value":"W/\"1ef-38tkrdxYswOR1KwE3NxxXMs/Twg\""},{"key":"Date","value":"Fri, 25 Nov 2022 17:54:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"result\": {\n        \"users\": [\n            {\n                \"_id\": \"637f8e556d693fa319e9e4bf\",\n                \"id\": \"cloudNaver@naver.com\",\n                \"nickname\": \"ncloud\",\n                \"status\": \"ONLINE\",\n                \"profileUrl\": \"url\",\n                \"description\": \"default description\"\n            },\n            {\n                \"_id\": \"637f665d3e13ad0e5b267ed9\",\n                \"id\": \"kny@gmail.com\",\n                \"nickname\": \"nayoung\",\n                \"status\": \"ONLINE\",\n                \"profileUrl\": \"url\",\n                \"description\": \"default description\"\n            },\n            {\n                \"_id\": \"637f2abb146636e4082885b1\",\n                \"id\": \"test@naver.com\",\n                \"nickname\": \"asnity\",\n                \"status\": \"ONLINE\",\n                \"profileUrl\": \"url\",\n                \"description\": \"default description\"\n            }\n        ]\n    }\n}"},{"id":"2137f58e-863d-454a-9158-88aa10f5083c","name":"[에러] 올바르지 않은 커뮤니티 id","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://{{ip}}:{{api_port}}/api/community/:id/participants","protocol":"http","host":["{{ip}}"],"port":"{{api_port}}","path":["api","community",":id","participants"],"variable":[{"key":"id","value":"637f8e6f6d693fa319e9e4c4"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"115"},{"key":"ETag","value":"W/\"73-MaQiy5TM6sU72YyaAOFR5Yyudp8\""},{"key":"Date","value":"Fri, 25 Nov 2022 17:50:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"해당하는 커뮤니티의 _id가 올바르지 않습니다.\",\n    \"error\": \"Bad Request\"\n}"}],"_postman_id":"2771b64d-d4a8-4d3d-8b58-4c6d4757e310"},{"name":"커뮤니티 퇴장","id":"0895ce93-cc68-46da-9159-2199b8c496b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{accessTokenFix}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://{{ip}}:{{api_port}}/api/communities/:community_id/me","urlObject":{"protocol":"http","port":"{{api_port}}","path":["api","communities",":community_id","me"],"host":["{{ip}}"],"query":[],"variable":[{"type":"any","value":"6395cad464dd7d8ecf58491e","key":"community_id"}]}},"response":[{"id":"75187d4d-ae68-4207-b8be-29f559b40abb","name":"[성공]","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://{{ip}}:{{api_port}}/api/community/:id/me","protocol":"http","host":["{{ip}}"],"port":"{{api_port}}","path":["api","community",":id","me"],"variable":[{"key":"id","value":"637f8e6f6d693fa319e9e4c4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"ETag","value":"W/\"4e-uYuRs/+3bcGLBLRFEfmEYcpg8VI\""},{"key":"Date","value":"Sun, 27 Nov 2022 15:32:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"result\": {\n        \"message\": \"사용자 커뮤니티 탈퇴 성공\"\n    }\n}"},{"id":"7ad825b4-b51e-4d4c-ae55-216a35b694fd","name":"[에러] 사용자가 존재하는데 매니저 퇴장 시","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://{{ip}}:{{api_port}}/api/community/:id/me","protocol":"http","host":["{{ip}}"],"port":"{{api_port}}","path":["api","community",":id","me"],"variable":[{"key":"id","value":"638385359ababd71da1e946b"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"139"},{"key":"ETag","value":"W/\"8b-vMWn90KpoaBu0P59e0E9PwDDpNk\""},{"key":"Date","value":"Sun, 27 Nov 2022 15:47:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"매니저는 커뮤니티에서 탈퇴할 수 없습니다. 매니저 위임하세요.\",\n    \"error\": \"Bad Request\"\n}"},{"id":"9ecfd188-ee55-4a5a-819c-43f88b3bea78","name":"[에러] 올바르지 않은 커뮤니티 id","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://{{ip}}:{{api_port}}/api/community/:id/me","protocol":"http","host":["{{ip}}"],"port":"{{api_port}}","path":["api","community",":id","me"],"variable":[{"key":"id","value":"638385359ababd71da1e9461"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"109"},{"key":"ETag","value":"W/\"6d-USS24RL8PomJ6cmO9nKojlQvVo4\""},{"key":"Date","value":"Sun, 27 Nov 2022 15:52:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": \"요청한 커뮤니티 _id가 올바르지 않습니다.\",\n    \"error\": \"Bad Request\"\n}"}],"_postman_id":"0895ce93-cc68-46da-9159-2199b8c496b1"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{accessTokenFix}}"}]}},"event":[{"listen":"prerequest","script":{"id":"b4f6af23-b834-4e6b-91b4-118a42db99f6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b099bfec-b77a-4bb6-bb1e-f25c80fe3202","type":"text/javascript","exec":[""]}}]}