From 0507f9cd8b49e14c1411f24c0a5df64184d36c8c Mon Sep 17 00:00:00 2001 From: jasquat <2487833+jasquat@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:35:30 -0500 Subject: [PATCH] set request body schemas to open schemas rather than using incorrect ones w/ burnettk (#1168) Co-authored-by: jasquat --- .../src/spiffworkflow_backend/api.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spiffworkflow-backend/src/spiffworkflow_backend/api.yml b/spiffworkflow-backend/src/spiffworkflow_backend/api.yml index b18141684..ab3e1ddeb 100755 --- a/spiffworkflow-backend/src/spiffworkflow_backend/api.yml +++ b/spiffworkflow-backend/src/spiffworkflow_backend/api.yml @@ -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