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-application-procedures.markdown | |
parent | ba5937b07490160affad8239a7a9e6227979f770 (diff) |
Change title heading level for API doc
Diffstat (limited to 'doc/api-application-procedures.markdown')
-rw-r--r-- | doc/api-application-procedures.markdown | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/api-application-procedures.markdown b/doc/api-application-procedures.markdown index 2897b526..08474559 100644 --- a/doc/api-application-procedures.markdown +++ b/doc/api-application-procedures.markdown @@ -1,7 +1,7 @@ API Application Procedures ========================== -### getVersion +## getVersion - Purpose: **Get the application version** - Parameters: none @@ -27,7 +27,7 @@ Response example: } ``` -### getTimezone +## getTimezone - Purpose: **Get the application timezone** - Parameters: none @@ -54,7 +54,7 @@ Response example: } ``` -### getDefaultTaskColors +## getDefaultTaskColors - Purpose: **Get all default task colors** - Parameters: None @@ -161,7 +161,7 @@ Response example: } ``` -### getDefaultTaskColor +## getDefaultTaskColor - Purpose: **Get default task color** - Parameters: None @@ -187,7 +187,7 @@ Response example: } ``` -### getColorList +## getColorList - Purpose: **Get the list of task colors** - Parameters: none @@ -230,7 +230,7 @@ Response example: } ``` -### getApplicationRoles +## getApplicationRoles - Purpose: **Get the application roles** - Parameters: none @@ -260,7 +260,7 @@ Response example: } ``` -### getProjectRoles +## getProjectRoles - Purpose: **Get the project roles** - Parameters: none |