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-swimlane-procedures.markdown | |
parent | ba5937b07490160affad8239a7a9e6227979f770 (diff) |
Change title heading level for API doc
Diffstat (limited to 'doc/api-swimlane-procedures.markdown')
-rw-r--r-- | doc/api-swimlane-procedures.markdown | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/api-swimlane-procedures.markdown b/doc/api-swimlane-procedures.markdown index fe917042..ab288c0c 100644 --- a/doc/api-swimlane-procedures.markdown +++ b/doc/api-swimlane-procedures.markdown @@ -1,7 +1,7 @@ API Swimlane Procedures ======================= -### getDefaultSwimlane +## getDefaultSwimlane - Purpose: **Get the default swimlane for a project** - Parameters: @@ -36,7 +36,7 @@ Response example: } ``` -### getActiveSwimlanes +## getActiveSwimlanes - Purpose: **Get the list of enabled swimlanes of a project (include default swimlane if enabled)** - Parameters: @@ -76,7 +76,7 @@ Response example: } ``` -### getAllSwimlanes +## getAllSwimlanes - Purpose: **Get the list of all swimlanes of a project (enabled or disabled) and sorted by position** - Parameters: @@ -122,7 +122,7 @@ Response example: } ``` -### getSwimlane +## getSwimlane - Purpose: **Get the a swimlane by id** - Parameters: @@ -159,7 +159,7 @@ Response example: } ``` -### getSwimlaneById +## getSwimlaneById - Purpose: **Get the a swimlane by id** - Parameters: @@ -196,7 +196,7 @@ Response example: } ``` -### getSwimlaneByName +## getSwimlaneByName - Purpose: **Get the a swimlane by name** - Parameters: @@ -235,7 +235,7 @@ Response example: } ``` -### moveSwimlaneUp +## moveSwimlaneUp - Purpose: **Move up the swimlane position** - Parameters: @@ -268,7 +268,7 @@ Response example: } ``` -### moveSwimlaneDown +## moveSwimlaneDown - Purpose: **Move down the swimlane position** - Parameters: @@ -301,7 +301,7 @@ Response example: } ``` -### updateSwimlane +## updateSwimlane - Purpose: **Update swimlane properties** - Parameters: @@ -335,7 +335,7 @@ Response example: } ``` -### addSwimlane +## addSwimlane - Purpose: **Add a new swimlane** - Parameters: @@ -369,7 +369,7 @@ Response example: } ``` -### removeSwimlane +## removeSwimlane - Purpose: **Remove a swimlane** - Parameters: @@ -402,7 +402,7 @@ Response example: } ``` -### disableSwimlane +## disableSwimlane - Purpose: **Enable a swimlane** - Parameters: @@ -435,7 +435,7 @@ Response example: } ``` -### enableSwimlane +## enableSwimlane - Purpose: **Enable a swimlane** - Parameters: |