Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 5 additions & 4 deletions features/v2/case_management.feature
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading