refactor(itam): Update URL route name for SoftwareCategory model

ref: #823 #820
This commit is contained in:
2025-06-12 12:22:17 +09:30
parent c2ad9e3189
commit 610e4665a6
7 changed files with 7 additions and 7 deletions

View File

@ -102,7 +102,7 @@ A Model link is a reference to an item within the database. Supported model link
| [role](../access/role.md)| `$role-<id>` |
| service| `$service-<id>` |
| software| `$software-<id>` |
| softwarecategory| `$-<id>` |
| softwarecategory| `$software_category-<id>` |
| softwareversion| `$software_version-<id>` |
| team| `$team-<id>` |
| ticketcategory| `$ticket_category-<id>` |