Remove PATCH ":id/members/:user_id/member_role"
What does this MR do and why?
- This endpoint was added at !106395 (merged) and is behind a feature flag
- The endpoint enables associating a user with a custom role (member role). That functionality is now available via the existing PUT /[groups|projects]/:id/members/:user_id endpoint, see: !110971 (merged)
- As a result, this endpoint is no longer needed. And can be safely removed because it is behind a feature flag and undocumented.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.