Skip to content

Commit

Permalink
fix(invite): specify required request body where necessary (#293)
Browse files Browse the repository at this point in the history
Specify when the request body is required for the vrchat invite requests.
  • Loading branch information
ttshivers authored Apr 8, 2024
1 parent 0f61b2b commit b7df61e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openapi/components/paths/invite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b7df61e

Please sign in to comment.