diff --git a/rest_framework/schemas/openapi.py b/rest_framework/schemas/openapi.py index f10ea06af..468c92219 100644 --- a/rest_framework/schemas/openapi.py +++ b/rest_framework/schemas/openapi.py @@ -93,7 +93,6 @@ class AutoSchema(ViewInspector): def get_operation(self, path, method): operation = {} - operation['operationId'] = self._get_operation_id(path, method) parameters = []