Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorJan Beckmann <king-jan1999@hotmail.de>2018-07-02 11:04:43 +0300
committerSean McGivern <sean@mcgivern.me.uk>2018-07-02 11:04:43 +0300
commit352e322291fe2ebccf055d55b4040677c106b6e1 (patch)
treee5460461cf9d286ec64a571287045909bfafc45e /doc/api
parent1de68dc33fc7ed34c7f3d33c6186026c38c5b51a (diff)
Resolve "404 when trying to create a new issue from the group"
Diffstat (limited to 'doc/api')
-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: