summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-09-04 20:14:26 -0700
committerFrédéric Guillot <fred@kanboard.net>2014-09-04 20:14:26 -0700
commit954bed954f6c81cbcdb217966dcc9e008e7dd149 (patch)
tree3a3b54ed309a151476f2a0e77bbf35baaa078765 /docs
parent749136361e6eedbc868778db17bdc67aa0f3b677 (diff)
Task move position refactoring
Diffstat (limited to 'docs')
-rw-r--r--docs/api-json-rpc.markdown6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api-json-rpc.markdown b/docs/api-json-rpc.markdown
index c06943bb..4d598d0e 100644
--- a/docs/api-json-rpc.markdown
+++ b/docs/api-json-rpc.markdown
@@ -257,6 +257,12 @@ Procedures
- Result on success: **true**
- Result on failure: **false**
+### moveTaskPosition
+
+- Purpose: **Move a task to another column or another position**
+- Parameters: **project_id** (integer), **task_id** (integer), **column_id** (integer), **position** (integer)
+- Result on success: **true**
+- Result on failure: **false**