summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2018-07-02 08:04:43 +0000
committerSean McGivern <sean@mcgivern.me.uk>2018-07-02 08:04:43 +0000
commitaefbbb42cad5d7249e2dfd365246a53167cb7788 (patch)
treee5460461cf9d286ec64a571287045909bfafc45e /doc
parent1de68dc33fc7ed34c7f3d33c6186026c38c5b51a (diff)
parent352e322291fe2ebccf055d55b4040677c106b6e1 (diff)
downloadgitlab-ce-aefbbb42cad5d7249e2dfd365246a53167cb7788.tar.gz
Merge branch '47462-issues-disabled-group-page' into 'master'
Resolve "404 when trying to create a new issue from the group" Closes #47462 See merge request gitlab-org/gitlab-ce!19869
Diffstat (limited to 'doc')
-rw-r--r--doc/api/groups.md2
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: