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

Reorganize documentation

This commit is contained in:
jeremystretch
2022-08-04 14:11:52 -04:00
parent a7bf7bf7a5
commit 5da3cab4de
42 changed files with 412 additions and 366 deletions

View File

@ -39,4 +39,4 @@ Sometimes you'll find that data you need to populate in NetBox can be easily red
You can also use the REST API to facilitate the population of data in NetBox. The REST API offers full programmatic control over the creation of objects, subject to the same validation rules enforced by the UI forms. Additionally, the REST API supports the bulk creation of multiple objects using a single request.
For more information about this option, see the [REST API documentation](../rest-api/overview.md).
For more information about this option, see the [REST API documentation](../integrations/rest-api.md).