imjoey commented on a change in pull request #1893: URL: https://github.com/apache/apisix-dashboard/pull/1893#discussion_r647066443
########## File path: docs/en/latest/api/api.md ########## @@ -25,6 +25,44 @@ Manager API directly operates ETCD and provides data management for Apache APISI **License:** [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0) +### /apisix/admin/migrate/export + +#### GET + +##### Summary: + +Export a config file for migrate. Review comment: Yes, that's the point. Another solution is to define a version in the import/export operations? Or reserve a `version` flag within the exported file and make a check during importing. Of course, we could merge this PR first and do the above things in other PRs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
