-
Notifications
You must be signed in to change notification settings - Fork 56
Create an api to delete a role from the discord server #282
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
Create an api to delete a role from the discord server #282
Conversation
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.
can you pass me design doc
1961b68
to
6989c74
Compare
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.
why status is 204 ..?
It is a delete endpoint. Therefore I have followed the REST standard for delete request with 204 status and empty body. |
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.
LGTM
d28042b
Date: 24 Oct, 2024
Developer Name: @pankajjs
Issue Ticket Number
Description
This PR adds a delete api endpoint for removing a role from RDS discord server which is going to be used in website backend for deleting a group role when a super user deletes the group from Group Site.
Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?
Screenshots
Working Video
dd1.mp4
Test Coverage
Screenshots
Additional information
Design doc Google Doc Link