mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
remove uuid from snapshot project response
This commit is contained in:
committed by
Akhil Mohan
parent
b20489982d
commit
425611b409
@@ -16,7 +16,7 @@ export const registerSnapshotRouter = async (server: FastifyZodProvider) => {
|
||||
200: z.object({
|
||||
secretSnapshot: z.object({
|
||||
id: z.string().uuid(),
|
||||
projectId: z.string().uuid(),
|
||||
projectId: z.string(),
|
||||
environment: z.object({
|
||||
id: z.string().uuid(),
|
||||
slug: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user