Simplify create site

This commit is contained in:
Owen
2026-04-16 15:06:30 -07:00
parent 6fe74a9f8d
commit 50697e32c2
3 changed files with 74 additions and 16 deletions

View File

@@ -243,7 +243,7 @@ registry.registerPath({
path: "/org/{orgId}/client/{niceId}",
description:
"Get a client by orgId and niceId. NiceId is a readable ID for the site and unique on a per org basis.",
tags: [OpenAPITags.Site],
tags: [OpenAPITags.Client],
request: {
params: z.object({
orgId: z.string(),