summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-02-22 11:29:53 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-02-22 11:29:53 +0000
commit99d0bc3d5521785f14330ef8cb2160c2bececeee (patch)
treed3092f9416969fe9a5df268f962218f8bfcbb46c /changelogs
parent7bf28a4adaabac7b974ef7d829e604d77eb9d9df (diff)
parentca68c8173312c788e8f02669cfde20fbcdd76a3c (diff)
downloadgitlab-ce-99d0bc3d5521785f14330ef8cb2160c2bececeee.tar.gz
Merge branch 'api-subscription-restful' into 'master'
API: Make subscription API more RESTfuL Closes #28327 See merge request !9325
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/api-subscription-restful.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/api-subscription-restful.yml b/changelogs/unreleased/api-subscription-restful.yml
new file mode 100644
index 00000000000..95db470e6c9
--- /dev/null
+++ b/changelogs/unreleased/api-subscription-restful.yml
@@ -0,0 +1,4 @@
+---
+title: 'API: - Make subscription API more RESTful. Use `post ":project_id/:subscribable_type/:subscribable_id/subscribe"` to subscribe and `post ":project_id/:subscribable_type/:subscribable_id/unsubscribe"` to unsubscribe from a resource.'
+merge_request: 9325
+author: Robert Schilling