Skip to content

Commit fba482d

Browse files
authored
Fix create or update alias API doesn't throw exception for unsupported parameters (#14769)
Signed-off-by: Andriy Redko <[email protected]>
1 parent 345fa40 commit fba482d

File tree

1 file changed

+4
-4
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/test/indices.put_alias

1 file changed

+4
-4
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/indices.put_alias/10_basic.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@
273273
---
274274
"Can set is_hidden":
275275
- skip:
276-
version: " - 2.99.99"
277-
reason: "Fix was introduced in 3.0.0"
276+
version: " - 2.15.99"
277+
reason: "Fix was introduced in 2.16.0"
278278
- do:
279279
indices.create:
280280
index: test_index
@@ -295,8 +295,8 @@
295295
---
296296
"Throws exception with invalid parameters":
297297
- skip:
298-
version: " - 2.99.99"
299-
reason: "Fix was introduced in 3.0.0"
298+
version: " - 2.15.99"
299+
reason: "Fix was introduced in 2.16.0"
300300

301301
- do:
302302
indices.create:

0 commit comments

Comments
 (0)