Skip to content

Commit

Permalink
Move under common tag Case Management (#2385)
Browse files Browse the repository at this point in the history
* remove old feature files

* Regenerate client from commit 5ef419de of spec repo

---------

Co-authored-by: Sherzod Karimov <sherzod.karimov@datadoghq.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
  • Loading branch information
3 people committed Feb 20, 2024
1 parent f517988 commit 75f892d
Show file tree
Hide file tree
Showing 96 changed files with 837 additions and 893 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-02-20 12:21:52.216044",
"spec_repo_commit": "7e467650"
"regenerated": "2024-02-20 19:02:27.598784",
"spec_repo_commit": "5ef419de"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-02-20 12:21:52.235691",
"spec_repo_commit": "7e467650"
"regenerated": "2024-02-20 19:02:27.613393",
"spec_repo_commit": "5ef419de"
}
}
}
32 changes: 15 additions & 17 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22766,7 +22766,7 @@ paths:
- cases_read
summary: Search cases
tags:
- Cases
- Case Management
x-pagination:
limitParam: page[size]
pageOffsetParam: page[offset]
Expand Down Expand Up @@ -22805,7 +22805,7 @@ paths:
- cases_write
summary: Create a case
tags:
- Cases
- Case Management
/api/v2/cases/projects:
get:
description: Get all projects.
Expand Down Expand Up @@ -22834,7 +22834,7 @@ paths:
- cases_read
summary: Get all projects
tags:
- Cases Projects
- Case Management
post:
description: Create a project.
operationId: CreateProject
Expand Down Expand Up @@ -22869,7 +22869,7 @@ paths:
- cases_write
summary: Create a project
tags:
- Cases Projects
- Case Management
/api/v2/cases/projects/{project_id}:
delete:
description: Remove a project using the project's `id`.
Expand All @@ -22896,7 +22896,7 @@ paths:
- cases_write
summary: Remove a project
tags:
- Cases Projects
- Case Management
get:
description: Get the details of a project by `project_id`.
operationId: GetProject
Expand Down Expand Up @@ -22926,7 +22926,7 @@ paths:
- cases_read
summary: Get the details of a project
tags:
- Cases Projects
- Case Management
/api/v2/cases/{case_id}:
get:
description: Get the details of case by `case_id`
Expand Down Expand Up @@ -22957,7 +22957,7 @@ paths:
- cases_read
summary: Get the details of a case
tags:
- Cases
- Case Management
/api/v2/cases/{case_id}/archive:
post:
description: Archive case
Expand Down Expand Up @@ -22995,7 +22995,7 @@ paths:
- cases_write
summary: Archive case
tags:
- Cases
- Case Management
/api/v2/cases/{case_id}/assign:
post:
description: Assign case to a user
Expand Down Expand Up @@ -23033,7 +23033,7 @@ paths:
- cases_write
summary: Assign case
tags:
- Cases
- Case Management
/api/v2/cases/{case_id}/priority:
post:
description: Update case priority
Expand Down Expand Up @@ -23071,7 +23071,7 @@ paths:
- cases_write
summary: Update case priority
tags:
- Cases
- Case Management
/api/v2/cases/{case_id}/status:
post:
description: Update case status
Expand Down Expand Up @@ -23109,7 +23109,7 @@ paths:
- cases_write
summary: Update case status
tags:
- Cases
- Case Management
/api/v2/cases/{case_id}/unarchive:
post:
description: Unarchive case
Expand Down Expand Up @@ -23147,7 +23147,7 @@ paths:
- cases_write
summary: Unarchive case
tags:
- Cases
- Case Management
/api/v2/cases/{case_id}/unassign:
post:
description: Unassign case
Expand Down Expand Up @@ -23185,7 +23185,7 @@ paths:
- cases_write
summary: Unassign case
tags:
- Cases
- Case Management
/api/v2/ci/pipeline:
post:
description: 'Send your pipeline event to your Datadog platform over HTTP. For
Expand Down Expand Up @@ -34532,10 +34532,8 @@ tags:
[Test Visibility in Datadog page](https://docs.datadoghq.com/tests/) for more
information.
name: CI Visibility Tests
- description: View and manage cases within Datadog
name: Cases
- description: View and manage project within Case Management
name: Cases Projects
- description: View and manage cases and project within Case Management
name: Case Management
- description: The Cloud Cost Management API allows you to set up, edit, and delete
Cloud Cost Management accounts for AWS and Azure. See the [Cloud Cost Management
page](https://docs.datadoghq.com/cloud_cost_management/) for more information.
Expand Down
Loading

0 comments on commit 75f892d

Please sign in to comment.