From 9248bdf46326c0c81e84d7984610701df48bfd77 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:47:33 +0400 Subject: [PATCH] Update organization-router.ts --- backend/src/server/routes/v2/organization-router.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/server/routes/v2/organization-router.ts b/backend/src/server/routes/v2/organization-router.ts index 667ef406ee..df94f65c72 100644 --- a/backend/src/server/routes/v2/organization-router.ts +++ b/backend/src/server/routes/v2/organization-router.ts @@ -49,6 +49,7 @@ export const registerOrgRouter = async (server: FastifyZodProvider) => { 200: z.object({ workspaces: z .object({ + id: z.string(), name: z.string(), organization: z.string(), environments: z