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
path: root/doc
diff options
context:
space:
mode:
authorOswaldo Ferreira <oswaldo@gitlab.com>2017-02-21 22:47:25 +0300
committerToon Claes <toon@gitlab.com>2017-02-22 18:35:20 +0300
commit9f56b57b55307fc3fa25737b89806564259354f8 (patch)
tree240e40d9be756ab22935e6a7b7b9cbc05c5cd787 /doc
parent319dfd68a82fe0b6893513a8f99962c3ea13965b (diff)
Present GitLab version for each V3 to V4 API change on v3_to_v4.md
Diffstat (limited to 'doc')
-rw-r--r--doc/api/v3_to_v4.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/api/v3_to_v4.md b/doc/api/v3_to_v4.md
index 59d7f0634b2..d99a52e4dc2 100644
--- a/doc/api/v3_to_v4.md
+++ b/doc/api/v3_to_v4.md
@@ -4,7 +4,7 @@ Our V4 API version is currently available as *Beta*! It means that V3
will still be supported and remain unchanged for now, but be aware that the following
changes are in V4:
-### Changes
+### 8.17
- Removed `/projects/:search` (use: `/projects?search=x`)
- `iid` filter has been removed from `projects/:id/issues`
@@ -12,6 +12,9 @@ changes are in V4:
- Endpoints under `projects/merge_request/:id` have been removed (use: `projects/merge_requests/:id`)
- Project snippets do not return deprecated field `expires_at`
- Endpoints under `projects/:id/keys` have been removed (use `projects/:id/deploy_keys`)
+
+### 9.0
+
- Status 409 returned for POST `project/:id/members` when a member already exists
- Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`
- Removed the following deprecated Templates endpoints (these are still accessible with `/templates` prefix)