Skip to content

Commit 865e373

Browse files
Correct docs for available sort fields in query roles API (#5513) (#5562)
* Correct the available sort fields for role query API * Gen outputs (cherry picked from commit f5d8900) Co-authored-by: Samuel Nelson <[email protected]>
1 parent 41a49c4 commit 865e373

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

output/openapi/elasticsearch-openapi.json

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

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 1 addition & 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 & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/security/query_role/QueryRolesRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ export interface Request extends RequestBase {
6363
from?: integer
6464
/**
6565
* The sort definition.
66-
* You can sort on `username`, `roles`, or `enabled`.
66+
* You can sort on `name`, `description`, `metadata`, `applications.application`, `applications.privileges`,
67+
* and `applications.resources`.
6768
* In addition, sort can also be applied to the `_doc` field to sort by index order.
6869
* @doc_id sort-search-results
6970
*/

0 commit comments

Comments
 (0)