Commit Graph

4 Commits

Author SHA1 Message Date
Frédéric Guillot f56ee7467e Merge pull request #555 from norcnorc/fix-json-rpc-subtask-user-parameter
fix user parameter name for createSubtask, updateSubtask in json-RPC API
2015-01-27 19:53:33 -05:00
norcnorc 081b76c21f fix incorrect user parameter name for createSubtask, updateSubtask in json-RPC API
Changing the documentation and python example to match what the server code says: "user_id", not "assignee_id".
2015-01-27 18:10:06 +01:00
Oliver Bertuch c0e5a469b6 Fix JSON API Documentation for getAllTasks() parameters.
Documentation told us to use parameter "status", but it actually has to be "status_id".
This adds corrections to kanboard.py, too. It adds missing getTimezone() to kanboard.py, too.
2015-01-26 11:49:38 +01:00
Karol Judek e7352037ed Add Json-RPC API for Python 2014-11-11 13:40:48 +01:00