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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-02-19 21:10:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-19 21:10:51 +0300
commitfe389e7d345a391a8b6e6392dcf1bbd23546b323 (patch)
tree24b1953ceea39eb906fdfd11fab91d28b246a8c2 /doc/api/snippets.md
parentd3f395c87cbab4c646bbb7db52caebec4c09ebb8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/snippets.md')
-rw-r--r--doc/api/snippets.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/snippets.md b/doc/api/snippets.md
index 670045df66d..3b7184c9933 100644
--- a/doc/api/snippets.md
+++ b/doc/api/snippets.md
@@ -5,7 +5,7 @@ info: "To determine the technical writer assigned to the Stage/Group associated
type: reference, api
---
-# Snippets API
+# Snippets API **(FREE)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/6373) in GitLab 8.15.
@@ -230,7 +230,7 @@ curl --request POST "https://gitlab.example.com/api/v4/snippets" \
"content": "Hello world",
"file_path": "test.txt"
}
- ]
+ ]
}
```