Merge pull request #13056 from influxdata/swagger_dashboard_links
fix(http): swagger dashboard linkspull/13060/head
commit
73e51ef5b5
|
@ -6812,6 +6812,8 @@ components:
|
|||
owners: "/api/v2/dashboards/1/owners"
|
||||
members: "/api/v2/dashboards/1/members"
|
||||
logs: "/api/v2/dashboards/1/logs"
|
||||
labels: "/api/v2/dashboards/1/labels"
|
||||
org: "/api/v2/labels/1"
|
||||
properties:
|
||||
self:
|
||||
$ref: "#/components/schemas/Link"
|
||||
|
@ -6823,6 +6825,10 @@ components:
|
|||
$ref: "#/components/schemas/Link"
|
||||
logs:
|
||||
$ref: "#/components/schemas/Link"
|
||||
labels:
|
||||
$ref: "#/components/schemas/Link"
|
||||
org:
|
||||
$ref: "#/components/schemas/Link"
|
||||
id:
|
||||
readOnly: true
|
||||
type: string
|
||||
|
|
Loading…
Reference in New Issue