Skip to content

Commit 1fc9472

Browse files
committed
Deploying to gh-pages from @ 9db1ead 🚀
1 parent 071f1b4 commit 1fc9472

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dist/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ paths:
284284
'401':
285285
$ref: '#/components/responses/MissingCredentialsError'
286286
requestBody:
287+
required: true
287288
content:
288289
application/json:
289290
schema:
@@ -315,6 +316,7 @@ paths:
315316
'401':
316317
$ref: '#/components/responses/MissingCredentialsError'
317318
requestBody:
319+
required: true
318320
content:
319321
application/json:
320322
schema:
@@ -346,6 +348,7 @@ paths:
346348
'401':
347349
$ref: '#/components/responses/MissingCredentialsError'
348350
requestBody:
351+
required: true
349352
content:
350353
application/json:
351354
schema:

openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ paths:
284284
'401':
285285
$ref: '#/components/responses/MissingCredentialsError'
286286
requestBody:
287+
required: true
287288
content:
288289
application/json:
289290
schema:
@@ -315,6 +316,7 @@ paths:
315316
'401':
316317
$ref: '#/components/responses/MissingCredentialsError'
317318
requestBody:
319+
required: true
318320
content:
319321
application/json:
320322
schema:
@@ -346,6 +348,7 @@ paths:
346348
'401':
347349
$ref: '#/components/responses/MissingCredentialsError'
348350
requestBody:
351+
required: true
349352
content:
350353
application/json:
351354
schema:

0 commit comments

Comments
 (0)