Feature reset API should fail fast when action.destructive_requires_name
is true
#71178
Labels
>bug
:Core/Infra/Core
Core issues without another label
Team:Core/Infra
Meta label for core/infra team
Elasticsearch version (
bin/elasticsearch --version
):master
Description of the problem including expected versus actual behavior:
Calling the feature reset API with
action.destructive_requires_name: true
results in the APIreturning as if no failures occurred, but no reset actually took place
Steps to reproduce:
action.destructive_requires_name
totrue
.ml-*
related ones)I think to fix this, the API call should blow up when this setting is false to indicate failure.
The text was updated successfully, but these errors were encountered: