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-me-procedures.markdown | |
parent | ba5937b07490160affad8239a7a9e6227979f770 (diff) |
Change title heading level for API doc
Diffstat (limited to 'doc/api-me-procedures.markdown')
-rw-r--r-- | doc/api-me-procedures.markdown | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/api-me-procedures.markdown b/doc/api-me-procedures.markdown index 43afb0ef..e90bee61 100644 --- a/doc/api-me-procedures.markdown +++ b/doc/api-me-procedures.markdown @@ -1,7 +1,7 @@ User API Specific Procedures ============================ -### getMe +## getMe - Purpose: **Get logged user session** - Parameters: None @@ -45,7 +45,7 @@ Response example: } ``` -### getMyDashboard +## getMyDashboard - Purpose: **Get the dashboard of the logged user without pagination** - Parameters: None @@ -147,7 +147,7 @@ Response example: } ``` -### getMyActivityStream +## getMyActivityStream - Purpose: **Get the last 100 events for the logged user** - Parameters: None @@ -230,7 +230,7 @@ Response example: } ``` -### createMyPrivateProject +## createMyPrivateProject - Purpose: **Create a private project for the logged user** - Parameters: @@ -262,7 +262,7 @@ Response example: } ``` -### getMyProjectsList +## getMyProjectsList - Purpose: **Get projects of the connected user** - Parameters: None @@ -290,7 +290,7 @@ Response example: } } ``` -### getMyOverdueTasks +## getMyOverdueTasks - Purpose: **Get my overdue tasks** - Result on success: **List of tasks** @@ -336,7 +336,7 @@ Response example: } ``` -### getMyProjects +## getMyProjects - Purpose: **Get projects of connected user with full details** - Parameters: |