summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/notes.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/api/notes.md b/doc/api/notes.md
index 97899fa0f6e..7b226dea44c 100644
--- a/doc/api/notes.md
+++ b/doc/api/notes.md
@@ -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.