Commit 5cb052e2 authored by Jonston Chan's avatar Jonston Chan

Fix linting errors in doc/api/epic_issues.md

parent 3318b9dc
...@@ -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