OpenSearch/client
Tal Levy a85b4f42ca
[ILM] change remove-policy-from-index http method from DELETE to POST (#35268)
The remove-ilm-from-index API was using the DELETE http method
to signify that something is being removed. Although, metadata
about ILM for the index is being deleted, no entity/resource
is being deleted during this operation. POST is more in line with
what this API is actually doing, it is modifying the metadata for
an index. As part of this change, `remove` is also appended to the path 
to be more explicit about its actions.
2018-11-06 07:46:25 -08:00
..
benchmark Logging: Drop two deprecated methods (#34055) 2018-09-26 11:20:52 -04:00
client-benchmark-noop-api-plugin Refactor: Remove settings from transport action CTOR (#35208) 2018-11-05 13:08:18 +01:00
rest Remove static import from HLRC doc snippet (#34834) 2018-10-25 16:22:50 +02:00
rest-high-level [ILM] change remove-policy-from-index http method from DELETE to POST (#35268) 2018-11-06 07:46:25 -08:00
sniffer Checkstyle: Catch wide snippets (#34163) 2018-10-01 15:22:15 -04:00
test Run forbidden api checks with runtimeJavaVersion (#32947) 2018-08-22 09:05:22 +03:00
transport Run forbidden api checks with runtimeJavaVersion (#32947) 2018-08-22 09:05:22 +03:00