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-21 12:00:33 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2017-02-21 14:01:15 +0300
commit1ef911f0e086badcb717c68cd1817c68ed8b4d8d (patch)
tree4e8f7f9a7b386b4e97b0ae6c0a8826cbd7c03de2 /changelogs
parentb596dd8fedd9dc8f9487e1e67a52a7b211bd956b (diff)
API: Use POST requests to mark todos as done
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/api-todos-restful.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/api-todos-restful.yml b/changelogs/unreleased/api-todos-restful.yml
new file mode 100644
index 00000000000..dba1350a495
--- /dev/null
+++ b/changelogs/unreleased/api-todos-restful.yml
@@ -0,0 +1,4 @@
+---
+title: 'API: Use POST requests to mark todos as done'
+merge_request: 9410
+author: Robert Schilling