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
This commit is contained in:
alphaeusmote
2025-04-09 20:35:55 +00:00
parent 7797717306
commit aeed6aa6ed
+3
View File
@@ -4246,6 +4246,9 @@ export async function registerRoutes(app: Express): Promise<Server> {
* 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