Merge branch 'auth-providers' into auth-providers-clients

This commit is contained in:
miloschwartz
2025-04-20 21:31:17 -04:00
2 changed files with 14 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ const listOrgsSchema = z.object({
registry.registerPath({
method: "get",
path: "/user/:userId/orgs",
path: "/orgs",
description: "List all organizations in the system.",
tags: [OpenAPITags.Org],
request: {