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] 미팅 삭제 api 생성 #89

Merged
merged 4 commits into from
Jan 15, 2024
Merged

[feat] 미팅 삭제 api 생성 #89

merged 4 commits into from
Jan 15, 2024

Conversation

Parkjyun
Copy link
Collaborator

Related Issue 📌

Description ✔️

  • 미팅을 삭제하는 api입니다.
  • Meeting Role이 owner인 사람만 사용할 수 있는 api입니다.
  • participants가 해당 api 호출시 403에러를 발생합니다.

To Reviewers

CascadeType.ALL을 사용하여 미팅이 지워질 시 연관된 유저미팅이 함께 지워지도록 설정하였습니다.

@Parkjyun Parkjyun added the api label Jan 15, 2024
@Parkjyun Parkjyun self-assigned this Jan 15, 2024
@tkdwns414 tkdwns414 merged commit b46dee3 into develop Jan 15, 2024
1 check passed
@tkdwns414 tkdwns414 deleted the feat/87 branch January 18, 2024 17:07
@tkdwns414 tkdwns414 restored the feat/87 branch January 18, 2024 17:07
@tkdwns414 tkdwns414 deleted the feat/87 branch January 18, 2024 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 마이핑글 삭제 api 생성
2 participants