Skip to content

Commit fe8c7e9

Browse files
committed
Update openapi api client spec
1 parent 66dfc51 commit fe8c7e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/js/packages/api/src/openapi.json.client.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4233,17 +4233,17 @@ If the group parameters are all set to `null` or are all missing, the
42334233
{
42344234
name: 'project_ids',
42354235
type: 'Query',
4236-
schema: z.array(z.string().uuid()).min(1).optional(),
4236+
schema: z.array(z.string()).min(1).optional(),
42374237
},
42384238
{
42394239
name: 'tag_ids',
42404240
type: 'Query',
4241-
schema: z.array(z.string().uuid()).min(1).optional(),
4241+
schema: z.array(z.string()).min(1).optional(),
42424242
},
42434243
{
42444244
name: 'task_ids',
42454245
type: 'Query',
4246-
schema: z.array(z.string().uuid()).min(1).optional(),
4246+
schema: z.array(z.string()).min(1).optional(),
42474247
},
42484248
],
42494249
response: z.union([

0 commit comments

Comments
 (0)