HOR-1544 Invalid value specified for . Expecting alpha numeric value
This commit is contained in:
@@ -167,8 +167,8 @@ class Dashboard extends Api
|
|||||||
/**
|
/**
|
||||||
* Get list Dashboards
|
* Get list Dashboards
|
||||||
*
|
*
|
||||||
* @param string $start {@from path}
|
* @param int $start {@from path}
|
||||||
* @param string $limit {@from path}
|
* @param int $limit {@from path}
|
||||||
* @param string $sort {@from path}
|
* @param string $sort {@from path}
|
||||||
* @param string $dir {@from path}
|
* @param string $dir {@from path}
|
||||||
* @param string $search {@from path}
|
* @param string $search {@from path}
|
||||||
@@ -204,8 +204,8 @@ class Dashboard extends Api
|
|||||||
* Get Owners by das_uid
|
* Get Owners by das_uid
|
||||||
*
|
*
|
||||||
* @param string $das_uid {@from path}
|
* @param string $das_uid {@from path}
|
||||||
* @param string $start {@from path}
|
* @param int $start {@from path}
|
||||||
* @param string $limit {@from path}
|
* @param int $limit {@from path}
|
||||||
* @param string $search {@from path}
|
* @param string $search {@from path}
|
||||||
*
|
*
|
||||||
* @return array
|
* @return array
|
||||||
|
|||||||
Reference in New Issue
Block a user