Skip to content

Commit

Permalink
fix(authentication): specify required request body where necessary (#295
Browse files Browse the repository at this point in the history
)

Specify when the request body is required for the vrchat authentication
requests.
  • Loading branch information
ttshivers authored Apr 8, 2024
1 parent a766dcb commit 9db1ead
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openapi/components/paths/authentication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ paths:
'401':
$ref: ../responses/MissingCredentialsError.yaml
requestBody:
required: true
content:
application/json:
schema:
Expand All @@ -123,6 +124,7 @@ paths:
'401':
$ref: ../responses/MissingCredentialsError.yaml
requestBody:
required: true
content:
application/json:
schema:
Expand All @@ -145,6 +147,7 @@ paths:
'401':
$ref: ../responses/MissingCredentialsError.yaml
requestBody:
required: true
content:
application/json:
schema:
Expand Down

0 comments on commit 9db1ead

Please sign in to comment.