diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml
index a5b1012c5d..760a5920d1 100644
--- a/.generator/schemas/v2/openapi.yaml
+++ b/.generator/schemas/v2/openapi.yaml
@@ -213494,7 +213494,11 @@ tags:
**Note**: These endpoints are split based on whether you are using the US1-FED site or not. Please reference the specific resource for the site you are using.
name: "CSM Threats"
- - description: View and manage cases and projects within Case Management. See the [Case Management page](https://docs.datadoghq.com/service_management/case_management/) for more information.
+ - description: >-
+ **Note**: Work Management is the UI name for Case Management. These API endpoints and permissions use `case` terminology.
+
+
+ View and manage work items and projects within Work Management. For more information, see [Work Management](https://docs.datadoghq.com/incident_response/work_management/).
name: Case Management
- description: >-
View and configure custom attributes within Case Management. See the [Case Management page](https://docs.datadoghq.com/service_management/case_management/) for more information.
diff --git a/src/datadog_api_client/v2/api/case_management_api.py b/src/datadog_api_client/v2/api/case_management_api.py
index 131bc18e2f..3fba01f6ef 100644
--- a/src/datadog_api_client/v2/api/case_management_api.py
+++ b/src/datadog_api_client/v2/api/case_management_api.py
@@ -72,7 +72,9 @@
class CaseManagementApi:
"""
- View and manage cases and projects within Case Management. See the `Case Management page `_ for more information.
+ **Note** : Work Management is the UI name for Case Management. These API endpoints and permissions use ``case`` terminology.
+
+ View and manage work items and projects within Work Management. For more information, see `Work Management `_.
"""
def __init__(self, api_client=None):
diff --git a/tests/v2/features/case_management.feature b/tests/v2/features/case_management.feature
index f34e59ada6..b3b7a0a72e 100644
--- a/tests/v2/features/case_management.feature
+++ b/tests/v2/features/case_management.feature
@@ -1,9 +1,10 @@
@endpoint(case-management) @endpoint(case-management-v2)
Feature: Case Management
- View and manage cases and projects within Case Management. See the [Case
- Management
- page](https://docs.datadoghq.com/service_management/case_management/) for
- more information.
+ **Note**: Work Management is the UI name for Case Management. These API
+ endpoints and permissions use `case` terminology. View and manage work
+ items and projects within Work Management. For more information, see [Work
+ Management](https://docs.datadoghq.com/incident_response/work_management/)
+ .
Background:
Given a valid "apiKeyAuth" key in the system