OpenSearch/rest-api-spec
Brian Murphy eef3a1b1e8 Add force parameter to delete to force a delete
This change adds a force paramter to delete to allow the forcing of a delete to happen ignoring locking.
This means that watch executions may fail when they go to update the watch. Watches executing from the scheduler will fail fast if the watch they are supposed to execute has been removed.
Also move the history store updates outside of the watch locks.

Fixes: elastic/elasticsearch#405

Original commit: elastic/x-pack-elasticsearch@57561b6f85
2015-05-08 19:07:10 -04:00
..
api Add force parameter to delete to force a delete 2015-05-08 19:07:10 -04:00
test Hijack the DELETE .watches index delete endpoint. 2015-05-08 10:39:06 -04:00