Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@ components:
x-enum-varnames:
- ACCOUNT
AWSAccountUpdateRequest:
description: AWS Account Update Request body.
description: AWS Account update request body.
properties:
data:
$ref: '#/components/schemas/AWSAccountUpdateRequestData'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def openapi_types(_):

def __init__(self_, data: AWSAccountUpdateRequestData, **kwargs):
"""
AWS Account Update Request body.
AWS Account update request body.

:param data: AWS Account Update Request data.
:type data: AWSAccountUpdateRequestData
Expand Down
Loading