Cant get any response from endpoints #3253
Unanswered
barisdemirezen
asked this question in
Q&A
Replies: 1 comment
-
I looked into the code of the CLI client, and it seems you have to prefix the paths with the version of the API (and, if it is configured that way, with an api prefix) Example request: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have checked openapi docs many time but I couldn't manage to get any response from given paths.
For example:
my api server is running on xxxx.com:8088 and I'm trying to curl "xxxx.com:8088/tests" and it returns "Cannot GET /tests". Can someone give me an example request?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions