From 270a43370a4cd9e5f222ad707f68f42088d5ae06 Mon Sep 17 00:00:00 2001 From: Nihad Abbasov Date: Sat, 1 Dec 2012 02:20:45 -0800 Subject: API: get a single wall note --- doc/api/notes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/api/notes.md') 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. -- cgit v1.2.1