Skip to content

Commit

Permalink
Merge pull request #393 from fitztrev/optional-request-bodies
Browse files Browse the repository at this point in the history
Optional request bodies
  • Loading branch information
niklasf authored Nov 6, 2024
2 parents 0c3f00f + ee44d28 commit 7e93c29
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ post:
required: true
requestBody:
description: You may need these depending on the tournament to join
required: true
content:
application/x-www-form-urlencoded:
schema:
Expand Down
1 change: 0 additions & 1 deletion doc/specs/tags/board/api-board-seek.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ post:
- OAuth2: ["board:play"]
requestBody:
description: Parameters of the seek
required: true
content:
application/x-www-form-urlencoded:
schema:
Expand Down
1 change: 0 additions & 1 deletion doc/specs/tags/challenges/api-challenge-open.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ post:
security: []
requestBody:
description: Parameters of the game
required: true
content:
application/x-www-form-urlencoded:
schema:
Expand Down
1 change: 0 additions & 1 deletion doc/specs/tags/challenges/api-challenge-username.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ post:
required: true
requestBody:
description: Parameters of the challenge
required: true
content:
application/x-www-form-urlencoded:
schema:
Expand Down
1 change: 0 additions & 1 deletion doc/specs/tags/swisstournaments/api-swiss-id-join.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ post:
required: true
requestBody:
description: You may need these depending on the tournament to join
required: true
content:
application/x-www-form-urlencoded:
schema:
Expand Down
1 change: 0 additions & 1 deletion doc/specs/tags/teams/team-teamId-join.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ post:
example: "coders"
required: true
requestBody:
required: true
content:
application/x-www-form-urlencoded:
schema:
Expand Down

0 comments on commit 7e93c29

Please sign in to comment.