diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2016-07-08 13:18:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-08 13:18:18 +0200 |
commit | ad806f32dc368ee10b6a9b79d7f2ec7b42644311 (patch) | |
tree | 932e59589c6dd54041616622427a6955b21a80a4 /doc | |
parent | 01d1be7bf1ffca28ce56dadeffcb426acfe8b0bf (diff) | |
parent | 82ba5f2bd339bb28ce1eeaaad5dda3f14ac67654 (diff) | |
download | gitlab-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.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 | |