Forum Discussion

mma5997's avatar
mma5997
Occasional Contributor
4 years ago
Solved

Does OpenApi Operation having callback invoke internally or needs to be implemented ?

Basically, my query is how do I invoke the callback URL for a specific operation(ex post,get etc...).
I am able to reflect the details of the callback URL expression in swagger UI but it didn't get invoked.

Is it needed to make changes to the swagger UI JS files wherein I'll first resolve the runtime expression for the callback URL and then invoke the same as well?

  • At the moment, Swagger UI does not support auto-following links. It's on our long to do list...