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:
parent
2be7db73df
commit
0507f9cd8b
|
@ -791,7 +791,7 @@ paths:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/ProcessGroup"
|
$ref: "#/components/schemas/AwesomeUnspecifiedPayload"
|
||||||
tags:
|
tags:
|
||||||
- git
|
- git
|
||||||
responses:
|
responses:
|
||||||
|
@ -810,7 +810,7 @@ paths:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/OkTrue"
|
$ref: "#/components/schemas/AwesomeUnspecifiedPayload"
|
||||||
tags:
|
tags:
|
||||||
- git
|
- git
|
||||||
responses:
|
responses:
|
||||||
|
@ -1848,7 +1848,7 @@ paths:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/User"
|
$ref: "#/components/schemas/AwesomeUnspecifiedPayload"
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: true if user exists
|
description: true if user exists
|
||||||
|
@ -2395,7 +2395,7 @@ paths:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/ProcessGroup"
|
$ref: "#/components/schemas/AwesomeUnspecifiedPayload"
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: One task
|
description: One task
|
||||||
|
@ -2793,7 +2793,7 @@ paths:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/Secret"
|
$ref: "#/components/schemas/AwesomeUnspecifiedPayload"
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: Result of permission check
|
description: Result of permission check
|
||||||
|
|
Loading…
Reference in New Issue