From 93e992d8ac582e6ea776c3f8fb88562b78e04d47 Mon Sep 17 00:00:00 2001 From: Lajos Szoke Date: Fri, 19 Apr 2024 17:48:23 +0200 Subject: [PATCH] regenerated api --- api/openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/openapi.yaml b/api/openapi.yaml index 8926b91..3847cfb 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -10513,13 +10513,13 @@ components: description: The HTTP header key. maxLength: 255 minLength: 1 - pattern: "^[\\x00-\\x7F]*$" + pattern: "^[a-zA-Z0-9_\\-]*$" type: string value: description: The HTTP header value. maxLength: 1000 minLength: 1 - pattern: "^[\\x00-\\x7F]*$" + pattern: "^[a-zA-Z0-9\\- _\\\\:;.,\\/\"'?!(){}\\[\\]@<>=+*#$&`|~^%]*$" type: string isSecure: description: Indicates whether the header value is sensitive.