We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064eda8 commit 4fdba37Copy full SHA for 4fdba37
openapi.yaml
@@ -167,15 +167,15 @@ components:
167
messageId:
168
description: Unique ID of the message
169
type: string
170
- pattern: "^[ -~]{35,50}$"
171
- minLength: 35
172
- maxLength: 50
+ pattern: "^[ -~]{24,64}$"
+ minLength: 24
+ maxLength: 64
173
recipientId:
174
- description: ID (tax code) of the recipient
+ description: ID of the recipient
175
176
- pattern: "^(([A-Z]{6}\\d{2}[A-Z]\\d{2}[A-Z]\\d{3}[A-Z])|(\\d{11}))$"
177
- minLength: 11
178
- maxLength: 16
+ pattern: "^[ -~]{8,64}$"
+ minLength: 8
179
triggerDateTime:
180
description: When (date and time) the subject who originated the message requested to send it
181
0 commit comments