mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-31 23:10:00 +02:00
api for set resource password and auth with resource password
This commit is contained in:
parent
b9ff0b5de6
commit
6044213b9b
10 changed files with 432 additions and 88 deletions
|
@ -19,6 +19,8 @@ const updateResourceBodySchema = z
|
|||
name: z.string().min(1).max(255).optional(),
|
||||
subdomain: subdomainSchema.optional(),
|
||||
ssl: z.boolean().optional(),
|
||||
sso: z.boolean().optional(),
|
||||
blockAccess: z.boolean().optional(),
|
||||
// siteId: z.number(),
|
||||
})
|
||||
.strict()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue