diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-12-12 17:46:11 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-12-12 17:46:11 -0500 |
commit | 486238b5485d61cdc4e66244632f91357d014059 (patch) | |
tree | 75857aad9dc7532102e0c11eae78e4fe7745ebe6 /doc | |
parent | 7b997692273055ada47b5b97f0cc5eb22fb0c0ca (diff) |
API: check project membership for task operations
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api-task-procedures.markdown | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api-task-procedures.markdown b/doc/api-task-procedures.markdown index 71d5bd23..f2ca54d1 100644 --- a/doc/api-task-procedures.markdown +++ b/doc/api-task-procedures.markdown @@ -392,10 +392,8 @@ Response example: - Parameters: - **id** (integer, required) - **title** (string, optional) - - **project_id** (integer, optional) - **color_id** (string, optional) - **owner_id** (integer, optional) - - **creator_id** (integer, optional) - **date_due**: ISO8601 format (string, optional) - **description** Markdown content (string, optional) - **category_id** (integer, optional) |