Skip to content

Commit 1de4b10

Browse files
committed
Completed ISM specs and tests. (opensearch-project#578)
1 parent cb1883a commit 1de4b10

11 files changed

+548
-62
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
9292
- Added request and response schemas for `/_cluster/decommission/awareness` ([#524](https://github.com/opensearch-project/opensearch-api-specification/pull/524))
9393
- Added `Bytes` component of type number ([#552](https://github.com/opensearch-project/opensearch-api-specification/pull/552))
9494
- Added `xy_shape` query ([#531](https://github.com/opensearch-project/opensearch-api-specification/pull/531))
95-
- Added `/_plugins/_flow_framework/` ,`_search`,`state/_search`,`_provision`,`_deprovision`,`_steps`,`_status`([#508](https://github.com/opensearch-project/opensearch-api-specification/issues/508))
96-
- Added `/_plugins/_ism/policies`, `add`, `remove`, `change_policy`, `explain` ([#568](https://github.com/opensearch-project/opensearch-api-specification/pull/568))
97-
- Added more 4xx errors to `/_plugins/_flow_framework/` and added sample template test ([#833](https://github.com/opensearch-project/flow-framework/issues/833)
95+
- Added `/_plugins/_flow_framework/`, `_search`, `state/_search`, `_provision`, `_deprovision`, `_steps`, and `_status` ([#508](https://github.com/opensearch-project/opensearch-api-specification/issues/508)) ([#833](https://github.com/opensearch-project/flow-framework/issues/833))
96+
- Added `/_plugins/_ism/policies`, `add`, `remove`, `change_policy`, `explain`, and `retry` ([#568](https://github.com/opensearch-project/opensearch-api-specification/pull/568)) ([#578](https://github.com/opensearch-project/opensearch-api-specification/pull/578))
97+
- Added `/_plugins/refresh_search_analyzers` ([#578](https://github.com/opensearch-project/opensearch-api-specification/pull/578))
9898

9999
### Changed
100100

spec/_superseded_operations.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,12 @@ $schema: ./json_schemas/_superseded_operations.schema.yaml
189189
superseded_by: /_plugins/_ism/explain
190190
operations:
191191
- GET
192+
- POST
192193
/_opendistro/_ism/explain/{index}:
193194
superseded_by: /_plugins/_ism/explain/{index}
194195
operations:
195196
- GET
197+
- POST
196198
/_opendistro/_ism/policies:
197199
superseded_by: /_plugins/_ism/policies
198200
operations:

0 commit comments

Comments
 (0)