summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Gnuskov <sergey.gnuskov@gmail.com>2016-07-07 15:41:15 +0300
committerGitHub <noreply@github.com>2016-07-07 15:41:15 +0300
commit82ba5f2bd339bb28ce1eeaaad5dda3f14ac67654 (patch)
tree2771d56c70bcdd87ad4cdc1ba175081251966a4e
parentecfbb96384b2712aaf6c03dd04a3236b0578e18d (diff)
downloadgitlab-ce-82ba5f2bd339bb28ce1eeaaad5dda3f14ac67654.tar.gz
Fix unarchive mistake
-rw-r--r--doc/api/projects.md2
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 |