diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-18 10:11:07 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-18 10:11:07 -0500 |
commit | 948b7fbaaa58c0a825938f7e8bda9a07ec39239b (patch) | |
tree | 15eb1d245dac847d92c606fff85c65a7d9e0f79b /doc/en_US | |
parent | de128dbad860478496a0d655b5eb5c1005ebbabe (diff) |
Add mandatory argument "project_id" to API method "updateSwimlane()"
Diffstat (limited to 'doc/en_US')
-rw-r--r-- | doc/en_US/api-swimlane-procedures.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en_US/api-swimlane-procedures.markdown b/doc/en_US/api-swimlane-procedures.markdown index 1e3296df..cad1ddf7 100644 --- a/doc/en_US/api-swimlane-procedures.markdown +++ b/doc/en_US/api-swimlane-procedures.markdown @@ -239,6 +239,7 @@ Response example: - Purpose: **Update swimlane properties** - Parameters: + - **project_id** (integer, required) - **swimlane_id** (integer, required) - **name** (string, required) - **description** (string, optional) @@ -254,6 +255,7 @@ Request example: "id": 87102426, "params": [ "1", + "1", "Another swimlane" ] } |