API: add project snippets listing
This commit is contained in:
parent
ad5b5d1e51
commit
61f12da3a5
4 changed files with 29 additions and 1 deletions
|
@ -1,6 +1,14 @@
|
|||
## List snippets
|
||||
|
||||
Not implemented.
|
||||
Get a list of project snippets.
|
||||
|
||||
```
|
||||
GET /projects/:id/snippets
|
||||
```
|
||||
|
||||
Parameters:
|
||||
|
||||
+ `id` (required) - The ID or code name of a project
|
||||
|
||||
## Single snippet
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue