diff --git a/internal/netbox/service/rest.go b/internal/netbox/service/rest.go index ff486d1..f7a89c4 100644 --- a/internal/netbox/service/rest.go +++ b/internal/netbox/service/rest.go @@ -124,7 +124,7 @@ func Patch[T any]( ctx, "Patching %T with path %s with data: %v", dummy, - objectPath, + path, body, )