add approve site endpoint

This commit is contained in:
miloschwartz
2026-07-12 17:16:08 -04:00
parent 591cb9cdc1
commit 933ca71c16
6 changed files with 269 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@ export * from "./getStatusHistory";
export * from "./createSite";
export * from "./deleteSite";
export * from "./updateSite";
export * from "./approveSite";
export * from "./listSites";
export * from "./listSiteRoles";
export * from "./pickSiteDefaults";