opensearch-java icon indicating copy to clipboard operation
opensearch-java copied to clipboard

Set 'id' field when deserializing a PutPipelineRequest

Open patschl opened this issue 2 years ago • 0 comments

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.

patschl avatar Dec 31 '23 14:12 patschl