diff options
| author | Oswaldo Ferreira <oswaldo@gitlab.com> | 2017-02-02 15:57:34 -0200 |
|---|---|---|
| committer | Oswaldo Ferreira <oswaldo@gitlab.com> | 2017-02-13 16:58:11 -0200 |
| commit | c2102e6e3bf4fa5220d5fa4d3a4c1549f7385162 (patch) | |
| tree | 1a9504bc3e5a748106ce1b03f271813168743eaf /doc/api | |
| parent | 49e44d88b90939ece219e2cffc11119854306bd9 (diff) | |
| download | gitlab-ce-c2102e6e3bf4fa5220d5fa4d3a4c1549f7385162.tar.gz | |
Move /projects/fork/:id to /projects/:id/fork14492-change-fork-endpoint
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/projects.md | 2 | ||||
| -rw-r--r-- | doc/api/v3_to_v4.md | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index bad238f57d7..e579b89d836 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -705,7 +705,7 @@ Parameters: Forks a project into the user namespace of the authenticated user or the one provided. ``` -POST /projects/fork/:id +POST /projects/:id/fork ``` Parameters: diff --git a/doc/api/v3_to_v4.md b/doc/api/v3_to_v4.md index 0ae07b5d3de..7811025f34e 100644 --- a/doc/api/v3_to_v4.md +++ b/doc/api/v3_to_v4.md @@ -22,4 +22,5 @@ changes are in V4: - `/gitignores/:key` - `/gitlab_ci_ymls/:key` - `/dockerfiles/:key` +- Moved `/projects/fork/:id` to `/projects/:id/fork` |
