API: get a single wall note
This commit is contained in:
parent
b17e94c37b
commit
270a43370a
3 changed files with 33 additions and 0 deletions
|
@ -57,6 +57,19 @@ Parameters:
|
|||
|
||||
## Single note
|
||||
|
||||
### Single wall note
|
||||
|
||||
Get a wall note.
|
||||
|
||||
```
|
||||
GET /projects/:id/notes/:note_id
|
||||
```
|
||||
|
||||
Parameters:
|
||||
|
||||
+ `id` (required) - The ID or code name of a project
|
||||
+ `note_id` (required) - The ID of a wall note
|
||||
|
||||
### Single issue note
|
||||
|
||||
Get an issue note.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue