mirror of
https://github.com/freedbygrace/ActiveDirectoryManager.git
synced 2026-08-28 11:37:13 +00:00
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:
@@ -4246,6 +4246,9 @@ export async function registerRoutes(app: Express): Promise<Server> {
|
|||||||
* siteObject:
|
* siteObject:
|
||||||
* type: string
|
* type: string
|
||||||
* description: The distinguishedName of the site this subnet belongs to
|
* 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:
|
* responses:
|
||||||
* 201:
|
* 201:
|
||||||
* description: Successfully created AD subnet
|
* description: Successfully created AD subnet
|
||||||
|
|||||||
Reference in New Issue
Block a user