From ee44d28eb93e4e0c6e2c292c69b5784cc998f6be Mon Sep 17 00:00:00 2001 From: Trevor Fitzgerald Date: Tue, 5 Nov 2024 20:47:16 -0500 Subject: [PATCH] Optional request bodies Not required for these endpoints --- doc/specs/tags/arenatournaments/api-tournament-id-join.yaml | 1 - doc/specs/tags/board/api-board-seek.yaml | 1 - doc/specs/tags/challenges/api-challenge-open.yaml | 1 - doc/specs/tags/challenges/api-challenge-username.yaml | 1 - doc/specs/tags/swisstournaments/api-swiss-id-join.yaml | 1 - doc/specs/tags/teams/team-teamId-join.yaml | 1 - 6 files changed, 6 deletions(-) diff --git a/doc/specs/tags/arenatournaments/api-tournament-id-join.yaml b/doc/specs/tags/arenatournaments/api-tournament-id-join.yaml index 001e1eb..731a699 100644 --- a/doc/specs/tags/arenatournaments/api-tournament-id-join.yaml +++ b/doc/specs/tags/arenatournaments/api-tournament-id-join.yaml @@ -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: diff --git a/doc/specs/tags/board/api-board-seek.yaml b/doc/specs/tags/board/api-board-seek.yaml index 93e615a..35f2023 100644 --- a/doc/specs/tags/board/api-board-seek.yaml +++ b/doc/specs/tags/board/api-board-seek.yaml @@ -21,7 +21,6 @@ post: - OAuth2: ["board:play"] requestBody: description: Parameters of the seek - required: true content: application/x-www-form-urlencoded: schema: diff --git a/doc/specs/tags/challenges/api-challenge-open.yaml b/doc/specs/tags/challenges/api-challenge-open.yaml index 5337a10..03aa1e8 100644 --- a/doc/specs/tags/challenges/api-challenge-open.yaml +++ b/doc/specs/tags/challenges/api-challenge-open.yaml @@ -16,7 +16,6 @@ post: security: [] requestBody: description: Parameters of the game - required: true content: application/x-www-form-urlencoded: schema: diff --git a/doc/specs/tags/challenges/api-challenge-username.yaml b/doc/specs/tags/challenges/api-challenge-username.yaml index 7472c82..0618009 100644 --- a/doc/specs/tags/challenges/api-challenge-username.yaml +++ b/doc/specs/tags/challenges/api-challenge-username.yaml @@ -20,7 +20,6 @@ post: required: true requestBody: description: Parameters of the challenge - required: true content: application/x-www-form-urlencoded: schema: diff --git a/doc/specs/tags/swisstournaments/api-swiss-id-join.yaml b/doc/specs/tags/swisstournaments/api-swiss-id-join.yaml index c5f8202..87e814c 100644 --- a/doc/specs/tags/swisstournaments/api-swiss-id-join.yaml +++ b/doc/specs/tags/swisstournaments/api-swiss-id-join.yaml @@ -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: diff --git a/doc/specs/tags/teams/team-teamId-join.yaml b/doc/specs/tags/teams/team-teamId-join.yaml index 5788d33..b487278 100644 --- a/doc/specs/tags/teams/team-teamId-join.yaml +++ b/doc/specs/tags/teams/team-teamId-join.yaml @@ -20,7 +20,6 @@ post: example: "coders" required: true requestBody: - required: true content: application/x-www-form-urlencoded: schema: