diff options
author | Rob Taylor <robt@hoopassociates.co.uk> | 2012-08-14 17:54:25 +0100 |
---|---|---|
committer | Rob Taylor <robt@hoopassociates.co.uk> | 2012-09-04 09:48:33 +0100 |
commit | 4cb03183ac4d9c765111174f0d657997bfb35d45 (patch) | |
tree | 0de4e1db47136bc387f1c1020c60d4739a75e072 /doc/api/projects.md | |
parent | c347fd3f880925c1883df798f8d7dc85a57e80d2 (diff) | |
download | gitlab-ce-4cb03183ac4d9c765111174f0d657997bfb35d45.tar.gz |
Text changes to API documentation
Diffstat (limited to 'doc/api/projects.md')
-rw-r--r-- | doc/api/projects.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index b0c1e65709c..e029522be18 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -1,6 +1,6 @@ ## List projects -Get a list of authenticated user's projects. +Get a list of projects owned by the authenticated user. ``` GET /projects @@ -55,7 +55,7 @@ GET /projects ## Single project -Get an authenticated user's project. +Get a specific project, identified by project ID, which is owned by the authentication user. ``` GET /projects/:id @@ -109,7 +109,7 @@ found` on fail. ## Project repository branches -Get a list of project repository branches sorted by name alphabetically. +Get a list of repository branches from a project, sorted by name alphabetically. ``` GET /projects/:id/repository/branches @@ -186,7 +186,7 @@ Parameters: ## Project repository tags -Get a list of project repository tags sorted by name in reverse alphabetical order. +Get a list of repository tags from a project, sorted by name in reverse alphabetical order. ``` GET /projects/:id/repository/tags @@ -237,3 +237,4 @@ Parameters: + `filepath` (required) - The path the file Will return the raw file contents. + |