mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Regenerate openapidocs at 1.21.8 to match ci (#84037)
* Regenerate openapidocs at 1.21.8 to match ci * Adjust trigger to work on the actual outputted files * Also put go.mod and go.sum in the triggers * manually fix * Make an arbitrary change rather than touching the trigger to force a run * Drop all triggers - run all the time * Print diff - taken from @papagian's PR * Manual fixes to swagger doc --------- Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
@@ -5797,7 +5797,7 @@
|
||||
"type": "object"
|
||||
},
|
||||
"FrameType": {
|
||||
"description": "A FrameType string, when present in a frame's metadata, asserts that the\nframe's structure conforms to the FrameType's specification.\nThis property is currently optional, so FrameType may be FrameTypeUnknown even if the properties of\nthe Frame correspond to a defined FrameType.",
|
||||
"description": "A FrameType string, when present in a frame's metadata, asserts that the\nframe's structure conforms to the FrameType's specification.\nThis property is currently optional, so FrameType may be FrameTypeUnknown even if the properties of\nthe Frame correspond to a defined FrameType.\n+enum",
|
||||
"type": "string"
|
||||
},
|
||||
"FrameTypeVersion": {
|
||||
@@ -8967,7 +8967,7 @@
|
||||
"QueryDataResponse": {
|
||||
"description": "It is the return type of a QueryData call.",
|
||||
"properties": {
|
||||
"Responses": {
|
||||
"results": {
|
||||
"$ref": "#/components/schemas/Responses"
|
||||
}
|
||||
},
|
||||
@@ -15537,7 +15537,7 @@
|
||||
"$ref": "#/components/responses/internalServerError"
|
||||
}
|
||||
},
|
||||
"summary": "Get alert by ID.",
|
||||
"summary": "Get alert by internal ID.",
|
||||
"tags": [
|
||||
"legacy_alerts"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user