summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-06-26 11:57:28 -0400
committerFrederic Guillot <fred@kanboard.net>2016-06-26 11:57:28 -0400
commitb48c0cecbb1f687641594430260a67938d870cbb (patch)
tree82169826993d3d8c4790b653ce3901e152f6d4d8 /doc
parent4a230d331ec220fc32a48525afb308af0d9787fa (diff)
Added new arguments to project API calls and update composer.json
Diffstat (limited to 'doc')
-rw-r--r--doc/api-project-procedures.markdown2
-rw-r--r--doc/requirements.markdown2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/api-project-procedures.markdown b/doc/api-project-procedures.markdown
index 3f8d33c2..d375852c 100644
--- a/doc/api-project-procedures.markdown
+++ b/doc/api-project-procedures.markdown
@@ -186,7 +186,7 @@ Response example:
- Purpose: **Update a project**
- Parameters:
- **project_id** (integer, required)
- - **name** (string, required)
+ - **name** (string, optional)
- **description** (string, optional)
- **owner_id** (integer, optional)
- **identifier** (string, optional)
diff --git a/doc/requirements.markdown b/doc/requirements.markdown
index 9943465a..f6c9b309 100644
--- a/doc/requirements.markdown
+++ b/doc/requirements.markdown
@@ -51,7 +51,7 @@ Kanboard is pre-configured to work with Apache (URL rewriting).
| PHP Version |
|----------------|
-| PHP >= 5.3.3 |
+| PHP >= 5.3.9 |
| PHP 5.4 |
| PHP 5.5 |
| PHP 5.6 |