mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Update swagger docs (#90154)
This commit is contained in:
parent
03311f6c6c
commit
d3a75a42a0
@ -1489,7 +1489,7 @@
|
|||||||
"in": "body",
|
"in": "body",
|
||||||
"required": true,
|
"required": true,
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "#/definitions/CreateOrUpdateReportConfig"
|
"$ref": "#/definitions/CreateOrUpdateReport"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -1763,7 +1763,7 @@
|
|||||||
"in": "body",
|
"in": "body",
|
||||||
"required": true,
|
"required": true,
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "#/definitions/CreateOrUpdateReportConfig"
|
"$ref": "#/definitions/CreateOrUpdateReport"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -1842,7 +1842,7 @@
|
|||||||
"in": "body",
|
"in": "body",
|
||||||
"required": true,
|
"required": true,
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "#/definitions/CreateOrUpdateReportConfig"
|
"$ref": "#/definitions/CreateOrUpdateReport"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -3522,7 +3522,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CreateOrUpdateReportConfig": {
|
"CreateOrUpdateReport": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"dashboards": {
|
"dashboards": {
|
||||||
@ -6402,7 +6402,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Report": {
|
"Report": {
|
||||||
"description": "ConfigDTO is model representation in transfer",
|
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"created": {
|
"created": {
|
||||||
|
@ -7984,7 +7984,7 @@
|
|||||||
"in": "body",
|
"in": "body",
|
||||||
"required": true,
|
"required": true,
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "#/definitions/CreateOrUpdateReportConfig"
|
"$ref": "#/definitions/CreateOrUpdateReport"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -8258,7 +8258,7 @@
|
|||||||
"in": "body",
|
"in": "body",
|
||||||
"required": true,
|
"required": true,
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "#/definitions/CreateOrUpdateReportConfig"
|
"$ref": "#/definitions/CreateOrUpdateReport"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -8337,7 +8337,7 @@
|
|||||||
"in": "body",
|
"in": "body",
|
||||||
"required": true,
|
"required": true,
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "#/definitions/CreateOrUpdateReportConfig"
|
"$ref": "#/definitions/CreateOrUpdateReport"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -14018,7 +14018,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CreateOrUpdateReportConfig": {
|
"CreateOrUpdateReport": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"dashboards": {
|
"dashboards": {
|
||||||
@ -19037,7 +19037,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Report": {
|
"Report": {
|
||||||
"description": "ConfigDTO is model representation in transfer",
|
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"created": {
|
"created": {
|
||||||
|
@ -4116,7 +4116,7 @@
|
|||||||
},
|
},
|
||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
"CreateOrUpdateReportConfig": {
|
"CreateOrUpdateReport": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"dashboards": {
|
"dashboards": {
|
||||||
"items": {
|
"items": {
|
||||||
@ -9135,7 +9135,6 @@
|
|||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
"Report": {
|
"Report": {
|
||||||
"description": "ConfigDTO is model representation in transfer",
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"created": {
|
"created": {
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
@ -21407,7 +21406,7 @@
|
|||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "#/components/schemas/CreateOrUpdateReportConfig"
|
"$ref": "#/components/schemas/CreateOrUpdateReport"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -21694,7 +21693,7 @@
|
|||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "#/components/schemas/CreateOrUpdateReportConfig"
|
"$ref": "#/components/schemas/CreateOrUpdateReport"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -21827,7 +21826,7 @@
|
|||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "#/components/schemas/CreateOrUpdateReportConfig"
|
"$ref": "#/components/schemas/CreateOrUpdateReport"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user