summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2017-02-20 15:14:48 +0100
committerRobert Schilling <rschilling@student.tugraz.at>2017-02-20 15:14:48 +0100
commit039c6d60fa2cc455956fb0016fc39f3e89a1a88f (patch)
treec421d86147adf041aa8f5dee3e5c8ae7606bf571 /changelogs
parentc89449e6110c2bdf6e1410bae3e7b7d807c5e305 (diff)
downloadgitlab-ce-039c6d60fa2cc455956fb0016fc39f3e89a1a88f.tar.gz
API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`api-star-restful
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/api-star-restful.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/api-star-restful.yml b/changelogs/unreleased/api-star-restful.yml
new file mode 100644
index 00000000000..3e7de8cd822
--- /dev/null
+++ b/changelogs/unreleased/api-star-restful.yml
@@ -0,0 +1,4 @@
+---
+title: 'API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`'
+merge_request: 9328
+author: Robert Schilling