summaryrefslogtreecommitdiff
path: root/doc/api/v3_to_v4.md
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2017-02-20 15:14:48 +0100
committerRobert Schilling <rschilling@student.tugraz.at>2017-02-20 15:14:48 +0100
commit039c6d60fa2cc455956fb0016fc39f3e89a1a88f (patch)
treec421d86147adf041aa8f5dee3e5c8ae7606bf571 /doc/api/v3_to_v4.md
parentc89449e6110c2bdf6e1410bae3e7b7d807c5e305 (diff)
downloadgitlab-ce-039c6d60fa2cc455956fb0016fc39f3e89a1a88f.tar.gz
API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`api-star-restful
Diffstat (limited to 'doc/api/v3_to_v4.md')
-rw-r--r--doc/api/v3_to_v4.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/v3_to_v4.md b/doc/api/v3_to_v4.md
index 0e7c5251329..149927250f2 100644
--- a/doc/api/v3_to_v4.md
+++ b/doc/api/v3_to_v4.md
@@ -13,6 +13,7 @@ changes are in V4:
- Project snippets do not return deprecated field `expires_at`
- Endpoints under `projects/:id/keys` have been removed (use `projects/:id/deploy_keys`)
- 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)
- `/licences`
- `/licences/:key`