From 6b5286de2b4528b82088ec6aab14a8dcf6869045 Mon Sep 17 00:00:00 2001 From: Samir AMZANI Date: Mon, 27 Nov 2023 14:52:01 +0100 Subject: [PATCH] fix: 3.0.0 http example --- 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 5a8704f2d..726a04943 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'