Skip to content

Commit

Permalink
docs(#42): generate admission ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
gimhanul committed Aug 19, 2023
1 parent 40ff009 commit dcda04e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/docs/asciidoc/form.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -401,3 +401,26 @@ include::{snippets}/form-controller-test/원서의_최종_결과를_확인한다

===== 원서를 접수하지 않은 경우
include::{snippets}/form-controller-test/원서의_최종_결과를_확인할_때_원서를_접수하지_않았다면_에러가_발생한다/http-response.adoc[]


=== 수험표 발급
1차 전형에서 합격한 유저는 수험표를 발급받을 수 있습니다.

==== 요청 형식

===== Request Header
include::{snippets}/form-controller-test/수험표를_발급받는다/request-headers.adoc[]

==== 요청
include::{snippets}/form-controller-test/수험표를_발급받는다/http-request.adoc[]

==== 응답

===== 정상 응답
include::{snippets}/form-controller-test/수험표를_발급받는다/http-response.adoc[]

===== 원서를 접수하지 않은 경우
include::{snippets}/form-controller-test/수험표를_발급받을_때_원서를_접수하지_않았다면_에러가_발생한다/http-response.adoc[]

===== 불합격한 경우
include::{snippets}/form-controller-test/수험표를_발급받을_때_불합격자라면_에러가_발생한다/http-response.adoc[]

0 comments on commit dcda04e

Please sign in to comment.