diff options
author | Sergey Gnuskov <sergey.gnuskov@gmail.com> | 2016-07-07 15:41:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-07 15:41:15 +0300 |
commit | 82ba5f2bd339bb28ce1eeaaad5dda3f14ac67654 (patch) | |
tree | 2771d56c70bcdd87ad4cdc1ba175081251966a4e /doc | |
parent | ecfbb96384b2712aaf6c03dd04a3236b0578e18d (diff) | |
download | gitlab-ce-82ba5f2bd339bb28ce1eeaaad5dda3f14ac67654.tar.gz |
Fix unarchive mistake
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/projects.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index f5f195b97df..0425487ee58 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -713,7 +713,7 @@ have the proper access rights, code 403 is returned. Status 404 is returned if t doesn't exist, or is hidden to the user. ``` -POST /projects/:id/archive +POST /projects/:id/unarchive ``` | Attribute | Type | Required | Description | |