Skip to content

Commit

Permalink
Fix incorrect description of valid access levels (gitlabhq#342)
Browse files Browse the repository at this point in the history
This minor change corrects a mistake showing `master` as a valid level
of `group_access_level`.
  • Loading branch information
KyleOndy authored and sfang97 committed Sep 8, 2020
1 parent c841107 commit 2153214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/project.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The following arguments are supported:
* `shared_with_groups` - (Optional) Enable sharing the project with a list of groups (maps).
* `group_id` - (Required) Group id of the group you want to share the project with.
* `group_access_level` - (Required) Group's sharing permissions. See [group members permission][group_members_permissions] for more info.
Valid values are `guest`, `reporter`, `developer`, `master`.
Valid values are `guest`, `reporter`, `developer`, `maintainer`.

* `archived` - (Optional) Whether the project is in read-only mode (archived). Repositories can be archived/unarchived by toggling this parameter.

Expand Down

0 comments on commit 2153214

Please sign in to comment.