From f8a6bb014aa417b9056ae380a7edd25d4713ab13 Mon Sep 17 00:00:00 2001 From: samz Date: Tue, 28 Nov 2023 21:30:18 +0100 Subject: [PATCH] chore: fix gitter binding example (#995) --- examples/gitter-streaming-asyncapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gitter-streaming-asyncapi.yml b/examples/gitter-streaming-asyncapi.yml index 5a8704f2..726a0494 100644 --- a/examples/gitter-streaming-asyncapi.yml +++ b/examples/gitter-streaming-asyncapi.yml @@ -36,7 +36,7 @@ operations: $ref: '#/channels/rooms' bindings: http: - type: response + method: POST messages: - $ref: '#/components/messages/chatMessage' - $ref: '#/components/messages/heartbeat'