Developer Portal doesn't allow more than one OAS

  1. I have an API Product with two proxies and both the proxies have different URL, and now I want to create a developer portal for that API product, but Apigee isn't allowing me to use more than one OAS and I have two separate OAS for both the proxies.
  2. I've tried by merging both the OAS into one by providing the path-level options to override the global server options but again Apigee restricts the overriding process at the portal.

Can anyone please help me out for handling this scenario.
Thanks in advance.

0 2 212
2 REPLIES 2

Hello,

The integrated portal only supports one Open API Spec per API Product.

The way to handle this today is to create two API Products, one for each proxy and associate the OAS for that proxy with the product.

The API documentation renderer and try it now feature only support using the first server listed in the top-level server object in the specification.

Alan

Thanks for the update.