Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

✏️ typo

+1 -1
+1 -1
apps/server/src/v1/whoami/schema.ts
··· 11 11 .string() 12 12 .openapi({ description: "The current workspace name" }) 13 13 .optional(), 14 - slub: z.string().openapi({ description: "The current workspace slug" }), 14 + slug: z.string().openapi({ description: "The current workspace slug" }), 15 15 plan: z 16 16 .enum(workspacePlans) 17 17 .nullable()