Skip to content

Commit

Permalink
fix(group): specify required request body where necessary (#292)
Browse files Browse the repository at this point in the history
Specify when the request body is required for the vrchat group
requests.
  • Loading branch information
ttshivers authored Apr 8, 2024
1 parent b7df61e commit 183c346
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openapi/components/paths/groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ paths:
tags:
- groups
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -131,6 +132,7 @@ paths:
tags:
- groups
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -210,6 +212,7 @@ paths:
tags:
- groups
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -252,6 +255,7 @@ paths:
tags:
- groups
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -339,6 +343,7 @@ paths:
tags:
- groups
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -424,6 +429,7 @@ paths:
tags:
- groups
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -687,6 +693,7 @@ paths:
'404':
$ref: ../responses/groups/GroupNotFoundError.yaml
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -718,6 +725,7 @@ paths:
tags:
- groups
requestBody:
required: true
content:
application/json:
schema:
Expand Down

0 comments on commit 183c346

Please sign in to comment.