Skip to content
Draft
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
2 changes: 1 addition & 1 deletion output/openapi/elasticsearch-openapi.json

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

2 changes: 1 addition & 1 deletion output/openapi/elasticsearch-serverless-openapi.json

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

4 changes: 2 additions & 2 deletions output/schema/schema.json

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

3 changes: 2 additions & 1 deletion specification/security/query_role/QueryRolesRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ export interface Request extends RequestBase {
from?: integer
/**
* The sort definition.
* You can sort on `username`, `roles`, or `enabled`.
* You can sort on `name`, `description`, `metadata`, `applications.application`, `applications.privileges`,
* and `applications.resources`.
* In addition, sort can also be applied to the `_doc` field to sort by index order.
* @doc_id sort-search-results
*/
Expand Down
Loading