diff options
author | Jan Beckmann <king-jan1999@hotmail.de> | 2018-07-02 08:04:43 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2018-07-02 08:04:43 +0000 |
commit | 352e322291fe2ebccf055d55b4040677c106b6e1 (patch) | |
tree | e5460461cf9d286ec64a571287045909bfafc45e /doc/api/groups.md | |
parent | 1de68dc33fc7ed34c7f3d33c6186026c38c5b51a (diff) | |
download | gitlab-ce-352e322291fe2ebccf055d55b4040677c106b6e1.tar.gz |
Resolve "404 when trying to create a new issue from the group"
Diffstat (limited to 'doc/api/groups.md')
-rw-r--r-- | doc/api/groups.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md index a48905f2f15..53d72509423 100644 --- a/doc/api/groups.md +++ b/doc/api/groups.md @@ -147,6 +147,8 @@ Parameters: | `simple` | boolean | no | Return only the ID, URL, name, and path of each project | | `owned` | boolean | no | Limit by projects owned by the current user | | `starred` | boolean | no | Limit by projects starred by the current user | +| `with_issues_enabled` | boolean | no | Limit by enabled issues feature | +| `with_merge_requests_enabled` | boolean | no | Limit by enabled merge requests feature | | `with_custom_attributes` | boolean | no | Include [custom attributes](custom_attributes.md) in response (admins only) | Example response: |