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:
Diffstat (limited to 'changelogs/unreleased/api-subscription-restful.yml')
-rw-r--r--changelogs/unreleased/api-subscription-restful.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/changelogs/unreleased/api-subscription-restful.yml b/changelogs/unreleased/api-subscription-restful.yml
deleted file mode 100644
index 95db470e6c9..00000000000
--- a/changelogs/unreleased/api-subscription-restful.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-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