Return nested representations of related objects when modifying an object via the API #1794
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Milestone
Issue type
[ ] Feature request
[X] Bug report
[ ] Documentation
Environment
Description
When I request virtual interfaces, the
virtual_machine
field is expanded to include the VM's details.But when I PATCH a virtual interface, the
virtual_machine
field is simply the id of the VM.GET http://netbox-frontend.ninevirt.docker/api/virtualization/interfaces/13/:
PATCH http://netbox-frontend.ninevirt.docker/api/virtualization/interfaces/13/:
The text was updated successfully, but these errors were encountered: