diff --git a/backend/files/misc/workflows/actions/http/http-patch.hl b/backend/files/misc/workflows/actions/http/http-patch.hl index d6ed0550f5..ce70ce8d4d 100644 --- a/backend/files/misc/workflows/actions/http/http-patch.hl +++ b/backend/files/misc/workflows/actions/http/http-patch.hl @@ -25,7 +25,7 @@ // Sanity checking invocation. validators.mandatory:x:@.arguments/*/url validators.url:x:@.arguments/*/url -validators.mandatory:x:@.arguments/*/payload/* +validators.mandatory:x:@.arguments/*/payload // Checking if we've got a token. if diff --git a/backend/files/misc/workflows/actions/http/http-post.hl b/backend/files/misc/workflows/actions/http/http-post.hl index 75773c8142..e8e6e94cef 100644 --- a/backend/files/misc/workflows/actions/http/http-post.hl +++ b/backend/files/misc/workflows/actions/http/http-post.hl @@ -25,7 +25,7 @@ // Sanity checking invocation. validators.mandatory:x:@.arguments/*/url validators.url:x:@.arguments/*/url -validators.mandatory:x:@.arguments/*/payload/* +validators.mandatory:x:@.arguments/*/payload // Checking if we've got a token. if diff --git a/backend/files/misc/workflows/actions/http/http-put.hl b/backend/files/misc/workflows/actions/http/http-put.hl index a733290359..1eb9e94a16 100644 --- a/backend/files/misc/workflows/actions/http/http-put.hl +++ b/backend/files/misc/workflows/actions/http/http-put.hl @@ -25,7 +25,7 @@ // Sanity checking invocation. validators.mandatory:x:@.arguments/*/url validators.url:x:@.arguments/*/url -validators.mandatory:x:@.arguments/*/payload/* +validators.mandatory:x:@.arguments/*/payload // Checking if we've got a token. if diff --git a/backend/files/misc/workflows/actions/misc/publish-socket-message.hl b/backend/files/misc/workflows/actions/misc/publish-socket-message.hl index 76b4284478..f7de44f7fb 100644 --- a/backend/files/misc/workflows/actions/misc/publish-socket-message.hl +++ b/backend/files/misc/workflows/actions/misc/publish-socket-message.hl @@ -20,7 +20,7 @@ // Sanity checking invocation. validators.mandatory:x:@.arguments/*/channel -validators.mandatory:x:@.arguments/*/args/* +validators.mandatory:x:@.arguments/*/args // Decorating invocation. add:x:./*/sockets.signal/*/args