mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 04:02:15 +01:00
Update openapi api client spec
This commit is contained in:
@@ -4233,17 +4233,17 @@ If the group parameters are all set to `null` or are all missing, the
|
|||||||
{
|
{
|
||||||
name: 'project_ids',
|
name: 'project_ids',
|
||||||
type: 'Query',
|
type: 'Query',
|
||||||
schema: z.array(z.string().uuid()).min(1).optional(),
|
schema: z.array(z.string()).min(1).optional(),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'tag_ids',
|
name: 'tag_ids',
|
||||||
type: 'Query',
|
type: 'Query',
|
||||||
schema: z.array(z.string().uuid()).min(1).optional(),
|
schema: z.array(z.string()).min(1).optional(),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'task_ids',
|
name: 'task_ids',
|
||||||
type: 'Query',
|
type: 'Query',
|
||||||
schema: z.array(z.string().uuid()).min(1).optional(),
|
schema: z.array(z.string()).min(1).optional(),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
response: z.union([
|
response: z.union([
|
||||||
|
|||||||
Reference in New Issue
Block a user