Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f3b00b60
Commit
f3b00b60
authored
Jul 22, 2019
by
Nathan Friend
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify project name vs path
parent
8073b055
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
doc/api/README.md
doc/api/README.md
+6
-1
No files found.
doc/api/README.md
View file @
f3b00b60
...
...
@@ -515,7 +515,7 @@ more than 10,000, the `X-Total` and `X-Total-Pages` headers as well as the
## Namespaced path encoding
If using namespaced API calls, make sure that the
`NAMESPACE/PROJECT_
NAME
`
is
If using namespaced API calls, make sure that the
`NAMESPACE/PROJECT_
PATH
`
is
URL-encoded.
For example,
`/`
is represented by
`%2F`
:
...
...
@@ -524,6 +524,11 @@ For example, `/` is represented by `%2F`:
GET /api/v4/projects/diaspora%2Fdiaspora
```
NOTE:
**Note:**
A project's
**path**
is not necessarily the same as its
**name**
. A
project's path can found in the project's URL or in the project's settings
under
**General > Advanced > Change path**
.
## Branches and tags name encoding
If your branch or tag contains a
`/`
, make sure the branch/tag name is
...
...
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