nelmio / NelmioApiDocBundle

Generates documentation for your REST API from annotations
MIT License
2.23k stars 833 forks source link

[Feature]: Webhook support #2263

Open qdequippe opened 5 months ago

qdequippe commented 5 months ago

Description

👋

swagger-php v4.8.1 introduced webhooks support.

I would like to add Webhook support to NelmioApiDocBundle but I am facing an issue: where to declare webhooks, in config? on controllers? on dedicated classes?

If on dedicated classes, how to collect it?

If you have any ideas I would be happy to contribute to this bundle with your help 😃

Additional context

No response