Skip to content

Commit

Permalink
[DOCS] 누락된 x y 수정 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Nov 28, 2023
1 parent 86c9f11 commit 1b6280a
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ <h3 id="_검색어와_카테고리를_통한_장소_검색"><a class="link" href
<h4 id="_검색어와_카테고리를_통한_장소_검색_http_request"><a class="link" href="#_검색어와_카테고리를_통한_장소_검색_http_request">HTTP request</a></h4>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight nowrap"><code class="language-http hljs" data-lang="http">GET /plans/search/destination?query=%EC%9D%B4%EB%94%94%EC%95%BC%20%EC%95%88%EC%84%B1&amp;x=127.426&amp;y=37.0764&amp;page=1&amp;categoryGroupCode=CE7 HTTP/1.1
<pre class="highlightjs highlight nowrap"><code class="language-http hljs" data-lang="http">GET /plans/search/destination?query=%EC%9D%B4%EB%94%94%EC%95%BC%20%EC%95%88%EC%84%B1&amp;longitude=127.426&amp;latitude=37.0764&amp;page=1&amp;categoryGroupCode=CE7 HTTP/1.1
Content-Type: application/json;charset=UTF-8
Authorization: Bearer wefa3fsdczf32.gaoiuergf92.gb5hsa2jgh
Host: localhost:8080</code></pre>
Expand Down Expand Up @@ -1044,7 +1044,7 @@ <h4 id="_계획_저장_http_request"><a class="link" href="#_계획_저장_http_
Host: localhost:8080

{
"groupId" : "b15b7658-7011-4889-b6c0-40dae4bcf911",
"groupId" : "e4f18ed1-00c5-4e7f-9e71-48cac282640d",
"placeDetails" : {
"placeName" : "카페 온마이마인드",
"distance" : 345,
Expand All @@ -1068,8 +1068,8 @@ <h4 id="_계획_저장_http_response"><a class="link" href="#_계획_저장_http
Content-Length: 109

{
"planId" : "c31cb761-e18e-4fd5-b078-dbfce11bac79",
"groupId" : "2bfc5b3a-de1d-4ea3-b284-d20dac4c32b4"
"planId" : "984d63a3-6e71-44f6-a199-012f2920d242",
"groupId" : "e34ceebe-80d8-4f38-bfc0-62a1a77c4c8b"
}</code></pre>
</div>
</div>
Expand All @@ -1081,7 +1081,7 @@ <h3 id="_계획_단건_조회"><a class="link" href="#_계획_단건_조회">계
<h4 id="_계획_단건_조회_http_request"><a class="link" href="#_계획_단건_조회_http_request">HTTP request</a></h4>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight nowrap"><code class="language-http hljs" data-lang="http">GET /plans/2b1bce0d-3127-4fca-b936-73be699c79d0 HTTP/1.1
<pre class="highlightjs highlight nowrap"><code class="language-http hljs" data-lang="http">GET /plans/1b586f75-fda1-4f8a-9303-c8dc95fdf091 HTTP/1.1
Content-Type: application/json;charset=UTF-8
Authorization: Bearer wefa3fsdczf32.gaoiuergf92.gb5hsa2jgh
Host: localhost:8080</code></pre>
Expand All @@ -1097,8 +1097,8 @@ <h4 id="_계획_단건_조회_http_response"><a class="link" href="#_계획_단
Content-Length: 829

{
"planId" : "13d2fcb0-a35d-4589-b659-c1bb3d6c5e6b",
"placeId" : "750ef797-283b-4b05-88cb-97d417a19f21",
"planId" : "f67c27c1-3b65-40d6-981b-d7d7cc547ca7",
"placeId" : "82d3d234-4baf-4eab-ae94-f24e341c41ed",
"placeDetail" : {
"placeName" : "카페 온마이마인드",
"distance" : 345,
Expand All @@ -1110,13 +1110,13 @@ <h4 id="_계획_단건_조회_http_response"><a class="link" href="#_계획_단
"latitude" : 37.0766874564297
},
"groupInfoResponse" : {
"groupId" : "31abcbd4-ea3d-43f5-8a7a-f4c096cd04ff",
"leaderId" : "07913571-c1b4-49e8-9234-8b1465355699",
"groupId" : "fbddfb1b-9138-460b-8c28-bfb3f1b3072b",
"leaderId" : "fe795930-4c4a-454e-a5b7-708fd4076f77",
"name" : "홍담진",
"groupImage" : "http://someUrlToS3"
},
"members" : [ {
"id" : "82944aaa-5a1c-4b62-a19e-6ce8d191ccdf",
"id" : "6a126247-7830-4ddf-a711-ed1fce9fd3c6",
"nickname" : "진호정"
} ]
}</code></pre>
Expand All @@ -1130,7 +1130,7 @@ <h3 id="_계획_삭제"><a class="link" href="#_계획_삭제">계획 삭제</a>
<h4 id="_계획_삭제_http_request"><a class="link" href="#_계획_삭제_http_request">HTTP request</a></h4>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight nowrap"><code class="language-http hljs" data-lang="http">DELETE /plans/d73250bc-7bbe-4293-9e1a-df4864aaf42c HTTP/1.1
<pre class="highlightjs highlight nowrap"><code class="language-http hljs" data-lang="http">DELETE /plans/d88a480d-4010-453f-9b65-0d0fc23acf05 HTTP/1.1
Content-Type: application/json;charset=UTF-8
Authorization: Bearer wefa3fsdczf32.gaoiuergf92.gb5hsa2jgh
Host: localhost:8080</code></pre>
Expand Down Expand Up @@ -1159,7 +1159,7 @@ <h4 id="_계획_참여_http_request"><a class="link" href="#_계획_참여_http_
Host: localhost:8080

{
"groupId" : "8fb17beb-0e39-4d71-982c-a1f5b73abe5b",
"groupId" : "c8d9177f-a05b-440b-b226-6f371a876c1e",
"placeDetails" : {
"placeName" : "이디야커피 안성죽산점",
"distance" : 435,
Expand All @@ -1183,8 +1183,8 @@ <h4 id="_계획_참여_http_response"><a class="link" href="#_계획_참여_http
Content-Length: 109

{
"planId" : "a385c7e6-9f50-4974-8c2f-a9f285954866",
"groupId" : "70a451b3-d9b6-46a4-a7e2-a245a922fd79"
"planId" : "dae23d06-cb53-4ec6-982d-bdb5417e96c7",
"groupId" : "c1708b5e-7ad6-4e35-8312-04d9f187fe8a"
}</code></pre>
</div>
</div>
Expand All @@ -1203,7 +1203,7 @@ <h4 id="_계획_탈퇴_http_request"><a class="link" href="#_계획_탈퇴_http_
Host: localhost:8080

{
"planId" : "69479777-c354-43fe-8cd2-ceab08dcdf3c"
"planId" : "1c7827cb-5af5-4d72-9877-14bda217b535"
}</code></pre>
</div>
</div>
Expand All @@ -1228,7 +1228,7 @@ <h3 id="_주변_장소_검색"><a class="link" href="#_주변_장소_검색">주
<h4 id="_주변_장소_검색_http_request"><a class="link" href="#_주변_장소_검색_http_request">HTTP request</a></h4>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight nowrap"><code class="language-http hljs" data-lang="http">GET /places/surround?x=127.426&amp;y=37.0764&amp;page=1 HTTP/1.1
<pre class="highlightjs highlight nowrap"><code class="language-http hljs" data-lang="http">GET /places/surround?longitude=127.426&amp;latitude=37.0764&amp;page=1 HTTP/1.1
Content-Type: application/json;charset=UTF-8
Authorization: Bearer wefa3fsdczf32.gaoiuergf92.gb5hsa2jgh
Host: localhost:8080</code></pre>
Expand Down Expand Up @@ -1325,7 +1325,7 @@ <h4 id="_닉네임으로_멤버_검색_http_response"><a class="link" href="#_
{
"isExist" : true,
"memberResponse" : {
"id" : "c3fb877b-86f8-4a3e-9b7b-cebe71d58150",
"id" : "e53e7e3b-ede8-490c-aa75-31806753748e",
"nickname" : "JIN_JOO_ONE"
}
}</code></pre>
Expand All @@ -1351,7 +1351,7 @@ <h4 id="_친구_신청_http_request"><a class="link" href="#_친구_신청_http_
Host: localhost:8080

{
"memberId" : "b77d8138-bf79-429f-8147-9d8be01e0dc5"
"memberId" : "e8e041a3-aaa6-413b-b6e6-7b83cdb0dcda"
}</code></pre>
</div>
</div>
Expand All @@ -1378,7 +1378,7 @@ <h4 id="_친구_승락거절차단_http_request"><a class="link" href="#_친구_
Host: localhost:8080

{
"memberId" : "32019ce2-76be-46eb-922f-ed4825e3f669",
"memberId" : "b499cda9-9fc3-4dbd-aec5-609ddf39a106",
"friendStatus" : "ACCEPTED"
}</code></pre>
</div>
Expand Down Expand Up @@ -1415,10 +1415,10 @@ <h4 id="_친구_검색_http_response"><a class="link" href="#_친구_검색_http
Content-Length: 176

[ {
"memberId" : "619fc688-00f6-4774-8d7a-e05fc29921be",
"memberId" : "c12a7c3a-259c-4d7f-acbb-46962eb5c7d6",
"nickname" : "호진정"
}, {
"memberId" : "3339d398-3e86-46b5-bbee-533d193a0a9b",
"memberId" : "8d429e25-457e-4ce4-9da2-95d60d2d9e43",
"nickname" : "진정해"
} ]</code></pre>
</div>
Expand Down Expand Up @@ -1447,10 +1447,10 @@ <h4 id="_친구_전체_조회_http_response"><a class="link" href="#_친구_전
Content-Length: 176

[ {
"memberId" : "762a9f1a-94a9-4589-a79d-3f42bad7dfc3",
"memberId" : "3fcf7aef-7401-4446-a1e6-408112164e69",
"nickname" : "정해진"
}, {
"memberId" : "77ca16de-be7f-4c31-b057-29f1018d549a",
"memberId" : "42787316-b011-4fad-be39-44f957210bf9",
"nickname" : "주어진"
} ]</code></pre>
</div>
Expand Down Expand Up @@ -1479,10 +1479,10 @@ <h4 id="_친구_상태별_조회_http_response"><a class="link" href="#_친구_
Content-Length: 170

[ {
"memberId" : "7ab5c164-85dd-47cd-8681-2f6e49e292f5",
"memberId" : "9c399edc-7f4e-4fe1-96e8-0835d4aec903",
"nickname" : "호전"
}, {
"memberId" : "0197a0ba-ce2a-46f8-8c5c-60e3b5f49245",
"memberId" : "8a11227c-079f-4828-bfec-08fd09dd1b89",
"nickname" : "후진"
} ]</code></pre>
</div>
Expand Down Expand Up @@ -1517,7 +1517,7 @@ <h4 id="_그룹_단건_조회_http_response"><a class="link" href="#_그룹_단

{
"groupId" : "550e8400-e29b-41d4-a716-446655440000",
"leaderId" : "8bc2ce14-66dd-4e06-b78e-74657823240e",
"leaderId" : "f6b91fb7-ec0c-43f4-87e3-1ea982a7b792",
"name" : "HDJ",
"groupImage" : "GROUP-IMAGE"
}</code></pre>
Expand Down Expand Up @@ -1554,7 +1554,7 @@ <h4 id="_그룹_생성_http_response"><a class="link" href="#_그룹_생성_http

{
"groupId" : "550e8400-e29b-41d4-a716-446655440000",
"leaderId" : "fae8eb57-cb80-4a17-9599-3c722b471e34",
"leaderId" : "d5d6a193-ace9-4c92-89a9-4037cbb84b67",
"name" : "HDJ",
"groupImage" : "GROUP-IMAGE"
}</code></pre>
Expand All @@ -1575,7 +1575,7 @@ <h4 id="_그룹_가입_http_request"><a class="link" href="#_그룹_가입_http_
Host: localhost:8080

{
"groupId" : "9c8c99e3-5d49-421f-a4fc-90f8cb79ef4e"
"groupId" : "95887a78-b33c-498f-8c8b-5e842c2e46d0"
}</code></pre>
</div>
</div>
Expand All @@ -1589,7 +1589,7 @@ <h4 id="_그룹_가입_http_response"><a class="link" href="#_그룹_가입_http
Content-Length: 56

{
"groupId" : "b07d9649-64cc-4f91-8942-28059618e5b0"
"groupId" : "8b3733c2-229b-45fd-be8d-830e53311142"
}</code></pre>
</div>
</div>
Expand All @@ -1608,8 +1608,8 @@ <h4 id="_그룹_초대_http_request"><a class="link" href="#_그룹_초대_http_
Host: localhost:8080

{
"friendMemberId" : "0572c06b-28bf-4717-b634-3f57492512cb",
"groupId" : "5713dded-a78b-45cc-a1a6-8f76ce953048"
"friendMemberId" : "b49a8e5c-962e-4301-8b64-0c497b6fcd46",
"groupId" : "be5243e8-5e1d-4ef7-9b83-950ed40c1a08"
}</code></pre>
</div>
</div>
Expand All @@ -1623,8 +1623,8 @@ <h4 id="_그룹_초대_http_response"><a class="link" href="#_그룹_초대_http
Content-Length: 174

{
"groupId" : "f2f4dea2-e2b8-4c04-a4af-059e7b2b9250",
"leaderId" : "fb2a2944-4da3-44f6-9caa-d0284af213e7",
"groupId" : "e32ff3b5-7a72-4075-9f28-d07c7f4c8290",
"leaderId" : "e360a7b9-45ef-4e4f-a262-fff542f3ca7b",
"name" : "홍담진",
"groupImage" : "http://someUrlToS3"
}</code></pre>
Expand All @@ -1638,15 +1638,15 @@ <h3 id="_위치_공유_여부_수정"><a class="link" href="#_위치_공유_여
<h4 id="_위치_공유_여부_수정_http_request"><a class="link" href="#_위치_공유_여부_수정_http_request">HTTP request</a></h4>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight nowrap"><code class="language-http hljs" data-lang="http">POST /group/share/d02a13c9-0a46-40b4-8f4d-49416989a04b HTTP/1.1
<pre class="highlightjs highlight nowrap"><code class="language-http hljs" data-lang="http">POST /group/share/dcc1180c-2075-4154-88cd-066fca71225a HTTP/1.1
Content-Type: application/json;charset=UTF-8
Authorization: Bearer wefa3fsdczf32.gaoiuergf92.gb5hsa2jgh
Content-Length: 117
Host: localhost:8080

{
"friendMemberId" : "6b6c819d-5f4b-4fbd-94b3-6c085484b330",
"groupId" : "996c1264-9ffe-495d-9006-78c622c9c3a9"
"friendMemberId" : "4bfcd781-5cd3-4303-8380-2b8ad2c3cf20",
"groupId" : "56caeb19-f021-4718-bf0b-adcc8a7399b8"
}</code></pre>
</div>
</div>
Expand All @@ -1666,15 +1666,15 @@ <h3 id="_위치_공유_여부_조회"><a class="link" href="#_위치_공유_여
<h4 id="_위치_공유_여부_조회_http_request"><a class="link" href="#_위치_공유_여부_조회_http_request">HTTP request</a></h4>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight nowrap"><code class="language-http hljs" data-lang="http">GET /group/share/dd49895d-d857-4e44-98c8-f930c675173d HTTP/1.1
<pre class="highlightjs highlight nowrap"><code class="language-http hljs" data-lang="http">GET /group/share/48a232b4-6c43-4c86-b276-7e4acd6c6a83 HTTP/1.1
Content-Type: application/json;charset=UTF-8
Authorization: Bearer wefa3fsdczf32.gaoiuergf92.gb5hsa2jgh
Content-Length: 117
Host: localhost:8080

{
"friendMemberId" : "fa1b4f7a-9dfa-4924-a119-8708b3fbc87f",
"groupId" : "a2edc3f0-c131-4504-b988-80d751e77e47"
"friendMemberId" : "80ebea36-c231-4eee-8027-4e9b51779313",
"groupId" : "13d17417-4b5a-4451-b1db-370abf0ba3bf"
}</code></pre>
</div>
</div>
Expand All @@ -1688,8 +1688,8 @@ <h4 id="_위치_공유_여부_조회_http_response"><a class="link" href="#_위
Content-Length: 129

{
"groupId" : "d1396678-2880-4a57-8b55-74401d7ed70c",
"memberId" : "9b95fb65-5a0b-4887-a31a-0da12859ec98",
"groupId" : "262555b8-78be-4d12-bf4e-8e3463bf59cf",
"memberId" : "aebd10a9-ea5a-4cb1-b9a5-2b3135ad7076",
"share" : true
}</code></pre>
</div>
Expand Down Expand Up @@ -1718,13 +1718,13 @@ <h4 id="_자신의_소속_그룹_정보_반환_http_response"><a class="link" hr
Content-Length: 353

[ {
"groupId" : "33f84c62-3bbd-4ade-a564-769250cc0c80",
"leaderId" : "91398a96-eaaf-41ed-ba10-a84ff2a12f6b",
"groupId" : "1129def0-9e05-43ee-9037-8f6c74c7fadf",
"leaderId" : "e90d0eb6-5c5d-47da-98c8-4f973cc155e6",
"name" : "BLACK_PINK",
"groupImage" : "I_LOVE_YOU_LOSE"
}, {
"groupId" : "e7de8425-e348-4fdb-965a-4c3903bdd04f",
"leaderId" : "91398a96-eaaf-41ed-ba10-a84ff2a12f6b",
"groupId" : "759098e7-3218-436f-a358-679641dad416",
"leaderId" : "e90d0eb6-5c5d-47da-98c8-4f973cc155e6",
"name" : "LE_SSERAFIM",
"groupImage" : "I_LOVE_YOU_채원"
} ]</code></pre>
Expand Down

0 comments on commit 1b6280a

Please sign in to comment.