Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2017-02-17 12:45:05 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2017-02-21 19:44:44 +0300
commit55f2425a678b61178d46e50f2b5a2da929228f52 (patch)
tree467d77c5a37a2101fda87be193563b11987c4f35 /changelogs
parent316a7312341fd2d359b44da3f386c3739c1bdb4d (diff)
API: Make subscription API more RESTfuL
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