summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorRick Gudmundson <rickg421@gmail.com>2017-02-03 15:26:45 +0000
committerRick Gudmundson <rickg421@gmail.com>2017-02-03 15:26:45 +0000
commitc9d307d908972d7336be2738d075e54c689709ad (patch)
tree7caf3b8baebf0805b927a54fd891ae42f28900ef /doc/api
parent806b038a44cda37fa7d8ba9afae4b7adb07afe94 (diff)
downloadgitlab-ce-c9d307d908972d7336be2738d075e54c689709ad.tar.gz
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')
-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"
}
```