opensearch-java
opensearch-java copied to clipboard
Set 'id' field when deserializing a PutPipelineRequest
Description
Currently deserializing a PutPipelineRequest it not possible due to the id field not being set but also being required during deserialization.
This PR adds support for the id field.
Issues Resolved
Fixes https://github.com/opensearch-project/opensearch-java/issues/789
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.