Skip to content

Commit

Permalink
Merge pull request #1359 from Infisical/daniel/fix-list-workspaces-id
Browse files Browse the repository at this point in the history
(Fix): Add ID to list workspaces endpoint
  • Loading branch information
akhilmhdh authored Feb 1, 2024
2 parents 87c061a + 9248bdf commit 31e4967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/server/routes/v2/organization-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31e4967

Please sign in to comment.