-
Notifications
You must be signed in to change notification settings - Fork 61
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
Added test for POST /{index}/_mapping
#745
Conversation
Signed-off-by: Tokesh <[email protected]>
POST /{index}/_mapping
Changes AnalysisCommit SHA: 5f7e41f API ChangesSummaryNO CHANGES ReportThe full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/12397988594/artifacts/2338971786 API Coverage
|
Spec Test Coverage Analysis
|
Dont merge this PR please! :) |
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.
Small ask.
acknowledged: true | ||
- synopsis: Add or update mapping using POST method. |
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.
This is a bit redundant with what's above. Change the first PUT /{index}/_mapping
to having two verbs, PUT
and POST
instead.
Signed-off-by: Tokesh <[email protected]>
Signed-off-by: Tokesh <[email protected]>
Description
POST /{index}/_mapping
Issues Resolved
[#663]
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.