We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to import openapi file containing extended field to apisix dashboard routes as like shown in this guide : https://apisix.apache.org/docs/dashboard/2.6/IMPORT_OPENAPI_USER_GUIDE/ , fileds that start with "x-apisix-..." , those are not imported.
the "x-apisix.." fields should also imported to the dashboard : plugins, upstream, even the published status, but they are not imported.
openapi: 3.0.0 info: version: 1.0.0-oas3 description: test desc license: name: Apache License 2.0 url: 'http://www.apache.org/licenses/LICENSE-2.0' title: test title paths: /hello: get: description: hello world. operationId: hello x-apisix-upstream: type: roundrobin nodes: - host: 172.16.238.20 port: 1980 weight: 1 x-apisix-plugins: limit-count: count: 2 time_window: 60 rejected_code: 503 key: remote_addr x-apisix-status: 0 responses: '200': description: list response default: description: unexpected error
No response
The text was updated successfully, but these errors were encountered:
@bzp2010
Sorry, something went wrong.
No branches or pull requests
Issue description
When I try to import openapi file containing extended field to apisix dashboard routes as like shown in this guide : https://apisix.apache.org/docs/dashboard/2.6/IMPORT_OPENAPI_USER_GUIDE/ , fileds that start with "x-apisix-..." , those are not imported.
Expected behavior
the "x-apisix.." fields should also imported to the dashboard : plugins, upstream, even the published status, but they are not imported.
How to Reproduce
Screenshots
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: