Skip to content

Commit 8862024

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 8726b93 of spec repo
1 parent d256cce commit 8862024

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ components:
13761376
x-enum-varnames:
13771377
- ACCOUNT
13781378
AWSAccountUpdateRequest:
1379-
description: AWS Account Update Request body.
1379+
description: AWS Account update request body.
13801380
properties:
13811381
data:
13821382
$ref: '#/components/schemas/AWSAccountUpdateRequestData'

src/datadog_api_client/v2/model/aws_account_update_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def openapi_types(_):
3030

3131
def __init__(self_, data: AWSAccountUpdateRequestData, **kwargs):
3232
"""
33-
AWS Account Update Request body.
33+
AWS Account update request body.
3434
3535
:param data: AWS Account Update Request data.
3636
:type data: AWSAccountUpdateRequestData

0 commit comments

Comments
 (0)