Skip to content

Commit

Permalink
Deploying to gh-pages from @ c51aa2e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtansia committed Nov 24, 2024
1 parent 2a2eb49 commit 55ac4bc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions opensearch-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2803,6 +2803,7 @@ paths:
externalDocs:
url: https://opensearch.org/docs/latest
parameters:
- $ref: '#/components/parameters/ingest.processor_grok___query.s'
- $ref: '#/components/parameters/_global___query.pretty'
- $ref: '#/components/parameters/_global___query.human'
- $ref: '#/components/parameters/_global___query.error_trace'
Expand Down Expand Up @@ -21662,6 +21663,13 @@ components:
style: form
x-version-deprecated: '2.0'
x-deprecation-message: To promote inclusive language, use `cluster_manager_timeout` instead.
ingest.processor_grok___query.s:
name: s
in: query
description: Sort returned patterns by key name.
schema:
type: boolean
default: false
ingest.put_pipeline___path.id:
in: path
name: id
Expand Down Expand Up @@ -51984,8 +51992,7 @@ components:
_source:
description: JSON body for the document.
type: object
additionalProperties:
type: object
additionalProperties: true
_version:
$ref: '#/components/schemas/_common___StringifiedVersionNumber'
_version_type:
Expand Down

0 comments on commit 55ac4bc

Please sign in to comment.