diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-01-28 20:34:49 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-01-28 20:34:49 -0500 |
commit | 549b86037bf1e62acbbc8b613ea0ce1fb250dbef (patch) | |
tree | 11f4fb392a7a638a2a65e4f5c89e8c2a685b3f8d /docs | |
parent | 7703d0459ab33b8b5ca0e49410fe5b8b8962a61c (diff) | |
parent | f56ee7467ed293f08f6070475f3b1c41f939fd1e (diff) |
Merge branch 'master' of https://github.com/fguillot/kanboard
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api-json-rpc.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api-json-rpc.markdown b/docs/api-json-rpc.markdown index 4284df08..a6a84d6b 100644 --- a/docs/api-json-rpc.markdown +++ b/docs/api-json-rpc.markdown @@ -1879,7 +1879,7 @@ Response example: - Parameters: - **task_id** (integer, required) - **title** (integer, required) - - **assignee_id** (int, optional) + - **user_id** (int, optional) - **time_estimated** (int, optional) - **time_spent** (int, optional) - **status** (int, optional) @@ -1996,7 +1996,7 @@ Response example: - **id** (integer, required) - **task_id** (integer, required) - **title** (integer, optional) - - **assignee_id** (integer, optional) + - **user_id** (integer, optional) - **time_estimated** (integer, optional) - **time_spent** (integer, optional) - **status** (integer, optional) |