addColumn() return the column_id now

This commit is contained in:
Frédéric Guillot
2014-11-22 19:15:50 -05:00
parent c49d46718a
commit 4d007ec39f
4 changed files with 14 additions and 8 deletions

View File

@@ -869,7 +869,7 @@ Response example:
- **project_id** (integer, required)
- **title** (string, required)
- **task_limit** (integer, optional)
- Result on success: **true**
- Result on success: **column_id**
- Result on failure: **false**
Request example:
@@ -892,7 +892,7 @@ Response example:
{
"jsonrpc": "2.0",
"id": 638544704,
"result": true
"result": 5
}
```