summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2017-02-07 23:02:16 +0100
committerZ.J. van de Weg <git@zjvandeweg.nl>2017-02-07 23:02:16 +0100
commit2670301b2b0fa4bb5e7d0ec6bfe87fdcd3b74eb8 (patch)
treebd490964ac71562f2f3f39f2b83f741e476da23d
parent0ec914544fe9c8de6a7c83e37011063926e2f9b5 (diff)
downloadgitlab-ce-zj-update-api-docs-projects-id.tar.gz
Update API docs on finding project by namespace/namezj-update-api-docs-projects-id
[ci skip] Fixes #27835
-rw-r--r--doc/api/README.md7
-rw-r--r--doc/api/projects.md4
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index b334ca46caf..77338dc0a2f 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -284,6 +284,13 @@ Additional pagination headers are also sent back.
| `X-Next-Page` | The index of the next page |
| `X-Prev-Page` | The index of the previous page |
+## Project ID vs Project string
+
+When in this documentation a reference is made to the project id, one could also use NAMESPACE/PROJECT_NAME.
+If using namespaced projects call make sure that the NAMESPACE/PROJECT_NAME is URL-encoded, eg. `/api/v3/projects/diaspora%2Fdiaspora`
+(where `/` is represented by `%2F`).
+
+
## `id` vs `iid`
When you work with the API, you may notice two similar fields in API entities:
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 122075bbd11..2847f499dec 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -351,8 +351,8 @@ Parameters:
### Get single project
Get a specific project, identified by project ID or NAMESPACE/PROJECT_NAME, which is owned by the authenticated user.
-If using namespaced projects call make sure that the NAMESPACE/PROJECT_NAME is URL-encoded, eg. `/api/v3/projects/diaspora%2Fdiaspora` (where `/` is represented by `%2F`). This endpoint can be accessed without authentication if
-the project is publicly accessible.
+If using namespaced projects call make sure that the NAMESPACE/PROJECT_NAME is URL-encoded, eg. `/api/v3/projects/diaspora%2Fdiaspora`
+(where `/` is represented by `%2F`). This endpoint can be accessed without authentication if the project is publicly accessible.
```
GET /projects/:id