diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api-task-procedures.markdown | 2 | ||||
-rw-r--r-- | doc/config.markdown | 2 |
2 files changed, 1 insertions, 3 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) diff --git a/doc/config.markdown b/doc/config.markdown index e7916454..393efbae 100644 --- a/doc/config.markdown +++ b/doc/config.markdown @@ -1,7 +1,7 @@ Config file =========== -You can customize the default settings of Kanboard by adding a file `config.php` at the project root. +You can customize the default settings of Kanboard by adding a file `config.php` at the project root or in the `data` folder. You can also rename the file `config.default.php` to `config.php` and change the desired values. Enable/Disable debug mode |