We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cded7 commit f048420Copy full SHA for f048420
1 file changed
packages/core/src/v3/schemas/api.ts
@@ -205,7 +205,7 @@ export const TriggerTaskRequestBody = z.object({
205
region: z.string().optional(),
206
debounce: z
207
.object({
208
- key: z.string(),
+ key: z.string().max(512),
209
delay: z.string(),
210
})
211
.optional(),
@@ -259,7 +259,7 @@ export const BatchTriggerTaskItem = z.object({
259
260
261
262
263
264
265
0 commit comments