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

채널 참가 승인 api 및 로직 변경. #16

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

F-hiller
Copy link
Member

변경 사항

PUT /api/channel/approve
{
	"userId":1,
	"channelId":1
}

위와 같은 API를 아래와 같이 변경하였습니다. Body는 없습니다.

PUT /api/channel/join-requests/{requestId}

close #10

@F-hiller F-hiller added the feat New feature or request label May 25, 2024
@F-hiller F-hiller self-assigned this May 25, 2024
@F-hiller F-hiller linked an issue May 25, 2024 that may be closed by this pull request
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PUT /api/channel/approve API 수정
1 participant