Commit cfd2887a authored by Stan Hu's avatar Stan Hu

Merge branch 'patch-29' into 'master'

Update v3_to_v4.md: fixed typos

See merge request gitlab-org/gitlab-ee!16230
parents 9516bcd3 68736944
...@@ -23,8 +23,8 @@ Below are the changes made between V3 and V4. ...@@ -23,8 +23,8 @@ Below are the changes made between V3 and V4.
- Status 409 returned for `POST /projects/:id/members` when a member already exists [!9093](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9093) - Status 409 returned for `POST /projects/:id/members` when a member already exists [!9093](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9093)
- Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar` [!9328](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9328) - Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar` [!9328](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9328)
- Removed the following deprecated Templates endpoints (these are still accessible with `/templates` prefix) [!8853](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8853) - Removed the following deprecated Templates endpoints (these are still accessible with `/templates` prefix) [!8853](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8853)
- `/licences` - `/licenses`
- `/licences/:key` - `/licenses/:key`
- `/gitignores` - `/gitignores`
- `/gitlab_ci_ymls` - `/gitlab_ci_ymls`
- `/dockerfiles` - `/dockerfiles`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment