Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PutIndexTemplateRequest deserialization (#765) #768

Merged

Conversation

matthewbogner
Copy link
Contributor

Description

This PR adds in the missing deserialization steps to the PutIndexTemplateRequest _DESERIALIZER which would result in the error
Missing required property 'PutIndexTemplateRequest.name' if you tried to deserialize a request object.

Issues Resolved

Relates to issues #417, #618 and PR #723

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.

Signed-off-by: Matthew Bogner [email protected]
(cherry picked from commit d4aade4)

Backport of #765

* Fix PutIndexTemplateRequest deserialization

Signed-off-by: Matthew Bogner <[email protected]>

* CHANGELOG.md

Signed-off-by: Matthew Bogner <[email protected]>

* spotless

Signed-off-by: Matthew Bogner <[email protected]>

---------

Signed-off-by: Matthew Bogner <[email protected]>
(cherry picked from commit d4aade4)
@VachaShah VachaShah merged commit cd38878 into opensearch-project:2.x Dec 12, 2023
44 checks passed
@matthewbogner matthewbogner deleted the backport/backport-765-to-2.x branch December 13, 2023 16:56
@BrendonFaleiro BrendonFaleiro mentioned this pull request Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants