Skip to content

Commit

Permalink
regenerated api
Browse files Browse the repository at this point in the history
  • Loading branch information
laliconfigcat committed Apr 19, 2024
1 parent 13ea2d5 commit 93e992d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 93e992d

Please sign in to comment.