Commit c9d307d9 authored by Rick Gudmundson's avatar Rick Gudmundson

Rename example from file_name to file_path

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

Fixes #27643
parent 806b038a
...@@ -53,7 +53,7 @@ Example response: ...@@ -53,7 +53,7 @@ Example response:
```json ```json
{ {
"file_name": "app/project.rb", "file_path": "app/project.rb",
"branch_name": "master" "branch_name": "master"
} }
``` ```
...@@ -82,7 +82,7 @@ Example response: ...@@ -82,7 +82,7 @@ Example response:
```json ```json
{ {
"file_name": "app/project.rb", "file_path": "app/project.rb",
"branch_name": "master" "branch_name": "master"
} }
``` ```
...@@ -120,7 +120,7 @@ Example response: ...@@ -120,7 +120,7 @@ Example response:
```json ```json
{ {
"file_name": "app/project.rb", "file_path": "app/project.rb",
"branch_name": "master" "branch_name": "master"
} }
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment