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:
parent
806b038a44
commit
c9d307d908
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue