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/graphql/custom_emoji.md')
-rw-r--r--doc/api/graphql/custom_emoji.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/graphql/custom_emoji.md b/doc/api/graphql/custom_emoji.md
index a0a329ca4b5..7efadb7e9dd 100644
--- a/doc/api/graphql/custom_emoji.md
+++ b/doc/api/graphql/custom_emoji.md
@@ -20,9 +20,9 @@ Parameters:
| Attribute | Type | Required | Description |
| :----------- | :------------- | :--------------------- | :------------------------------------------------------------------------ |
-| `group_path` | integer/string | **{check-circle}** Yes | ID or [URL-encoded path of the top-level group](../rest/index.md#namespaced-path-encoding) |
-| `name` | string | **{check-circle}** Yes | Name of the custom emoji. |
-| `file` | string | **{check-circle}** Yes | URL of the custom emoji image. |
+| `group_path` | integer/string | Yes | ID or [URL-encoded path of the top-level group](../rest/index.md#namespaced-path-encoding) |
+| `name` | string | Yes | Name of the custom emoji. |
+| `file` | string | Yes | URL of the custom emoji image. |
## Create a custom emoji