-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed Root file since it's not needed anymore (#279)
Signed-off-by: Theo Truong <[email protected]>
- Loading branch information
Showing
33 changed files
with
165 additions
and
873 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.