diff --git a/server/routes.ts b/server/routes.ts index e69464e..72ac636 100644 --- a/server/routes.ts +++ b/server/routes.ts @@ -4246,6 +4246,9 @@ export async function registerRoutes(app: Express): Promise { * siteObject: * type: string * description: The distinguishedName of the site this subnet belongs to + * cidr: + * type: string + * description: The subnet CIDR notation (e.g., 192.168.1.0/24) * responses: * 201: * description: Successfully created AD subnet