Skip to content

Commit 3be0a35

Browse files
Ravleneread
authored andcommitted
Docs: Fix 4 docs to resolve follow-up issue
1 parent 42df87c commit 3be0a35

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

doc/api/epic_issues.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ If a user is not a member of a group and the group is private, a `GET` request o
77
Epics are available only in Ultimate. If epics feature is not available a `403` status code will be returned.
88

99
## List issues for an epic
10+
1011
Gets all issues that are assigned to an epic and the authenticated user has access to.
1112

1213
```

doc/api/epic_links.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ If a user is not a member of a group and the group is private, a `GET` request o
1212
Epics are available only in the [Ultimate/Gold tier](https://about.gitlab.com/pricing/). If the epics feature is not available, a `403` status code will be returned.
1313

1414
## List epics related to a given epic
15+
1516
Gets all child epics of an epic.
1617

1718
```

doc/api/scim.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SCIM API
1+
# SCIM API **[SILVER ONLY]**
22

33
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9388) in [GitLab Silver](https://about.gitlab.com/pricing/) 11.10.
44

doc/api/vulnerabilities.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vulnerabilities API
1+
# Vulnerabilities API **[ULTIMATE]**
22

33
Every API call to vulnerabilities must be authenticated.
44

0 commit comments

Comments
 (0)