From b7df61e50e6f1cfd387b9c9a81f4ba2b670851af Mon Sep 17 00:00:00 2001 From: ttshivers Date: Sun, 7 Apr 2024 19:22:52 -0500 Subject: [PATCH] fix(invite): specify required request body where necessary (#293) Specify when the request body is required for the vrchat invite requests. --- openapi/components/paths/invite.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openapi/components/paths/invite.yaml b/openapi/components/paths/invite.yaml index 5f3114af..cfd9dc62 100644 --- a/openapi/components/paths/invite.yaml +++ b/openapi/components/paths/invite.yaml @@ -156,6 +156,7 @@ paths: - authCookie: [] description: Sends an invite to a user. Returns the Notification of type `invite` that was sent. requestBody: + required: true content: application/json: schema: @@ -201,6 +202,7 @@ paths: - authCookie: [] description: 'Respond to an invite request by sending a world invite to the requesting user. `:notificationId` is the ID of the requesting notification.' requestBody: + required: true content: application/json: schema: