Skip to content

Commit

Permalink
docs: Auth API 문서 수정 (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeseongDev authored Aug 9, 2021
1 parent 71bc84d commit a02e4aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/src/docs/asciidoc/api/v1/auth-login.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== JWT 토큰 발급 (GET /api/v1/login/oauth)
=== JWT 토큰 발급 (POST /api/v1/login/oauth)

==== Request

Expand All @@ -14,6 +14,8 @@ include::{snippets}/api/v1/auth-login/post/success/response-fields.adoc[]
include::{snippets}/api/v1/auth-login/post/fail/http-response.adoc[]
include::{snippets}/api/v1/auth-login/post/fail/response-fields.adoc[]

=== Access Token 재발급 (POST /api/v1/login/refresh)

==== Request

include::{snippets}/api/v1/login-refresh/post/success/http-request.adoc[]
Expand Down

0 comments on commit a02e4aa

Please sign in to comment.