Skip to content

Commit

Permalink
/_index_template APIs don't actually accept comma-separated lists
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Apr 16, 2024
1 parent 2efda38 commit 7dd5d75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/namespaces/indices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3117,10 +3117,10 @@ components:
indices.delete_index_template::path.name:
in: path
name: name
description: Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported.
description: Name of the index template to delete. Wildcard (*) expressions are supported.
required: true
schema:
$ref: '../schemas/_common.yaml#/components/schemas/Names'
$ref: '../schemas/_common.yaml#/components/schemas/Name'
style: simple
indices.delete_index_template::query.cluster_manager_timeout:
name: cluster_manager_timeout
Expand Down Expand Up @@ -3295,7 +3295,7 @@ components:
indices.exists_index_template::path.name:
in: path
name: name
description: Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported.
description: Name of the index template to check existence of. Wildcard (*) expressions are supported.
required: true
schema:
$ref: '../schemas/_common.yaml#/components/schemas/Name'
Expand Down Expand Up @@ -3695,7 +3695,7 @@ components:
indices.get_index_template::path.name:
in: path
name: name
description: Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported.
description: Name of the index template to retrieve. Wildcard (*) expressions are supported.
required: true
schema:
$ref: '../schemas/_common.yaml#/components/schemas/Name'
Expand Down

0 comments on commit 7dd5d75

Please sign in to comment.