From aeed6aa6ed9a4f5a9c48142b1385492188c758ca Mon Sep 17 00:00:00 2001 From: alphaeusmote <41258468-alphaeusmote@users.noreply.replit.com> Date: Wed, 9 Apr 2025 20:35:55 +0000 Subject: [PATCH] Add CIDR field to subnet POST endpoint Replit-Commit-Author: Agent Replit-Commit-Session-Id: 705f2157-ef97-4fbd-89e4-8c7f2ecaea90 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7ed01c5f-a82d-405a-b728-b2e3d127c60c/1e39d415-6969-4260-9b5c-8149c052f013.jpg --- server/routes.ts | 3 +++ 1 file changed, 3 insertions(+) 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