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

Update feature introduction flags

This commit is contained in:
Jeremy Stretch
2023-08-01 14:25:25 -04:00
parent a89cec72a1
commit 699b4dfade
9 changed files with 6 additions and 12 deletions

View File

@ -671,8 +671,6 @@ This header specifies the API version in use. This will always match the version
### `X-Request-ID`
!!! info "This feature was introduced in NetBox v3.5."
This header specifies the unique ID assigned to the received API request. It can be very handy for correlating a request with change records. For example, after creating several new objects, you can filter against the object changes API endpoint to retrieve the resulting change records:
```