Use the create api

This commit is contained in:
Owen
2026-05-26 17:11:45 -07:00
parent cc8c89eeae
commit eca87b66f0
3 changed files with 36 additions and 24 deletions

View File

@@ -68,6 +68,7 @@ const createSiteResourceSchema = z
disableIcmp: z.boolean().optional(),
authDaemonPort: z.int().positive().optional(),
authDaemonMode: z.enum(["site", "remote"]).optional(),
pamMode: z.enum(["passthrough", "push"]).optional(),
domainId: z.string().optional(), // only used for http mode, we need this to verify the alias is unique within the org
subdomain: z.string().optional() // only used for http mode, we need this to verify the alias is unique within the org
})