Skip to content

Commit

Permalink
Regenerate client from commit 9b5a29cc of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Feb 27, 2024
1 parent df2d451 commit eb50613
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 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-26 18:27:06.393279",
"spec_repo_commit": "65e025be"
"regenerated": "2024-02-27 19:46:19.303296",
"spec_repo_commit": "9b5a29cc"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-02-26 18:27:06.408833",
"spec_repo_commit": "65e025be"
"regenerated": "2024-02-27 19:46:19.486000",
"spec_repo_commit": "9b5a29cc"
}
}
}
4 changes: 3 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34543,7 +34543,9 @@ tags:
[Test Visibility in Datadog page](https://docs.datadoghq.com/tests/) for more
information.
name: CI Visibility Tests
- description: View and manage cases and project within Case Management
- 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.
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
Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v2/api/case_management_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

class CaseManagementApi:
"""
View and manage cases and project within 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.
"""

def __init__(self, api_client=None):
Expand Down
5 changes: 4 additions & 1 deletion tests/v2/features/case_management.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
@endpoint(case-management) @endpoint(case-management-v2)
Feature: Case Management
View and manage cases and project within 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.

Background:
Given a valid "apiKeyAuth" key in the system
Expand Down

0 comments on commit eb50613

Please sign in to comment.