diff --git a/.apigentools-info b/.apigentools-info index 18cd3643d7a2..ba136bdeee2d 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-02-06 17:59:35.241509", - "spec_repo_commit": "b89b292b" + "regenerated": "2025-02-07 15:58:46.331587", + "spec_repo_commit": "1ff7c087" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-02-06 17:59:35.256609", - "spec_repo_commit": "b89b292b" + "regenerated": "2025-02-07 15:58:46.346813", + "spec_repo_commit": "1ff7c087" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index ad8e3b54c22c..2145ba7d6bfc 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -14988,7 +14988,6 @@ components: - element - email - global - - javascript - text example: text type: string @@ -14996,7 +14995,6 @@ components: - ELEMENT - EMAIL - GLOBAL - - JAVASCRIPT - TEXT SyntheticsCIBatchMetadata: description: Metadata for the Synthetic tests run. diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 194508f81c84..1de23523644d 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -193,7 +193,7 @@ components: schema: type: string ConfluentAccountID: - description: Confluent Account id. + description: Confluent Account ID. in: path name: account_id required: true diff --git a/lib/datadog_api_client/v1/models/synthetics_browser_variable_type.rb b/lib/datadog_api_client/v1/models/synthetics_browser_variable_type.rb index 4868fd3bfb90..30da1d79a8ba 100644 --- a/lib/datadog_api_client/v1/models/synthetics_browser_variable_type.rb +++ b/lib/datadog_api_client/v1/models/synthetics_browser_variable_type.rb @@ -24,7 +24,6 @@ class SyntheticsBrowserVariableType ELEMENT = "element".freeze EMAIL = "email".freeze GLOBAL = "global".freeze - JAVASCRIPT = "javascript".freeze TEXT = "text".freeze end end diff --git a/lib/datadog_api_client/v2/api/confluent_cloud_api.rb b/lib/datadog_api_client/v2/api/confluent_cloud_api.rb index 95713adc811e..a297c832d68c 100644 --- a/lib/datadog_api_client/v2/api/confluent_cloud_api.rb +++ b/lib/datadog_api_client/v2/api/confluent_cloud_api.rb @@ -102,7 +102,7 @@ def create_confluent_resource(account_id, body, opts = {}) # # Create a Confluent resource for the account associated with the provided ID. # - # @param account_id [String] Confluent Account id. + # @param account_id [String] Confluent Account ID. # @param body [ConfluentResourceRequest] Confluent payload # @param opts [Hash] the optional parameters # @return [Array<(ConfluentResourceResponse, Integer, Hash)>] ConfluentResourceResponse data, response status code and response headers @@ -174,7 +174,7 @@ def delete_confluent_account(account_id, opts = {}) # # Delete a Confluent account with the provided account ID. # - # @param account_id [String] Confluent Account id. + # @param account_id [String] Confluent Account ID. # @param opts [Hash] the optional parameters # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers def delete_confluent_account_with_http_info(account_id, opts = {}) @@ -239,7 +239,7 @@ def delete_confluent_resource(account_id, resource_id, opts = {}) # # Delete a Confluent resource with the provided resource id for the account associated with the provided account ID. # - # @param account_id [String] Confluent Account id. + # @param account_id [String] Confluent Account ID. # @param resource_id [String] Confluent Account Resource ID. # @param opts [Hash] the optional parameters # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers @@ -309,7 +309,7 @@ def get_confluent_account(account_id, opts = {}) # # Get the Confluent account with the provided account ID. # - # @param account_id [String] Confluent Account id. + # @param account_id [String] Confluent Account ID. # @param opts [Hash] the optional parameters # @return [Array<(ConfluentAccountResponse, Integer, Hash)>] ConfluentAccountResponse data, response status code and response headers def get_confluent_account_with_http_info(account_id, opts = {}) @@ -374,7 +374,7 @@ def get_confluent_resource(account_id, resource_id, opts = {}) # # Get a Confluent resource with the provided resource id for the account associated with the provided account ID. # - # @param account_id [String] Confluent Account id. + # @param account_id [String] Confluent Account ID. # @param resource_id [String] Confluent Account Resource ID. # @param opts [Hash] the optional parameters # @return [Array<(ConfluentResourceResponse, Integer, Hash)>] ConfluentResourceResponse data, response status code and response headers @@ -504,7 +504,7 @@ def list_confluent_resource(account_id, opts = {}) # # Get a Confluent resource for the account associated with the provided ID. # - # @param account_id [String] Confluent Account id. + # @param account_id [String] Confluent Account ID. # @param opts [Hash] the optional parameters # @return [Array<(ConfluentResourcesResponse, Integer, Hash)>] ConfluentResourcesResponse data, response status code and response headers def list_confluent_resource_with_http_info(account_id, opts = {}) @@ -569,7 +569,7 @@ def update_confluent_account(account_id, body, opts = {}) # # Update the Confluent account with the provided account ID. # - # @param account_id [String] Confluent Account id. + # @param account_id [String] Confluent Account ID. # @param body [ConfluentAccountUpdateRequest] Confluent payload # @param opts [Hash] the optional parameters # @return [Array<(ConfluentAccountResponse, Integer, Hash)>] ConfluentAccountResponse data, response status code and response headers @@ -641,7 +641,7 @@ def update_confluent_resource(account_id, resource_id, body, opts = {}) # # Update a Confluent resource with the provided resource id for the account associated with the provided account ID. # - # @param account_id [String] Confluent Account id. + # @param account_id [String] Confluent Account ID. # @param resource_id [String] Confluent Account Resource ID. # @param body [ConfluentResourceRequest] Confluent payload # @param opts [Hash] the optional parameters