-
Notifications
You must be signed in to change notification settings - Fork 916
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
Add OpenAPI specification for bulk_get saved object APIs #6860
Conversation
Signed-off-by: Yuanqi(Ella) Zhu <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6860 +/- ##
==========================================
- Coverage 67.39% 67.38% -0.01%
==========================================
Files 3443 3443
Lines 67797 67797
Branches 11033 11033
==========================================
- Hits 45690 45688 -2
- Misses 19439 19440 +1
- Partials 2668 2669 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
summary: Bulk get saved objects | ||
requestBody: | ||
required: true | ||
description: Array of saved objects to update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To update or to retrieve? The array is search criteria, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
THanks for pointing this out. Will make the change
Co-authored-by: Lu Yu <[email protected]> Signed-off-by: Yuanqi(Ella) Zhu <[email protected]>
* Add OpenAPI specification for bulk_get saved object APIs Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> * Changeset file for PR #6860 created/updated * Apply suggestions from code review Co-authored-by: Lu Yu <[email protected]> Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> --------- Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Co-authored-by: Lu Yu <[email protected]> (cherry picked from commit 6b2db4d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Add OpenAPI specification for bulk_get saved object APIs * Changeset file for PR #6860 created/updated * Apply suggestions from code review --------- (cherry picked from commit 6b2db4d) Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Co-authored-by: Lu Yu <[email protected]>
…project#6860) * Add OpenAPI specification for bulk_get saved object APIs Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> * Changeset file for PR opensearch-project#6860 created/updated * Apply suggestions from code review Co-authored-by: Lu Yu <[email protected]> Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> --------- Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Co-authored-by: Lu Yu <[email protected]>
Description
Add OpenAPI specification for bulk_get saved object APIs
Issues Resolved
#6719
Screenshot
Changelog
Check List
yarn test:jest
yarn test:jest_integration