Skip to content

Commit

Permalink
Merge pull request #504 from team-yello/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
euije authored Sep 22, 2024
2 parents d944f8b + 645e98e commit 9929171
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 31 deletions.
20 changes: 1 addition & 19 deletions src/main/resources/static/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ <h1>YELL:O API 문서</h1>
<li><a href="#_vote_api">Vote API</a></li>
<li><a href="#_friend_api">Friend API</a></li>
<li><a href="#_purchase_api">Purchase API</a></li>
<li><a href="#_pay_api">Pay API</a></li>
<li><a href="#_notice_api">Notice API</a></li>
<li><a href="#_event_api">Event API</a></li>
</ul>
Expand Down Expand Up @@ -619,23 +618,6 @@ <h3 id="_purchase_api"><a class="link" href="#_purchase_api">Purchase API</a></h
</div>
</div>
<div class="sect2">
<h3 id="_pay_api"><a class="link" href="#_pay_api">Pay API</a></h3>
<div class="ulist">
<ul>
<li>
<p>@Deprecated at 2024.03</p>
<div class="ulist">
<ul>
<li>
<p><a href="pay.html">결제 전환율 체크</a></p>
</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_notice_api"><a class="link" href="#_notice_api">Notice API</a></h3>
<div class="ulist">
<ul>
Expand All @@ -659,7 +641,7 @@ <h3 id="_event_api"><a class="link" href="#_event_api">Event API</a></h3>
<p>🆕 <a href="reward-event.html">이벤트 보상, 2024-02-07</a></p>
</li>
<li>
<p>🆕 <a href="reward-admob.html">광고보고 보상 얻기, 2024-02-11</a></p>
<p>🆕 <a href="reward-admob.html">광고보고 보상 얻기, 2024-02-19</a></p>
</li>
<li>
<p>🆕 <a href="check-is-possible-admob.html">광고보고 보상 얻기 가능 여부 조회, 2024-02-17</a></p>
Expand Down
16 changes: 4 additions & 12 deletions src/main/resources/static/docs/reward-admob.html
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ <h3 id="_요청">요청</h3>
<pre class="highlight nowrap"><code class="language-http" data-lang="http">POST /api/v1/admob/reward HTTP/1.1
Content-Type: application/json;charset=UTF-8
Authorization: Bearer your-access-token
IdempotencyKey: 87552f7c-9b62-4b12-b567-1bd062b09288
Content-Length: 134

{
Expand All @@ -474,7 +473,7 @@ <h3 id="_request_body">request body</h3>
<p>ADMOB_POINT : 광고 보고 10 포인트</p>
</li>
<li>
<p>ADMOB_MULTIPLE_POINT : 광고 보고 포인트 2배 이벤트</p>
<p>ADMOB_MULTIPLE_POINT : 투표 후, 광고 보고 포인트 2배 이벤트</p>
</li>
</ul>
</div>
Expand Down Expand Up @@ -529,16 +528,6 @@ <h3 id="_note">NOTE</h3>
<div class="ulist">
<ul>
<li>
<p>Header에 무작위한 UUID4 값을 넣어주세요</p>
<div class="ulist">
<ul>
<li>
<p>예시) IdempotencyKey: 0397b5f3-ecdc-47d6-b5d7-2b1afcf00e87</p>
</li>
</ul>
</div>
</li>
<li>
<p>주의사항</p>
<div class="ulist">
<ul>
Expand Down Expand Up @@ -566,6 +555,9 @@ <h3 id="_changelog">CHANGELOG</h3>
<div class="ulist">
<ul>
<li>
<p>2024.02.19 API ENUM, 명세서 수정</p>
</li>
<li>
<p>2024.02.11 릴리즈</p>
</li>
</ul>
Expand Down

0 comments on commit 9929171

Please sign in to comment.