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-03-13 00:09:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-13 00:09:12 +0300
commit963c6277b29b205c38c24fa907dda933097fbd25 (patch)
tree58215f8cfa870eaef589c612d61e498f6e7e8f48 /doc/api/snippets.md
parentee4105895ebffdc6185d20f4592031723a76fedc (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/snippets.md')
-rw-r--r--doc/api/snippets.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/snippets.md b/doc/api/snippets.md
index cf1cfa567db..629dfebbefc 100644
--- a/doc/api/snippets.md
+++ b/doc/api/snippets.md
@@ -292,7 +292,7 @@ Parameters:
| `description` | string | no | Description of a snippet |
| `visibility` | string | no | Snippet's [visibility](#snippet-visibility-level) |
| `files` | array of hashes | sometimes | An array of snippet files. Required when updating snippets with multiple files. |
-| `files:action` | string | yes | Type of action to perform on the file, one of: 'create', 'update', 'delete', 'move' |
+| `files:action` | string | yes | Type of action to perform on the file, one of: `create`, `update`, `delete`, `move` |
| `files:file_path` | string | no | File path of the snippet file |
| `files:previous_path` | string | no | Previous path of the snippet file |
| `files:content` | string | no | Content of the snippet file |