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

Mark keep_alive as time type and correct _shards field name #163

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

Xtansia
Copy link
Collaborator

@Xtansia Xtansia commented Oct 17, 2023

Description

Corrects the keep_alive parameter and _shards response field of the PIT apis.

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.

@@ -37,6 +37,6 @@ structure CreatePit_Input with [CreatePit_QueryParams] {
@output
structure CreatePit_Output {
pit_id: String,
_shard: ShardStatistics,
_shards: ShardStatistics,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Xtansia Does this change need regenerating whatever we generated for the python client?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is part of the response body, so won't have been used, just noticed it while writing bodies for .NET

@dblock
Copy link
Member

dblock commented Nov 10, 2023

@Xtansia Merge?

@VachaShah
Copy link
Collaborator

@dblock Can you approve this PR? This repo requires 2 approving reviewers.

@nhtruong nhtruong merged commit 1419380 into opensearch-project:main Nov 27, 2023
4 checks passed
@Xtansia Xtansia deleted the fix/pit-apis branch April 30, 2024 00:41
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.

4 participants