set request body schemas to open schemas rather than using incorrect ones w/ burnettk (#1168)

Co-authored-by: jasquat <jasquat@users.noreply.github.com>
This commit is contained in:
jasquat 2024-03-05 14:35:30 -05:00 committed by GitHub
parent 2be7db73df
commit 0507f9cd8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -791,7 +791,7 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/ProcessGroup"
$ref: "#/components/schemas/AwesomeUnspecifiedPayload"
tags:
- git
responses:
@ -810,7 +810,7 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/OkTrue"
$ref: "#/components/schemas/AwesomeUnspecifiedPayload"
tags:
- git
responses:
@ -1848,7 +1848,7 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/User"
$ref: "#/components/schemas/AwesomeUnspecifiedPayload"
responses:
"200":
description: true if user exists
@ -2395,7 +2395,7 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/ProcessGroup"
$ref: "#/components/schemas/AwesomeUnspecifiedPayload"
responses:
"200":
description: One task
@ -2793,7 +2793,7 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/Secret"
$ref: "#/components/schemas/AwesomeUnspecifiedPayload"
responses:
"200":
description: Result of permission check