documentation-website
documentation-website copied to clipboard
Add Resolve API
Closes #2114
Checklist
- [x] By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the Developers Certificate of Origin. For more information on following Developer Certificate of Origin and signing off your commits, please check here.
@gbbafna: Can you take a look at this one?
Want to try and author a working test for this in https://github.com/opensearch-project/opensearch-api-specification/tree/main/tests/indices similar to https://github.com/opensearch-project/opensearch-api-specification/blob/main/tests/indices/flush.yaml for example? If you need a data stream, copy from https://github.com/opensearch-project/opensearch-api-specification/blob/main/tests/indices/data_stream.yaml.
Want to try and author a working test for this in https://github.com/opensearch-project/opensearch-api-specification/tree/main/tests/indices similar to https://github.com/opensearch-project/opensearch-api-specification/blob/main/tests/indices/flush.yaml for example? If you need a data stream, copy from https://github.com/opensearch-project/opensearch-api-specification/blob/main/tests/indices/data_stream.yaml.
I'll give it a try.