diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-05-30 03:52:46 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-05-30 03:52:46 +0000 |
commit | 3be0a35c78d911b432fac1b385ff30e38f117d56 (patch) | |
tree | eed94b10674928feed528a111fe2f29583f2170f /doc/api | |
parent | 42df87c878430b46e3eb29f55caa2d16a8f351d7 (diff) | |
download | gitlab-ce-3be0a35c78d911b432fac1b385ff30e38f117d56.tar.gz |
Docs: Fix 4 docs to resolve follow-up issue
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/epic_issues.md | 1 | ||||
-rw-r--r-- | doc/api/epic_links.md | 1 | ||||
-rw-r--r-- | doc/api/scim.md | 2 | ||||
-rw-r--r-- | doc/api/vulnerabilities.md | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/doc/api/epic_issues.md b/doc/api/epic_issues.md index 438a3361dcc..ec59ea7068e 100644 --- a/doc/api/epic_issues.md +++ b/doc/api/epic_issues.md @@ -7,6 +7,7 @@ If a user is not a member of a group and the group is private, a `GET` request o Epics are available only in Ultimate. If epics feature is not available a `403` status code will be returned. ## List issues for an epic + Gets all issues that are assigned to an epic and the authenticated user has access to. ``` diff --git a/doc/api/epic_links.md b/doc/api/epic_links.md index d6e43ae7074..9ad90a6d0f1 100644 --- a/doc/api/epic_links.md +++ b/doc/api/epic_links.md @@ -12,6 +12,7 @@ If a user is not a member of a group and the group is private, a `GET` request o 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. ## List epics related to a given epic + Gets all child epics of an epic. ``` diff --git a/doc/api/scim.md b/doc/api/scim.md index 4595c6f2ed3..3870ea788e7 100644 --- a/doc/api/scim.md +++ b/doc/api/scim.md @@ -1,4 +1,4 @@ -# SCIM API +# SCIM API **[SILVER ONLY]** > [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9388) in [GitLab Silver](https://about.gitlab.com/pricing/) 11.10. diff --git a/doc/api/vulnerabilities.md b/doc/api/vulnerabilities.md index 87f77613ad3..390d0966244 100644 --- a/doc/api/vulnerabilities.md +++ b/doc/api/vulnerabilities.md @@ -1,4 +1,4 @@ -# Vulnerabilities API +# Vulnerabilities API **[ULTIMATE]** Every API call to vulnerabilities must be authenticated. |