diff --git a/http/exposures/tokens/jotform/jotform-api-key.yaml b/http/exposures/tokens/jotform/jotform-api-key.yaml index 7fa8388da02..ca026d30be6 100644 --- a/http/exposures/tokens/jotform/jotform-api-key.yaml +++ b/http/exposures/tokens/jotform/jotform-api-key.yaml @@ -20,4 +20,4 @@ http: - type: regex part: body regex: - - "^[A-Fa-f0-9]{32}$" + - "[0-9a-fA-F]{32}"