Hi @Justus The function you are expecting can be understood as configuring global rule[1], but the OAS3.0 based import and export was originally designed to solve the problem of Route[2] import and export, which does not allow this action currently.
It seems to me that your request is a better enhancement to this feature, would you be interested in refining this requirement and bring it to action? reference: [1]: https://github.com/apache/apisix/blob/master/docs/en/latest/architecture-design/global-rule.md [2]: https://github.com/apache/apisix/blob/master/docs/en/latest/architecture-design/route.md On 2021/10/04 14:18:18, Justus Nithushan <nithuj...@gmail.com> wrote: > Hi, > > I was trying to configure multiple routes with a single OAS3.0 file. I am > aware that some fields like x-apisix-plugins can be done for each route > separately. Could you please let me know whether there are any ways to > configure x-apisix-plugins to all routes/paths at once without having to > specify this in each routes/paths separately. > Note: I was following > https://apisix.apache.org/docs/dashboard/IMPORT_OPENAPI_USER_GUIDE/ > > Regards, > Justus >