forked from opensearch-project/opensearch-api-specification
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into security-api-spec
- Loading branch information
Showing
63 changed files
with
463 additions
and
1,130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
openapi: 3.1.0 | ||
info: | ||
title: '' | ||
version: '' | ||
components: | ||
parameters: | ||
_global::query.pretty: | ||
name: pretty | ||
in: query | ||
description: Whether to pretty format the returned JSON response. | ||
schema: | ||
type: boolean | ||
default: false | ||
_global::query.human: | ||
name: human | ||
in: query | ||
description: Whether to return human readable values for statistics. | ||
schema: | ||
type: boolean | ||
default: true | ||
_global::query.error_trace: | ||
name: error_trace | ||
in: query | ||
description: Whether to include the stack trace of returned errors. | ||
schema: | ||
type: boolean | ||
default: false | ||
_global::query.source: | ||
name: source | ||
in: query | ||
description: The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests. | ||
schema: | ||
type: string | ||
_global::query.filter_path: | ||
name: filter_path | ||
in: query | ||
description: Comma-separated list of filters used to reduce the response. | ||
schema: | ||
oneOf: | ||
- type: string | ||
- type: array | ||
items: | ||
type: string |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
title: OpenSearch API | ||
description: OpenSearch API | ||
version: 1.0.0 |
Oops, something went wrong.