@@ -299,7 +299,7 @@ def create_confluent_resource(
299299
300300 Create a Confluent resource for the account associated with the provided ID.
301301
302- :param account_id: Confluent Account id .
302+ :param account_id: Confluent Account ID .
303303 :type account_id: str
304304 :param body: Confluent payload
305305 :type body: ConfluentResourceRequest
@@ -320,7 +320,7 @@ def delete_confluent_account(
320320
321321 Delete a Confluent account with the provided account ID.
322322
323- :param account_id: Confluent Account id .
323+ :param account_id: Confluent Account ID .
324324 :type account_id: str
325325 :rtype: None
326326 """
@@ -338,7 +338,7 @@ def delete_confluent_resource(
338338
339339 Delete a Confluent resource with the provided resource id for the account associated with the provided account ID.
340340
341- :param account_id: Confluent Account id .
341+ :param account_id: Confluent Account ID .
342342 :type account_id: str
343343 :param resource_id: Confluent Account Resource ID.
344344 :type resource_id: str
@@ -359,7 +359,7 @@ def get_confluent_account(
359359
360360 Get the Confluent account with the provided account ID.
361361
362- :param account_id: Confluent Account id .
362+ :param account_id: Confluent Account ID .
363363 :type account_id: str
364364 :rtype: ConfluentAccountResponse
365365 """
@@ -377,7 +377,7 @@ def get_confluent_resource(
377377
378378 Get a Confluent resource with the provided resource id for the account associated with the provided account ID.
379379
380- :param account_id: Confluent Account id .
380+ :param account_id: Confluent Account ID .
381381 :type account_id: str
382382 :param resource_id: Confluent Account Resource ID.
383383 :type resource_id: str
@@ -410,7 +410,7 @@ def list_confluent_resource(
410410
411411 Get a Confluent resource for the account associated with the provided ID.
412412
413- :param account_id: Confluent Account id .
413+ :param account_id: Confluent Account ID .
414414 :type account_id: str
415415 :rtype: ConfluentResourcesResponse
416416 """
@@ -428,7 +428,7 @@ def update_confluent_account(
428428
429429 Update the Confluent account with the provided account ID.
430430
431- :param account_id: Confluent Account id .
431+ :param account_id: Confluent Account ID .
432432 :type account_id: str
433433 :param body: Confluent payload
434434 :type body: ConfluentAccountUpdateRequest
@@ -451,7 +451,7 @@ def update_confluent_resource(
451451
452452 Update a Confluent resource with the provided resource id for the account associated with the provided account ID.
453453
454- :param account_id: Confluent Account id .
454+ :param account_id: Confluent Account ID .
455455 :type account_id: str
456456 :param resource_id: Confluent Account Resource ID.
457457 :type resource_id: str
0 commit comments