Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-07-08 17:22:13 +0300
committerRémy Coutable <remy@rymai.me>2016-07-08 17:22:13 +0300
commit1fefc2831eed7f88ecead78cc6fbc9836e94fa64 (patch)
treedd9331af1faa8754dbadb71760d388efff4a8fed /doc/api/projects.md
parent354471bd7c1a1d00e1105bbd938756fd26709ca2 (diff)
parent7dba769886e662d4a5701285421f6e75b917d1eb (diff)
Merge remote-tracking branch 'origin/master' into 8-10-stable
Diffstat (limited to 'doc/api/projects.md')
-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 |