BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
853314c1
Commit
853314c1
authored
Feb 06, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
repository_files.md
doc/api/repository_files.md
+3
-3
No files found.
doc/api/repository_files.md
View file @
853314c1
...
...
@@ -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"
}
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment