Commit e01e78c5 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'docs-nfriend-project-name-vs-project-path' into 'master'

Clarify difference between project name and project path for API usage

See merge request gitlab-org/gitlab-ce!31019
parents 29f2903d 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
......
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