From e8e261759d7270bf7a52b057429f7c22d73b5be6 Mon Sep 17 00:00:00 2001 From: Jonas Lagoni Date: Thu, 19 May 2022 18:18:23 +0200 Subject: [PATCH] docs: fix wrong message payload for social media --- examples/social-media/common/messages.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/social-media/common/messages.yaml b/examples/social-media/common/messages.yaml index 338251713..a4b267ac0 100644 --- a/examples/social-media/common/messages.yaml +++ b/examples/social-media/common/messages.yaml @@ -9,8 +9,8 @@ likeComment: commentChanged: description: Message that is being sent when a comment have been updated. payload: - $ref: './schemas.yaml#/commentChanged' + $ref: './schemas.yaml#/commentChangedPayload' updateCommentLikes: description: Message that is being sent when a comment have been updated. payload: - $ref: './schemas.yaml#/updateCommentLikesPayload' \ No newline at end of file + $ref: './schemas.yaml#/updateCommentLikesPayload'