Text changes to API documentation
This commit is contained in:
parent
c347fd3f88
commit
4cb03183ac
2 changed files with 9 additions and 11 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue