From 4b32903f30cc985742187d27c948d092c12c3c1f Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Thu, 8 Jan 2026 14:00:11 +0000 Subject: [PATCH] Regenerate client from commit f8fc4c1 of spec repo --- .generator/schemas/v2/openapi.yaml | 9 ++++++--- .../v2/model/dora_deployment_request_attributes.py | 2 +- .../v2/model/dora_failure_request_attributes.py | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 8a53c755c8..94139a1eaf 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -15983,7 +15983,9 @@ components: git: $ref: '#/components/schemas/DORAGitInfo' id: - description: Deployment ID. + description: Deployment ID. Must be 16-128 characters and contain only alphanumeric + characters, hyphens, underscores, periods, and colons (a-z, A-Z, 0-9, + -, _, ., :). type: string service: description: Service name. @@ -16121,8 +16123,9 @@ components: git: $ref: '#/components/schemas/DORAGitInfo' id: - description: Failure ID. Must have at least 16 characters. Required to update - a previously sent failure. + description: Failure ID. Must be 16-128 characters and contain only alphanumeric + characters, hyphens, underscores, periods, and colons (a-z, A-Z, 0-9, + -, _, ., :). type: string name: description: Failure name. diff --git a/src/datadog_api_client/v2/model/dora_deployment_request_attributes.py b/src/datadog_api_client/v2/model/dora_deployment_request_attributes.py index 08293a23e5..0f76dfa6eb 100644 --- a/src/datadog_api_client/v2/model/dora_deployment_request_attributes.py +++ b/src/datadog_api_client/v2/model/dora_deployment_request_attributes.py @@ -75,7 +75,7 @@ def __init__( :param git: Git info for DORA Metrics events. :type git: DORAGitInfo, optional - :param id: Deployment ID. + :param id: Deployment ID. Must be 16-128 characters and contain only alphanumeric characters, hyphens, underscores, periods, and colons (a-z, A-Z, 0-9, -, _, ., :). :type id: str, optional :param service: Service name. diff --git a/src/datadog_api_client/v2/model/dora_failure_request_attributes.py b/src/datadog_api_client/v2/model/dora_failure_request_attributes.py index e6d41106b7..120f0c1df1 100644 --- a/src/datadog_api_client/v2/model/dora_failure_request_attributes.py +++ b/src/datadog_api_client/v2/model/dora_failure_request_attributes.py @@ -81,7 +81,7 @@ def __init__( :param git: Git info for DORA Metrics events. :type git: DORAGitInfo, optional - :param id: Failure ID. Must have at least 16 characters. Required to update a previously sent failure. + :param id: Failure ID. Must be 16-128 characters and contain only alphanumeric characters, hyphens, underscores, periods, and colons (a-z, A-Z, 0-9, -, _, ., :). :type id: str, optional :param name: Failure name.