Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat/#42] 스터디 참가 탈퇴 api #43

Merged
merged 2 commits into from
Sep 23, 2021

Conversation

ChanHoLee275
Copy link
Collaborator

스터디 참가 PUT /study/enter?userId=${userId}&&teamId=${teamId}
스터디 탈퇴 PUT /study/exit?userId=${userId}&&teamId=${teamId}
스터디 참가와 탈퇴는 team에 있는 userIds를 조작한다.
따로 반환하는 값이 없기 때문에, reload 하는 것이 필요할 듯!
따로 필요한 값이 있으면 말씀해주세요
response
{
"code": "2000",
"status": "성공 : Team 입장",
"message": "User가 Team에 정상적으로 입장하였습니다."
}

@ChanHoLee275 ChanHoLee275 merged commit 84d78fd into boostcampwm-2021:backend-dev Sep 23, 2021
@ChanHoLee275 ChanHoLee275 linked an issue Sep 23, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[backend] 스터디 참가, 퇴장 API 작성
1 participant