Skip to content

API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`

Robert Schilling requested to merge api-star-restful into master

What does this MR do?

Moves the unstar API endpoint from DELETE to POST to make it more restful.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/28328

Merge request reports