-
Notifications
You must be signed in to change notification settings - Fork 347
Implement API to Accept/Reject Collaboration Invite (Backend) #1192 #1218
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
Implement API to Accept/Reject Collaboration Invite (Backend) #1192 #1218
Conversation
@vansh909 is attempting to deploy a commit to the avdheshvarshney's projects Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE. |
@vansh909 Resolve all conflicts. Use the below git command, git merge origin main
|
What's the response? |
The screenshot was taken earlier as I was trying something but that didn't worked , so i changed the response to "You have accepted/rejected the collaboration invitation" before pushing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rest all OK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK Cool β
Closes: #1192
Describe the add-ons or changes you've made π
POST /collaboration/accept/:token
β For accepting the invite.POST /collaboration/reject/:token
β For rejecting the invite.Screenshots π·
Type of change βοΈ