diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 560b3188e9f..1af71fdf787 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -215204,7 +215204,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/test/resources/com/datadog/api/client/v2/api/case_management.feature b/src/test/resources/com/datadog/api/client/v2/api/case_management.feature index f34e59ada60..b3b7a0a72e5 100644 --- a/src/test/resources/com/datadog/api/client/v2/api/case_management.feature +++ b/src/test/resources/com/datadog/api/client/v2/api/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