diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-20 18:11:08 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-20 18:11:08 -0500 |
commit | 5fe68d4d499a8496229763369b50d71c9fa16200 (patch) | |
tree | 95bc4160b1da2fa79ca5ec1c0af4baab7cec1300 /doc/api-column-procedures.markdown | |
parent | da7259819bb6c3947317b39fc2a10626471bfca3 (diff) |
Add drag and drop to change swimlane positions
Diffstat (limited to 'doc/api-column-procedures.markdown')
-rw-r--r-- | doc/api-column-procedures.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api-column-procedures.markdown b/doc/api-column-procedures.markdown index 5bae7f76..c5d2793b 100644 --- a/doc/api-column-procedures.markdown +++ b/doc/api-column-procedures.markdown @@ -97,7 +97,7 @@ Response example: - Parameters: - **project_id** (integer, required) - **column_id** (integer, required) - - **position** (integer, required) + - **position** (integer, required, must be >= 1) - Result on success: **true** - Result on failure: **false** |