diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-30 12:09:15 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-30 12:09:15 +0000 |
commit | b0bfadd4860ccd031b8814df8463f794faa9a57c (patch) | |
tree | 95d51809a0fd3cd1cb518afe7c39a90c81cea7a3 /doc/api/epics.md | |
parent | 916ae24336fa8f3e2b5d005760bb85d2e0fc2428 (diff) | |
download | gitlab-ce-b0bfadd4860ccd031b8814df8463f794faa9a57c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/epics.md')
-rw-r--r-- | doc/api/epics.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/epics.md b/doc/api/epics.md index 4b20534eeed..109c12c1052 100644 --- a/doc/api/epics.md +++ b/doc/api/epics.md @@ -53,6 +53,7 @@ GET /groups/:id/epics?state=opened | `id` | integer/string | yes | The ID or [URL-encoded path of the group](README.md#namespaced-path-encoding) owned by the authenticated user | | `author_id` | integer | no | Return epics created by the given user `id` | | `labels` | string | no | Return epics matching a comma separated list of labels names. Label names from the epic group or a parent group can be used | +| `with_labels_details` | Boolean | no | If `true`, response will return more details for each label in labels field: `:name`, `:color`, `:description`, `:description_html`, `:text_color`. Default is `false`. Introduced in [GitLab 12.7](https://gitlab.com/gitlab-org/gitlab/merge_requests/21413)| | `order_by` | string | no | Return epics ordered by `created_at` or `updated_at` fields. Default is `created_at` | | `sort` | string | no | Return epics sorted in `asc` or `desc` order. Default is `desc` | | `search` | string | no | Search epics against their `title` and `description` | |