API Spec URL Reference

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

0 4 300
4 REPLIES 4

@Dino,could you please help with this

looking at it. I think there's a problem here. Will get back to you in a bit.

@Dino-at-Google Do you have any update on this?

The "/c3Rvc-ZG9j-42192/content" format is older and no longer supported. But you should be able to use the "/organizations/<organizationname>/specs/doc/42192/content" format for these.