Skip to content

Commit

Permalink
docs: 별점 수정 api 문서 추가 #90
Browse files Browse the repository at this point in the history
FaberJoo committed Nov 7, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ab3343c commit 7e49f95
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
@@ -1095,3 +1095,30 @@ include::{snippets}/starRating/checkRated/notExist/response-body.adoc[]

.response-fields
include::{snippets}/starRating/checkRated/notExist/response-fields.adoc[]

=== PATCH api/v1/ratings/:animeId
.curl-request
include::{snippets}/starRating/patchScore/success/curl-request.adoc[]

.http-request
include::{snippets}/starRating/patchScore/success/http-request.adoc[]

.path-parameters
include::{snippets}/starRating/patchScore/success/path-parameters.adoc[]

.request-header
include::{snippets}/starRating/patchScore/success/request-headers.adoc[]

.request-body
include::{snippets}/starRating/patchScore/success/request-body.adoc[]

.request-fields
include::{snippets}/starRating/patchScore/success/request-fields.adoc[]

==== 성공시
.http-response
include::{snippets}/starRating/patchScore/success/http-response.adoc[]

==== 실패시
.http-response
include::{snippets}/starRating/patchScore/failure/http-response.adoc[]

0 comments on commit 7e49f95

Please sign in to comment.