Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 2 additions & 50 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions output/schema/validation-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,14 +291,6 @@
],
"response": []
},
"security.get_user_privileges": {
"request": [
"Request: query parameter 'application' does not exist in the json spec",
"Request: query parameter 'priviledge' does not exist in the json spec",
"Request: query parameter 'username' does not exist in the json spec"
],
"response": []
},
"security.grant_api_key": {
"request": [
"Request: missing json spec query parameter 'refresh'"
Expand Down
3 changes: 0 additions & 3 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

import { RequestBase } from '@_types/Base'
import { Name } from '@_types/common'

/**
* Get user privileges.
Expand All @@ -39,11 +38,4 @@ export interface Request extends RequestBase {
methods: ['GET']
}
]
query_parameters: {
/** The name of the application. Application privileges are always associated with exactly one application. If you do not specify this parameter, the API returns information about all privileges for all applications. */
application?: Name
/** The name of the privilege. If you do not specify this parameter, the API returns information about all privileges for the requested application. */
priviledge?: Name
username?: Name | null
}
}