Merge branch '27643-api-sample-fix-for-file-ops' into 'master'

Rename example from file_name to file_path

Closes #27643

See merge request !8959
This commit is contained in:
Rémy Coutable 2017-02-06 18:00:47 +00:00
commit 853314c193
1 changed files with 3 additions and 3 deletions

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