add clients to int api

This commit is contained in:
miloschwartz 2025-07-30 21:31:16 -07:00
parent 35a68703c2
commit d38656e026
No known key found for this signature in database
9 changed files with 158 additions and 14 deletions

View file

@ -23,7 +23,7 @@ const pickClientDefaultsSchema = z
registry.registerPath({
method: "get",
path: "/site/{siteId}/pick-client-defaults",
path: "/org/{orgId}/pick-client-defaults",
description: "Return pre-requisite data for creating a client.",
tags: [OpenAPITags.Client, OpenAPITags.Site],
request: {