Skip to content

Commit c4f3053

Browse files
committed
Fixes the httpCall.with.body to not be restrict its type to object
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent 2c7cdc2 commit c4f3053

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

schema/workflow.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ $defs:
320320
title: WithHTTPHeaders
321321
description: A name/value mapping of the headers, if any, of the HTTP request to perform.
322322
body:
323-
type: object
324323
title: WithHTTPBody
325324
description: The body, if any, of the HTTP request to perform.
326325
query:

0 commit comments

Comments
 (0)