From ee6187bd554f6f257600a67f65f8af95cf9afa9a Mon Sep 17 00:00:00 2001 From: Nihad Abbasov Date: Thu, 29 Nov 2012 15:52:56 -0800 Subject: API: ability to create a wall note --- doc/api/notes.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc/api') diff --git a/doc/api/notes.md b/doc/api/notes.md index 24f86cca900..97899fa0f6e 100644 --- a/doc/api/notes.md +++ b/doc/api/notes.md @@ -87,6 +87,22 @@ Parameters: ## New note +### New wall note + +Create a new wall note. + +``` +POST /projects/:id/notes +``` + +Parameters: + ++ `id` (required) - The ID or code name of a project ++ `body` (required) - The content of a note + +Will return created note with status `201 Created` on success, or `404 Not found` on fail. + + ### New issue note Create a new issue note. -- cgit v1.2.1