Rename example from file_name to file_path

Applied in example response for create, update, and delete operations

Fixes #27643
This commit is contained in:
Rick Gudmundson 2017-02-03 15:26:45 +00:00
parent 806b038a44
commit c9d307d908

View file

@ -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"
}
```