From 24a97eff7f2f4323d0ea621dabe730b9f078f2f1 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Thu, 24 Sep 2026 11:52:01 +0000 Subject: [PATCH] Regenerate client from commit 7a16c20 of spec repo --- .generator/schemas/v2/openapi.yaml | 2 ++ ...integration_account_private_action_runner_auth_response.rb | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 4d2fffc0cf47..f094434140b5 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -32445,6 +32445,7 @@ components: connection_id: description: Unique identifier of the Private Action Runner connection holding the credentials. example: 08356fb7-3ae3-4ea2-913e-b4cb1b7e7ec2 + format: uuid type: string secret_path: description: Path of the credential inside the secret backend configured on the runner. @@ -32453,6 +32454,7 @@ components: user_uuid: description: Unique identifier of the user the Private Action Runner connection belongs to. example: ac470ea4-aa08-11f0-994d-da9212322ca2 + format: uuid type: string required: - auth_type diff --git a/lib/datadog_api_client/v2/models/databricks_integration_account_private_action_runner_auth_response.rb b/lib/datadog_api_client/v2/models/databricks_integration_account_private_action_runner_auth_response.rb index 5358c3bf2505..56c84cf7d1ce 100644 --- a/lib/datadog_api_client/v2/models/databricks_integration_account_private_action_runner_auth_response.rb +++ b/lib/datadog_api_client/v2/models/databricks_integration_account_private_action_runner_auth_response.rb @@ -51,9 +51,9 @@ def self.attribute_map def self.openapi_types { :'auth_type' => :'DatabricksIntegrationAccountPrivateActionRunnerAuthType', - :'connection_id' => :'String', + :'connection_id' => :'UUID', :'secret_path' => :'String', - :'user_uuid' => :'String' + :'user_uuid' => :'UUID' } end