mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Add approval request note max lenght on endpoint parameter
This commit is contained in:
@@ -23,7 +23,7 @@ export const registerAccessApprovalRequestRouter = async (server: FastifyZodProv
|
||||
permissions: z.any().array(),
|
||||
isTemporary: z.boolean(),
|
||||
temporaryRange: z.string().optional(),
|
||||
note: z.string().optional()
|
||||
note: z.string().max(255).optional()
|
||||
}),
|
||||
querystring: z.object({
|
||||
projectSlug: z.string().trim()
|
||||
|
||||
Reference in New Issue
Block a user