diff options
Diffstat (limited to 'doc/api/snippets.md')
-rw-r--r-- | doc/api/snippets.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/snippets.md b/doc/api/snippets.md index ea66aa552a7..798b80a5b11 100644 --- a/doc/api/snippets.md +++ b/doc/api/snippets.md @@ -237,6 +237,10 @@ Example response: ## Get user agent details +> **Notes:** +> [Introduced][ce-29508] in GitLab 9.4. + + Available only for admins. ``` @@ -260,3 +264,4 @@ Example response: "akismet_submitted": false } ``` +[ce-[ce-29508]: https://gitlab.com/gitlab-org/gitlab-ce/issues/29508]: https://gitlab.com/gitlab-org/gitlab-ce/issues/29508 |