From 948b7fbaaa58c0a825938f7e8bda9a07ec39239b Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 18 Feb 2017 10:11:07 -0500 Subject: Add mandatory argument "project_id" to API method "updateSwimlane()" --- doc/en_US/api-swimlane-procedures.markdown | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/en_US') 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) @@ -253,6 +254,7 @@ Request example: "method": "updateSwimlane", "id": 87102426, "params": [ + "1", "1", "Another swimlane" ] -- cgit v1.2.3