imjoey commented on a change in pull request #1893: URL: https://github.com/apache/apisix-dashboard/pull/1893#discussion_r647154740
########## 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. + +##### Parameters + +None. + +##### Responses + +A file for download. + +### /apisix/admin/migrate/import + +##### Summary: + +Import the config file for restore config. + +#### POST + +##### Parameters (FORM) Review comment: > Using FORM is for upload a file.We can also aupport json or openAPI.Maybe in another PR? @fregie Sure and thanks. -- 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]
