Skip to content

Commit

Permalink
set request body schemas to open schemas rather than using incorrect …
Browse files Browse the repository at this point in the history
…ones w/ burnettk (#1168)

Co-authored-by: jasquat <jasquat@users.noreply.github.com>
  • Loading branch information
jasquat and jasquat committed Mar 5, 2024
1 parent 2be7db7 commit 0507f9c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spiffworkflow-backend/src/spiffworkflow_backend/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/ProcessGroup"
$ref: "#/components/schemas/AwesomeUnspecifiedPayload"
tags:
- git
responses:
Expand All @@ -810,7 +810,7 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/OkTrue"
$ref: "#/components/schemas/AwesomeUnspecifiedPayload"
tags:
- git
responses:
Expand Down Expand Up @@ -1848,7 +1848,7 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/User"
$ref: "#/components/schemas/AwesomeUnspecifiedPayload"
responses:
"200":
description: true if user exists
Expand Down Expand Up @@ -2395,7 +2395,7 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/ProcessGroup"
$ref: "#/components/schemas/AwesomeUnspecifiedPayload"
responses:
"200":
description: One task
Expand Down Expand Up @@ -2793,7 +2793,7 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/Secret"
$ref: "#/components/schemas/AwesomeUnspecifiedPayload"
responses:
"200":
description: Result of permission check
Expand Down

0 comments on commit 0507f9c

Please sign in to comment.