diff --git a/.apigentools-info b/.apigentools-info index dd66b0192f..3f1692c3f1 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:44.328977", - "spec_repo_commit": "b89b292b" + "regenerated": "2025-02-06 20:42:01.198556", + "spec_repo_commit": "970d122d" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-02-06 17:59:44.354899", - "spec_repo_commit": "b89b292b" + "regenerated": "2025-02-06 20:42:01.213366", + "spec_repo_commit": "970d122d" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 194508f81c..1de2352364 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/src/datadog_api_client/v2/api/confluent_cloud_api.py b/src/datadog_api_client/v2/api/confluent_cloud_api.py index 06b4c1b05b..48b3206f10 100644 --- a/src/datadog_api_client/v2/api/confluent_cloud_api.py +++ b/src/datadog_api_client/v2/api/confluent_cloud_api.py @@ -299,7 +299,7 @@ def create_confluent_resource( Create a Confluent resource for the account associated with the provided ID. - :param account_id: Confluent Account id. + :param account_id: Confluent Account ID. :type account_id: str :param body: Confluent payload :type body: ConfluentResourceRequest @@ -320,7 +320,7 @@ def delete_confluent_account( Delete a Confluent account with the provided account ID. - :param account_id: Confluent Account id. + :param account_id: Confluent Account ID. :type account_id: str :rtype: None """ @@ -338,7 +338,7 @@ def delete_confluent_resource( Delete a Confluent resource with the provided resource id for the account associated with the provided account ID. - :param account_id: Confluent Account id. + :param account_id: Confluent Account ID. :type account_id: str :param resource_id: Confluent Account Resource ID. :type resource_id: str @@ -359,7 +359,7 @@ def get_confluent_account( Get the Confluent account with the provided account ID. - :param account_id: Confluent Account id. + :param account_id: Confluent Account ID. :type account_id: str :rtype: ConfluentAccountResponse """ @@ -377,7 +377,7 @@ def get_confluent_resource( Get a Confluent resource with the provided resource id for the account associated with the provided account ID. - :param account_id: Confluent Account id. + :param account_id: Confluent Account ID. :type account_id: str :param resource_id: Confluent Account Resource ID. :type resource_id: str @@ -410,7 +410,7 @@ def list_confluent_resource( Get a Confluent resource for the account associated with the provided ID. - :param account_id: Confluent Account id. + :param account_id: Confluent Account ID. :type account_id: str :rtype: ConfluentResourcesResponse """ @@ -428,7 +428,7 @@ def update_confluent_account( Update the Confluent account with the provided account ID. - :param account_id: Confluent Account id. + :param account_id: Confluent Account ID. :type account_id: str :param body: Confluent payload :type body: ConfluentAccountUpdateRequest @@ -451,7 +451,7 @@ def update_confluent_resource( Update a Confluent resource with the provided resource id for the account associated with the provided account ID. - :param account_id: Confluent Account id. + :param account_id: Confluent Account ID. :type account_id: str :param resource_id: Confluent Account Resource ID. :type resource_id: str