summaryrefslogtreecommitdiff
path: root/doc/api/groups.md
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-04-12 19:08:35 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2016-04-12 19:08:35 +0200
commit5fb572417e0c331afb62c8bbaa561b0fe7836fc5 (patch)
treee26e6a64d94a26b9a48aa0e998d93538f0fc0ba9 /doc/api/groups.md
parentd0cdc2ee73c8421906fbd011d0f44d638616a864 (diff)
downloadgitlab-ce-5fb572417e0c331afb62c8bbaa561b0fe7836fc5.tar.gz
Fix minor issues according development guidelines
Diffstat (limited to 'doc/api/groups.md')
-rw-r--r--doc/api/groups.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md
index 59046190d0f..2821bc21b81 100644
--- a/doc/api/groups.md
+++ b/doc/api/groups.md
@@ -140,7 +140,7 @@ PUT /groups/:id
| `name` | string | no | The name of the group |
| `path` | string | no | The path of the group |
| `description` | string | no | The description of the group |
-| `visibility_level` | integer | no | The visibility_level of the group. 0 for private, 10 for internal, 20 for public. |
+| `visibility_level` | integer | no | The visibility level of the group. 0 for private, 10 for internal, 20 for public. |
```bash
curl -X PUT -H "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v3/groups/5?name=Experimental"