Feature/swagger#20
Open
takmj00 wants to merge 5 commits into
Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Swagger API 명세를 더 구체적으로 작성했습니다.
access_token을 넣어야 함을 명시했습니다.access_token에 넣어도 됩니다. (swagger test 상으로는/register를 하면 자동으로 쿠키에 access_token이 들어가서 별도의 조작은 필요없습니다.)참가자가 해당 모임에 참여하고 있는지 항상 확인합니다.
/meetings/,/meetings/{linkCode}/info,/meetings/{linkCode}/participants/register를 제외한 API들을 사용할 때access_token으로 사용자를 식별하고 이 사용자가linkCode에 해당하는 모임에 참가하는지 확인하도록 했습니다.