diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 8a53c755c88..94139a1eafb 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/lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb b/lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb index 89f78a3531e..d1ed270e37c 100644 --- a/lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb +++ b/lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb @@ -33,7 +33,7 @@ class DORADeploymentRequestAttributes # Git info for DORA Metrics events. attr_accessor :git - # Deployment ID. + # Deployment ID. Must be 16-128 characters and contain only alphanumeric characters, hyphens, underscores, periods, and colons (a-z, A-Z, 0-9, -, _, ., :). attr_accessor :id # Service name. diff --git a/lib/datadog_api_client/v2/models/dora_failure_request_attributes.rb b/lib/datadog_api_client/v2/models/dora_failure_request_attributes.rb index 2a75e418c70..730dc8cc9e6 100644 --- a/lib/datadog_api_client/v2/models/dora_failure_request_attributes.rb +++ b/lib/datadog_api_client/v2/models/dora_failure_request_attributes.rb @@ -33,7 +33,7 @@ class DORAFailureRequestAttributes # Git info for DORA Metrics events. attr_accessor :git - # Failure ID. Must have at least 16 characters. Required to update a previously sent failure. + # Failure ID. Must be 16-128 characters and contain only alphanumeric characters, hyphens, underscores, periods, and colons (a-z, A-Z, 0-9, -, _, ., :). attr_accessor :id # Failure name.