Skip to content

Commit

Permalink
docs: Get Buyer Paging [#325]
Browse files Browse the repository at this point in the history
  • Loading branch information
lowgiant committed Feb 13, 2022
1 parent 35708db commit 03b649c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions spring/src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1291,6 +1291,25 @@ include::{snippets}/buyer-controller-test/get-buyer-distribute/response-body.ado
==== Response Fields
include::{snippets}/buyer-controller-test/get-buyer-distribute/response-fields.adoc[]

[[구매자-페이징]]
=== 구매자 5개씩 가져오기
==== Curl Request
include::{snippets}/buyer-controller-test/get-buyer-paging/curl-request.adoc[]
==== Http Request
include::{snippets}/buyer-controller-test/get-buyer-paging/http-request.adoc[]
==== Http Response
include::{snippets}/buyer-controller-test/get-buyer-paging/http-response.adoc[]
==== Httpie Request
include::{snippets}/buyer-controller-test/get-buyer-paging/httpie-request.adoc[]
==== Request Header
include::{snippets}/buyer-controller-test/get-buyer-paging/request-headers.adoc[]
==== Request Parameters
include::{snippets}/buyer-controller-test/get-buyer-paging/request-parameters.adoc[]
==== Response Body
include::{snippets}/buyer-controller-test/get-buyer-paging/response-body.adoc[]
==== Response Fields
include::{snippets}/buyer-controller-test/get-buyer-paging/response-fields.adoc[]

[[구매자-수정]]
=== 구매자 배포 유무만 수정
==== Curl Request
Expand Down

0 comments on commit 03b649c

Please sign in to comment.