-
Notifications
You must be signed in to change notification settings - Fork 885
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 API for retrieving fields of index pattern #7270
Conversation
Signed-off-by: Cong Wang <conjwang@amazon.com>
❌ Invalid Prefix For Manual Changeset CreationInvalid description prefix. Found "doc". Only "skip" entry option is permitted for manual commit of changeset files. If you were trying to skip the changelog entry, please use the "skip" entry option in the ##Changelog section of your PR description. |
❌ Invalid Prefix For Manual Changeset CreationInvalid description prefix. Found "doc". Only "skip" entry option is permitted for manual commit of changeset files. If you were trying to skip the changelog entry, please use the "skip" entry option in the ##Changelog section of your PR description. |
4 similar comments
❌ Invalid Prefix For Manual Changeset CreationInvalid description prefix. Found "doc". Only "skip" entry option is permitted for manual commit of changeset files. If you were trying to skip the changelog entry, please use the "skip" entry option in the ##Changelog section of your PR description. |
❌ Invalid Prefix For Manual Changeset CreationInvalid description prefix. Found "doc". Only "skip" entry option is permitted for manual commit of changeset files. If you were trying to skip the changelog entry, please use the "skip" entry option in the ##Changelog section of your PR description. |
❌ Invalid Prefix For Manual Changeset CreationInvalid description prefix. Found "doc". Only "skip" entry option is permitted for manual commit of changeset files. If you were trying to skip the changelog entry, please use the "skip" entry option in the ##Changelog section of your PR description. |
❌ Invalid Prefix For Manual Changeset CreationInvalid description prefix. Found "doc". Only "skip" entry option is permitted for manual commit of changeset files. If you were trying to skip the changelog entry, please use the "skip" entry option in the ##Changelog section of your PR description. |
…ern (#7270) * Add OpenAPI specification for API for retrieving fields of index pattern Signed-off-by: Cong Wang <conjwang@amazon.com> * Changeset file for PR #7270 created/updated --------- Signed-off-by: Cong Wang <conjwang@amazon.com> Co-authored-by: Cong Wang <conjwang@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit cf0fe2e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ern (#7270) (#7271) * Add OpenAPI specification for API for retrieving fields of index pattern * Changeset file for PR #7270 created/updated --------- (cherry picked from commit cf0fe2e) Signed-off-by: Cong Wang <conjwang@amazon.com> 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: Cong Wang <conjwang@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
Add OpenAPI specification for API for retrieving fields of index pattern
Issues Resolved
N/A
Screenshot
Testing the changes
Go to the docs/openapi/index_patterns directory, and run
npx serve
, check webpage rendered on http://localhost:3000Changelog
Check List
yarn test:jest
yarn test:jest_integration