diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-23 12:33:52 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-23 12:33:52 -0500 |
commit | f4468bc0b65723a308135984306270a5ac4986a5 (patch) | |
tree | 30da86cef0a081fdf227958d8380da9256032d71 /doc/api-comment-procedures.markdown | |
parent | ba5937b07490160affad8239a7a9e6227979f770 (diff) |
Change title heading level for API doc
Diffstat (limited to 'doc/api-comment-procedures.markdown')
-rw-r--r-- | doc/api-comment-procedures.markdown | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api-comment-procedures.markdown b/doc/api-comment-procedures.markdown index 33a856ea..5ac25b13 100644 --- a/doc/api-comment-procedures.markdown +++ b/doc/api-comment-procedures.markdown @@ -1,7 +1,7 @@ API Comment Procedures ====================== -### createComment +## createComment - Purpose: **Create a new comment** - Parameters: @@ -36,7 +36,7 @@ Response example: } ``` -### getComment +## getComment - Purpose: **Get comment information** - Parameters: @@ -75,7 +75,7 @@ Response example: } ``` -### getAllComments +## getAllComments - Purpose: **Get all available comments** - Parameters: @@ -117,7 +117,7 @@ Response example: } ``` -### updateComment +## updateComment - Purpose: **Update a comment** - Parameters: @@ -150,7 +150,7 @@ Response example: } ``` -### removeComment +## removeComment - Purpose: **Remove a comment** - Parameters: |