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:
authorRick Gudmundson <rickg421@gmail.com>2017-02-03 18:26:45 +0300
committerRick Gudmundson <rickg421@gmail.com>2017-02-03 18:26:45 +0300
commitc9d307d908972d7336be2738d075e54c689709ad (patch)
tree7caf3b8baebf0805b927a54fd891ae42f28900ef /doc/api/repository_files.md
parent806b038a44cda37fa7d8ba9afae4b7adb07afe94 (diff)
Rename example from file_name to file_path
Applied in example response for create, update, and delete operations Fixes #27643
Diffstat (limited to 'doc/api/repository_files.md')
-rw-r--r--doc/api/repository_files.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/repository_files.md b/doc/api/repository_files.md
index 8a6baed5987..73dde599b7e 100644
--- a/doc/api/repository_files.md
+++ b/doc/api/repository_files.md
@@ -53,7 +53,7 @@ Example response:
```json
{
- "file_name": "app/project.rb",
+ "file_path": "app/project.rb",
"branch_name": "master"
}
```
@@ -82,7 +82,7 @@ Example response:
```json
{
- "file_name": "app/project.rb",
+ "file_path": "app/project.rb",
"branch_name": "master"
}
```
@@ -120,7 +120,7 @@ Example response:
```json
{
- "file_name": "app/project.rb",
+ "file_path": "app/project.rb",
"branch_name": "master"
}
```