diff --git a/netbox_diode_plugin/api/matcher.py b/netbox_diode_plugin/api/matcher.py index 4d2dca5..5897130 100644 --- a/netbox_diode_plugin/api/matcher.py +++ b/netbox_diode_plugin/api/matcher.py @@ -250,7 +250,7 @@ class ObjectMatchCriteria: the model fields and any references to another object specify a specific id in the appropriate field name. eg device_id=123 etc and for any generic references, - both the type and idshould be specified, eg: + both the type and id should be specified, eg: scope_type="dcim.site" and scope_id=123 """