You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the x-webhooks docs, I've updated my OpenAPI spec to document a few webhook calls our service initiates. In most cases we utilize the POST verb but, in one specific case, we use the GET verb and I realized that is not reflected anywhere in the resulting rendered docs - only "Event" and "Webhook" are specified.
Following the x-webhooks docs, I've updated my OpenAPI spec to document a few webhook calls our service initiates. In most cases we utilize the POST verb but, in one specific case, we use the GET verb and I realized that is not reflected anywhere in the resulting rendered docs - only "Event" and "Webhook" are specified.
This can be seen in the Redoc Interactive Demo for the "new pet webhook".
I understand that the use of POST for webhooks is typical, but it is not always the case.
Not sure how best to display
Webhook|{Verb}
, but it would be useful in my case.The text was updated successfully, but these errors were encountered: