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:
Alexander Weaver
2024-03-06 16:08:45 -06:00
committed by GitHub
parent 948c8c45d6
commit 7a171fd14a
11 changed files with 21 additions and 26 deletions

View File

@@ -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"
]