Skip to content

Commit db4f645

Browse files
pquentingithub-actions[bot]
authored andcommitted
Fix type query paramter in license.post_start_trial (#4807)
(cherry picked from commit b8eac9d)
1 parent 69b50f5 commit db4f645

File tree

5 files changed

+6
-11
lines changed

5 files changed

+6
-11
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@
6161
],
6262
"response": []
6363
},
64-
"license.post_start_trial": {
65-
"request": [
66-
"Request: query parameter 'type_query_string' does not exist in the json spec",
67-
"Request: missing json spec query parameter 'type'"
68-
],
69-
"response": []
70-
},
7164
"msearch": {
7265
"request": [
7366
"Request: query parameter 'allow_no_indices' does not exist in the json spec",

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/license/post_start_trial/StartTrialLicenseRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface Request extends RequestBase {
4242
]
4343
query_parameters: {
4444
acknowledge?: boolean
45-
type_query_string?: string
45+
type?: string
4646
/**
4747
* Period to wait for a connection to the master node.
4848
* @server_default 30s

0 commit comments

Comments
 (0)