Commit 853314c1 authored by Rémy Coutable's avatar Rémy Coutable

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
parents b0f5d1a9 c9d307d9
...@@ -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