summaryrefslogtreecommitdiff
path: root/doc/api/notes.md
diff options
context:
space:
mode:
authorNihad Abbasov <narkoz.2008@gmail.com>2012-12-01 02:20:45 -0800
committerNihad Abbasov <narkoz.2008@gmail.com>2012-12-01 02:20:45 -0800
commit270a43370a4cd9e5f222ad707f68f42088d5ae06 (patch)
tree3925239a14c96c145860eacec4749df146f85438 /doc/api/notes.md
parentb17e94c37bd5868c44f3aa085bfc3e44e227dc07 (diff)
downloadgitlab-ce-270a43370a4cd9e5f222ad707f68f42088d5ae06.tar.gz
API: get a single wall note
Diffstat (limited to 'doc/api/notes.md')
-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.