Override “host” and “basePath” at the “/{path}” level

前端 未结 2 503
面向向阳花
面向向阳花 2020-12-07 02:51

PROBLEM STATEMENT:

For a \"strange\" reason, all our operations of an API have different \"host\". We have API like this:

  • operation 1: GET https://hos
2条回答
  •  甜味超标
    2020-12-07 03:27

    This is not supported in swagger 2.0 specification. It will be added in the next version though, so no need to add the proposal! See here:

    https://github.com/OAI/OpenAPI-Specification/issues/562

提交回复
热议问题