feat(blocked_slots): add blocked slots
This commit is contained in:
parent
ce27923118
commit
016b4371c2
17 changed files with 1038 additions and 36 deletions
|
@ -85,3 +85,14 @@ export const EventIdParamSchema = registry.registerParameter(
|
|||
example: '67890',
|
||||
}),
|
||||
);
|
||||
|
||||
export const SlotIdParamSchema = registry.registerParameter(
|
||||
'SlotIdParam',
|
||||
zod.string().openapi({
|
||||
param: {
|
||||
name: 'slotID',
|
||||
in: 'path',
|
||||
},
|
||||
example: 'abcde12345',
|
||||
}),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue