Skip to content

Commit

Permalink
Fix webhook definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mkon committed Mar 16, 2024
1 parent 94ce8db commit d794486
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion spec/fixtures/openapi/webhooks/one.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@

post:
operationId: WebhookOne
summary: A webhook.
requestBody:
description: Webhook payload.
content:
application/json:
schema:
type: object
responses:
"204":
description: No Content
"400":
description: Bad Request

0 comments on commit d794486

Please sign in to comment.