Skip to content

Commit

Permalink
Merge pull request #90 from grida-diary/main
Browse files Browse the repository at this point in the history
Docs
  • Loading branch information
wwan13 authored Jul 31, 2024
2 parents 38d51f7 + 6195bb1 commit 842f679
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class DiaryApiDocsTest(
}

documentFor(api, "modify-diary") {
summary("일기 생성 API")
summary("일기 수정 API")
requestHeaders(
"Authorization" whichMeans "인증 토큰"
)
Expand Down Expand Up @@ -136,7 +136,7 @@ class DiaryApiDocsTest(
}

documentFor(api, "modify-diary-scope") {
summary("일기 생성 API")
summary("일기 공개 범위 수정 API")
requestHeaders(
"Authorization" whichMeans "인증 토큰"
)
Expand Down

0 comments on commit 842f679

Please sign in to comment.