docs(http): update swagger for dashboards filtering
parent
91f4ffba30
commit
964151504f
|
@ -1734,6 +1734,16 @@ paths:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
- in: query
|
||||||
|
name: orgID
|
||||||
|
description: specifies the organization id of the resource
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
- in: query
|
||||||
|
name: org
|
||||||
|
description: specifies the organization name of the resource
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: all dashboards
|
description: all dashboards
|
||||||
|
|
Loading…
Reference in New Issue