Skip to content

Commit

Permalink
docs: api 문서 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsseonn committed Feb 10, 2024
1 parent 40c51c0 commit 6d7e588
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/static/docs/authentication.html
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ <h4 id="_응답_2">응답</h4>
Content-Type: application/json

{
"accessToken" : "access token",
"accessToken" : "social_access_token",
"refreshToken" : "refresh token"
}</code></pre>
</div>
Expand Down
32 changes: 16 additions & 16 deletions src/main/resources/static/docs/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ <h4 id="_응답_2"><a class="link" href="#_응답_2">응답</a></h4>
Content-Type: application/json

{
"accessToken" : "access token",
"accessToken" : "social_access_token",
"refreshToken" : "refresh token"
}</code></pre>
</div>
Expand Down Expand Up @@ -2295,8 +2295,8 @@ <h5 id="_요청_16_http_request"><a class="link" href="#_요청_16_http_request"
{
"name" : "골 제목",
"memo" : "골 메모",
"startDate" : "2024-02-09",
"endDate" : "2024-02-19",
"startDate" : "2024-02-10",
"endDate" : "2024-02-20",
"teamUserIds" : [ 1, 2, 3 ]
}</code></pre>
</div>
Expand Down Expand Up @@ -2468,8 +2468,8 @@ <h5 id="_응답_17_http_response"><a class="link" href="#_응답_17_http_respons
"id" : 1,
"name" : "테스트 골1",
"memo" : "테스트 골 메모1",
"startDate" : "2024-02-09",
"endDate" : "2024-02-19",
"startDate" : "2024-02-10",
"endDate" : "2024-02-20",
"days" : 11,
"managerId" : 1,
"teams" : [ {
Expand All @@ -2495,8 +2495,8 @@ <h5 id="_응답_17_response_body"><a class="link" href="#_응답_17_response_bod
"id" : 1,
"name" : "테스트 골1",
"memo" : "테스트 골 메모1",
"startDate" : "2024-02-09",
"endDate" : "2024-02-19",
"startDate" : "2024-02-10",
"endDate" : "2024-02-20",
"days" : 11,
"managerId" : 1,
"teams" : [ {
Expand Down Expand Up @@ -2643,8 +2643,8 @@ <h5 id="_응답_18_http_response"><a class="link" href="#_응답_18_http_respons
"goals" : [ {
"id" : 1,
"name" : "테스트 골1",
"startDate" : "2024-02-09",
"endDate" : "2024-02-19",
"startDate" : "2024-02-10",
"endDate" : "2024-02-20",
"days" : 11,
"teams" : [ {
"id" : 1,
Expand All @@ -2668,8 +2668,8 @@ <h5 id="_응답_18_response_body"><a class="link" href="#_응답_18_response_bod
"goals" : [ {
"id" : 1,
"name" : "테스트 골1",
"startDate" : "2024-02-09",
"endDate" : "2024-02-19",
"startDate" : "2024-02-10",
"endDate" : "2024-02-20",
"days" : 11,
"teams" : [ {
"id" : 1,
Expand Down Expand Up @@ -2799,8 +2799,8 @@ <h5 id="_응답_19_http_response"><a class="link" href="#_응답_19_http_respons
"goals" : [ {
"id" : 2,
"name" : "테스트 골2",
"startDate" : "2024-02-09",
"endDate" : "2024-02-14",
"startDate" : "2024-02-10",
"endDate" : "2024-02-15",
"days" : 6,
"teams" : [ {
"id" : 1,
Expand All @@ -2824,8 +2824,8 @@ <h5 id="_응답_19_response_body"><a class="link" href="#_응답_19_response_bod
"goals" : [ {
"id" : 2,
"name" : "테스트 골2",
"startDate" : "2024-02-09",
"endDate" : "2024-02-14",
"startDate" : "2024-02-10",
"endDate" : "2024-02-15",
"days" : 6,
"teams" : [ {
"id" : 1,
Expand Down Expand Up @@ -2992,7 +2992,7 @@ <h5 id="_요청_21_http_request"><a class="link" href="#_요청_21_http_request"
{
"name" : "수정된 테스트 골1",
"memo" : "수정된 테스트 골 메모1",
"endDate" : "2024-02-29",
"endDate" : "2024-03-01",
"teamUserIds" : [ 1, 2, 3 ]
}</code></pre>
</div>
Expand Down
32 changes: 16 additions & 16 deletions src/main/resources/static/docs/goal.html
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ <h5 id="_요청_http_request">HTTP request</h5>
{
"name" : "골 제목",
"memo" : "골 메모",
"startDate" : "2024-02-09",
"endDate" : "2024-02-19",
"startDate" : "2024-02-10",
"endDate" : "2024-02-20",
"teamUserIds" : [ 1, 2, 3 ]
}</code></pre>
</div>
Expand Down Expand Up @@ -629,8 +629,8 @@ <h5 id="_응답_2_http_response">HTTP response</h5>
"id" : 1,
"name" : "테스트 골1",
"memo" : "테스트 골 메모1",
"startDate" : "2024-02-09",
"endDate" : "2024-02-19",
"startDate" : "2024-02-10",
"endDate" : "2024-02-20",
"days" : 11,
"managerId" : 1,
"teams" : [ {
Expand All @@ -656,8 +656,8 @@ <h5 id="_응답_2_response_body">Response body</h5>
"id" : 1,
"name" : "테스트 골1",
"memo" : "테스트 골 메모1",
"startDate" : "2024-02-09",
"endDate" : "2024-02-19",
"startDate" : "2024-02-10",
"endDate" : "2024-02-20",
"days" : 11,
"managerId" : 1,
"teams" : [ {
Expand Down Expand Up @@ -804,8 +804,8 @@ <h5 id="_응답_3_http_response">HTTP response</h5>
"goals" : [ {
"id" : 1,
"name" : "테스트 골1",
"startDate" : "2024-02-09",
"endDate" : "2024-02-19",
"startDate" : "2024-02-10",
"endDate" : "2024-02-20",
"days" : 11,
"teams" : [ {
"id" : 1,
Expand All @@ -829,8 +829,8 @@ <h5 id="_응답_3_response_body">Response body</h5>
"goals" : [ {
"id" : 1,
"name" : "테스트 골1",
"startDate" : "2024-02-09",
"endDate" : "2024-02-19",
"startDate" : "2024-02-10",
"endDate" : "2024-02-20",
"days" : 11,
"teams" : [ {
"id" : 1,
Expand Down Expand Up @@ -960,8 +960,8 @@ <h5 id="_응답_4_http_response">HTTP response</h5>
"goals" : [ {
"id" : 2,
"name" : "테스트 골2",
"startDate" : "2024-02-09",
"endDate" : "2024-02-14",
"startDate" : "2024-02-10",
"endDate" : "2024-02-15",
"days" : 6,
"teams" : [ {
"id" : 1,
Expand All @@ -985,8 +985,8 @@ <h5 id="_응답_4_response_body">Response body</h5>
"goals" : [ {
"id" : 2,
"name" : "테스트 골2",
"startDate" : "2024-02-09",
"endDate" : "2024-02-14",
"startDate" : "2024-02-10",
"endDate" : "2024-02-15",
"days" : 6,
"teams" : [ {
"id" : 1,
Expand Down Expand Up @@ -1153,7 +1153,7 @@ <h5 id="_요청_6_http_request">HTTP request</h5>
{
"name" : "수정된 테스트 골1",
"memo" : "수정된 테스트 골 메모1",
"endDate" : "2024-02-29",
"endDate" : "2024-03-01",
"teamUserIds" : [ 1, 2, 3 ]
}</code></pre>
</div>
Expand Down Expand Up @@ -1224,7 +1224,7 @@ <h5 id="_응답_6_http_response">HTTP response</h5>
<div id="footer">
<div id="footer-text">
Version 0.0.1-SNAPSHOT<br>
Last updated 2024-02-03 22:52:11 +0900
Last updated 2024-02-10 16:45:10 +0900
</div>
</div>
</body>
Expand Down

0 comments on commit 6d7e588

Please sign in to comment.