Commit 0db44b64 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch '287954-fix-lint-errors-epic_issues' into 'master'

Docs: fix linting errors in doc/api/epic_issues.md

See merge request gitlab-org/gitlab!49640
parents 17c72f8b 5cb052e2
...@@ -8,11 +8,11 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -8,11 +8,11 @@ info: To determine the technical writer assigned to the Stage/Group associated w
Every API call to epic_issues must be authenticated. Every API call to epic_issues must be authenticated.
If a user is not a member of a group and the group is private, a `GET` request on that group will If a user is not a member of a group and the group is private, a `GET` request on that group
result in a `404` status code. results in a `404` status code.
Epics are available only in GitLab [Premium and higher](https://about.gitlab.com/pricing/). Epics are available only in GitLab [Premium and higher](https://about.gitlab.com/pricing/).
If the Epics feature is not available, a `403` status code will be returned. If the Epics feature is not available, a `403` status code is returned.
## List issues for an epic ## List issues for an epic
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment