Fix typos
This commit is contained in:
@@ -79,8 +79,8 @@ class Swimlane extends Base
|
|||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @param integer $project_id Project id
|
* @param integer $project_id Project id
|
||||||
* @param string $name Name
|
* @param string $name Swimlane name
|
||||||
* @return integer
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function getByName($project_id, $name)
|
public function getByName($project_id, $name)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1080,16 +1080,16 @@ Response example:
|
|||||||
{
|
{
|
||||||
"id": "3",
|
"id": "3",
|
||||||
"name": "Version 1.0",
|
"name": "Version 1.0",
|
||||||
"is_active" : "0",
|
"is_active": "0",
|
||||||
"position" : 1,
|
"position": 1,
|
||||||
"project_id" : 2
|
"project_id": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "2",
|
"id": "2",
|
||||||
"name": "Version 7.0",
|
"name": "Version 7.0",
|
||||||
"is_active" : "1"
|
"is_active": "1",
|
||||||
"position" : 2,
|
"position": 2,
|
||||||
"project_id" : 2
|
"project_id": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1127,9 +1127,9 @@ Response example:
|
|||||||
"result": {
|
"result": {
|
||||||
"id": "3",
|
"id": "3",
|
||||||
"name": "Version 1.0",
|
"name": "Version 1.0",
|
||||||
"is_active" : "0",
|
"is_active": "0",
|
||||||
"position" : 2,
|
"position": 2,
|
||||||
"project_id" : 2
|
"project_id": 2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user