Skip to content

Commit

Permalink
Type Fixes and Deprecations
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <[email protected]>
  • Loading branch information
saimedhi committed Jul 1, 2024
1 parent 73d5524 commit c497f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions spec/namespaces/_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3334,6 +3334,7 @@ components:
Comma-separated list of scroll IDs to clear.
To clear all scroll IDs, use `_all`.
required: true
deprecated: true
schema:
$ref: '../schemas/_common.yaml#/components/schemas/ScrollIds'
style: simple
Expand Down
2 changes: 1 addition & 1 deletion spec/namespaces/indices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2995,7 +2995,7 @@ components:
To target all data streams in a cluster, omit this parameter or use `*`.
required: true
schema:
$ref: '../schemas/_common.yaml#/components/schemas/IndexName'
$ref: '../schemas/_common.yaml#/components/schemas/Indices'
style: simple
indices.delete::path.index:
in: path
Expand Down

0 comments on commit c497f76

Please sign in to comment.