diffrent ways to identify the url of the OpenAPISpec present in Apigee edge?

Just curious to know.

is there any other way to identify the below-shown URL(URL of the OAS) in apigee?

@Dino-at-Google @Sai Saran Vaidyanathan @Siddharth Barahalikar

9569-swagger-url.png

0 1 91
1 REPLY 1

The URL shown in the proxy is just a refernece of the OpenAPI spec from Specs folder.

{
	"url": "/organizations/org-eval/specs/doc/95385/content"
}

If you open the OpenAPI from Spec folder you would see a similar doc id with different url,

https://apigee.com/organizations/org-eval/specs/folder/{folderID}/editor/95385

If you observe the ID for OpenAPI is 95385 in this sample.