refactor: 🎨 strip legacy features

This commit is contained in:
2026-05-23 16:40:25 +00:00
parent d334dae3d6
commit f01a81e558
15 changed files with 59 additions and 503 deletions
-5
View File
@@ -146,8 +146,6 @@ Subnets must be `/24` or smaller (prefix length ≥ 24).
## Racks
Requires the racks feature to be enabled.
| Method | Endpoint | Permission | Description |
|--------|----------|------------|-------------|
| GET | `/api/v1/racks` | `view_racks` | List all racks |
@@ -161,8 +159,6 @@ Requires the racks feature to be enabled.
## Tags
Requires the device tags feature to be enabled.
| Method | Endpoint | Permission | Description |
|--------|----------|------------|-------------|
| GET | `/api/v1/tags` | `view_tags` | List all tags |
@@ -206,7 +202,6 @@ Requires the device tags feature to be enabled.
"default_value": "",
"help_text": "Optional help text",
"display_order": 0,
"searchable": true,
"validation_rules": {
"max_length": 32
}