Skip to content

Commit

Permalink
Regenerate client from commit 41db491c of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Feb 14, 2024
1 parent fca9f1b commit 2d389d8
Show file tree
Hide file tree
Showing 95 changed files with 1,074 additions and 807 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-14 10:50:03.602357",
"spec_repo_commit": "9348385b"
"regenerated": "2024-02-14 19:00:32.576446",
"spec_repo_commit": "41db491c"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-02-14 10:50:03.618501",
"spec_repo_commit": "9348385b"
"regenerated": "2024-02-14 19:00:32.597216",
"spec_repo_commit": "41db491c"
}
}
}
32 changes: 15 additions & 17 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22753,7 +22753,7 @@ paths:
- cases_read
summary: Search cases
tags:
- Cases
- Case Management
x-pagination:
limitParam: page[size]
pageOffsetParam: page[offset]
Expand Down Expand Up @@ -22792,7 +22792,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 @@ -22821,7 +22821,7 @@ paths:
- cases_read
summary: Get all projects
tags:
- Cases Projects
- Case Management
post:
description: Create a project.
operationId: CreateProject
Expand Down Expand Up @@ -22856,7 +22856,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 @@ -22883,7 +22883,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 @@ -22913,7 +22913,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 @@ -22944,7 +22944,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 @@ -22982,7 +22982,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 @@ -23020,7 +23020,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 @@ -23058,7 +23058,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 @@ -23096,7 +23096,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 @@ -23134,7 +23134,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 @@ -23172,7 +23172,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 @@ -34519,10 +34519,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 2d389d8

Please sign in to comment.