Hi,
When are try to create an api proxy using an API Spec, the path that gets associated with the association.json is something like this
{ "url": "/organizations/<organizationname>/specs/doc/123456/content" }
but i see in few other api proxies that the url is in below format
{ "url": "/c3Rvc-ZG9j-42192/content" }
My question is why are there two url formats and how to retrieve references using second format.
Thank You,
Sonalee