summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-07-08 13:18:18 +0200
committerGitHub <noreply@github.com>2016-07-08 13:18:18 +0200
commitad806f32dc368ee10b6a9b79d7f2ec7b42644311 (patch)
tree932e59589c6dd54041616622427a6955b21a80a4 /doc
parent01d1be7bf1ffca28ce56dadeffcb426acfe8b0bf (diff)
parent82ba5f2bd339bb28ce1eeaaad5dda3f14ac67654 (diff)
downloadgitlab-ce-ad806f32dc368ee10b6a9b79d7f2ec7b42644311.tar.gz
Merge pull request #10368 from gsmetal/patch-1
Fix unarchive mistake in projects API documentation
Diffstat (limited to 'doc')
-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 |