Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-21 21:47:04 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-21 21:47:04 +0400
commit8f01190eb5ec0f40d6f8874a3f3c79637000a709 (patch)
tree3db8cdf1455059c8274edaf89573550ecf166e88 /doc/api/repositories.md
parent931ec399bd16321f5bdd8e745f2f87dfe25a83ac (diff)
Remove all references tp the project code parameter from the API
Diffstat (limited to 'doc/api/repositories.md')
-rw-r--r--doc/api/repositories.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md
index 487ad9b2718..685797ad78d 100644
--- a/doc/api/repositories.md
+++ b/doc/api/repositories.md
@@ -8,7 +8,7 @@ GET /projects/:id/repository/branches
Parameters:
-+ `id` (required) - The ID or code name of a project
++ `id` (required) - The ID of a project
```json
[
@@ -48,7 +48,7 @@ GET /projects/:id/repository/branches/:branch
Parameters:
-+ `id` (required) - The ID or code name of a project
++ `id` (required) - The ID of a project
+ `branch` (required) - The name of the branch
```json
@@ -87,7 +87,7 @@ GET /projects/:id/repository/tags
Parameters:
-+ `id` (required) - The ID or code name of a project
++ `id` (required) - The ID of a project
```json
[
@@ -125,7 +125,7 @@ GET /projects/:id/repository/commits
Parameters:
-+ `id` (required) - The ID or code name of a project
++ `id` (required) - The ID of a project
+ `ref_name` (optional) - The name of a repository branch or tag
```json
@@ -159,7 +159,7 @@ GET /projects/:id/repository/commits/:sha/blob
Parameters:
-+ `id` (required) - The ID or code name of a project
++ `id` (required) - The ID of a project
+ `sha` (required) - The commit or branch name
+ `filepath` (required) - The path the file