1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #10043: Add support for 'limit' query parameter to available VLANs API endpoint

This commit is contained in:
jeremystretch
2022-08-30 14:52:12 -04:00
parent 91dc9f0c9d
commit de17a651e6
3 changed files with 37 additions and 16 deletions

View File

@@ -4,6 +4,7 @@
### Enhancements
* [#10043](https://github.com/netbox-community/netbox/issues/10043) - Add support for `limit` query parameter to available VLANs API endpoint
* [#10060](https://github.com/netbox-community/netbox/issues/10060) - Add journal entries to global search
### Bug Fixes