Update API documentation and schemas: clarify lock/unlock behavior for device fields and enhance error handling in device alias update

This commit is contained in:
Jokob @NetAlertX
2026-04-08 22:38:43 +00:00
parent 28e6d62ccb
commit da8b694a49
3 changed files with 7 additions and 3 deletions

View File

@@ -217,7 +217,7 @@ Allowed `columnName` values: `devName`, `devOwner`, `devType`, `devVendor`, `dev
| Field | Type | Required | Description |
|---|---|---|---|
| `fieldName` | string | ✅ | Field to lock/unlock (e.g. `devName`, `devVendor`) |
| `lock` | boolean | ❌ | `true` to lock (default), `false` to unlock |
| `lock` | boolean | ❌ | `true` to lock, `false` to unlock (default when omitted) |
**Response** (success):