Skip to content

Commit 72813e8

Browse files
authored
Merge pull request #1000 from neuroglia-io/fix-digest-auth-schema-typo
Fixed `DigestAuthenticationProperties` title in schema
2 parents c4daa76 + b97c589 commit 72813e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ $defs:
869869
description: The configuration of the digest authentication policy.
870870
unevaluatedProperties: false
871871
oneOf:
872-
- title: BasicAuthenticationProperties
872+
- title: DigestAuthenticationProperties
873873
description: Inline configuration of the digest authentication policy.
874874
properties:
875875
username:

0 commit comments

Comments
 (0)