-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
=== 서재 단건 조회 | ||
|
||
image::https://jisungin-bucket.s3.ap-northeast-2.amazonaws.com/docs/get-userlibrary.png[] | ||
|
||
TIP: 상세 조회된 도서에 대한 사용자의 도서 상태를 조회 | ||
|
||
==== HTTP Request | ||
include::{snippets}/user-library/get/http-request.adoc[] | ||
include::{snippets}/user-library/get/query-parameters.adoc[] | ||
|
||
==== HTTP Response | ||
include::{snippets}/user-library/get/http-response.adoc[] | ||
===== Response Body | ||
include::{snippets}/user-library/get/response-body.adoc[] | ||
include::{snippets}/user-library/get/response-fields.adoc[] | ||
|
||
=== 서재 등록 | ||
|
||
TIP: 상세 조회된 도서에 대한 도서 상태를 생성 | ||
|
||
==== HTTP Request | ||
include::{snippets}/user-library/create/http-request.adoc[] | ||
===== Request Body | ||
include::{snippets}/user-library/create/request-body.adoc[] | ||
include::{snippets}/user-library/create/request-fields.adoc[] | ||
|
||
==== HTTP Response | ||
include::{snippets}/user-library/create/http-response.adoc[] | ||
===== Response Body | ||
include::{snippets}/user-library/create/response-body.adoc[] | ||
include::{snippets}/user-library/create/response-fields.adoc[] | ||
|
||
=== 서재 수정 | ||
|
||
TIP: 상세 조회된 도서에 대한 도서 상태를 수정 | ||
|
||
==== HTTP Request | ||
include::{snippets}/user-library/edit/http-request.adoc[] | ||
include::{snippets}/user-library/edit/path-parameters.adoc[] | ||
===== Request Body | ||
include::{snippets}/user-library/edit/request-body.adoc[] | ||
include::{snippets}/user-library/edit/request-fields.adoc[] | ||
|
||
==== HTTP Response | ||
include::{snippets}/user-library/edit/http-response.adoc[] | ||
===== Response Body | ||
include::{snippets}/user-library/edit/response-body.adoc[] | ||
include::{snippets}/user-library/edit/response-fields.adoc[] | ||
|
||
=== 서재 삭제 | ||
|
||
TIP: 상세 조회된 도서에 대한 도서 상태를 삭제 | ||
|
||
==== HTTP Request | ||
include::{snippets}/user-library/delete/http-request.adoc[] | ||
|
||
==== HTTP Response | ||
include::{snippets}/user-library/delete/http-response.adoc[] | ||
include::{snippets}/user-library/delete/path-parameters.adoc[] | ||
===== Response Body | ||
include::{snippets}/user-library/delete/response-body.adoc[] | ||
include::{snippets}/user-library/delete/response-fields.adoc[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters