Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/issue_links.md')
-rw-r--r--doc/api/issue_links.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/issue_links.md b/doc/api/issue_links.md
index a7cacd64cbb..653f21e2f0b 100644
--- a/doc/api/issue_links.md
+++ b/doc/api/issue_links.md
@@ -77,9 +77,9 @@ Supported attributes:
| Attribute | Type | Required | Description |
|-----------------|----------------|------------------------|-----------------------------------------------------------------------------|
-| `id` | integer/string | **{check-circle}** Yes | ID or [URL-encoded path of the project](rest/index.md#namespaced-path-encoding). |
-| `issue_iid` | integer | **{check-circle}** Yes | Internal ID of a project's issue. |
-| `issue_link_id` | integer/string | **{check-circle}** Yes | ID of an issue relationship. |
+| `id` | integer/string | Yes | ID or [URL-encoded path of the project](rest/index.md#namespaced-path-encoding). |
+| `issue_iid` | integer | Yes | Internal ID of a project's issue. |
+| `issue_link_id` | integer/string | Yes | ID of an issue relationship. |
Response body attributes: