Update REST API changes for #4615

This commit is contained in:
Jeremy Stretch 2020-06-18 14:24:50 -04:00
parent 4f3fde8055
commit eb8c0539c5

View File

@ -32,6 +32,7 @@ NetBox v2.9 replaces Django's built-in permissions framework with one that suppo
```
* The `tags` field of an object now includes a more complete representation of each tag, rather than just its name.
* A `label` field has been added to all device components and component templates.
### Other Changes