diff --git a/netbox/core/api/schema.py b/netbox/core/api/schema.py index be1dd894b..9cf1f78c3 100644 --- a/netbox/core/api/schema.py +++ b/netbox/core/api/schema.py @@ -57,10 +57,6 @@ class NetBoxAutoSchema(AutoSchema): else: return False - def get_operation(self, path, path_regex, path_prefix, method, registry: ComponentRegistry): - operation = super().get_operation(path, path_regex, path_prefix, method, registry) - return operation - def get_operation_id(self): """ Fix: bulk serializers cause operation_id conflicts with non-bulk ones