We’re using the Apigee integrated portal, and it seems the Schemas section is displaying the paths incorrectly.
For example, if i have a path like GET /orgs/{org_id}/locations it shows paths like /orgs/{org_id}/locations/get, but there isn’t a /get endpoint. The actual endpoint is just /orgs/{org_id}/locations/.
I’m seeing the same problem with /post, which is also being appended to the end of the URL.
I realize these are hyperlinks, but perhaps the text should be GET /orgs/{org_id}/locations to not confuse the user
Hey @alirz, we’ve seen that your question hasn’t gotten a response yet. We’ll keep checking in on this thread and encourage other members to share their thoughts.
If you’ve got some time this week, we’d love you to join us this Thursday for a session on mastering YAML and automation on September 18 at 11 AM EDT.
What you’ll learn:
Develop robust Apigee API proxies using YAML.
Automate proxy generation from OpenAPI, GraphQL, and gRPC.
I have a valid OpenAPI structure that also passes the OpenAPI linter (redocly lint ./apispec.yaml). I only included the relevant part for this discussion, sorry if I wasn’t clear enough. I updated it
OK now I am understanding the issues, you are referring to the schemas section which displays resources and hyperlinks to actions within the actual documentation. I have uploaded the petstore.yaml example for rendering to get a screenshot to elaborate:
I understand the confusion, and those links are there to provide quick links inter-tool to the given methods but not meant to be examples of the actual documentation, which is what the PATHS section is meant to be. I have noted this in a future feature request to see if we can make this less confusing, or just use the schemas section to show models/resources without the links.