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 @@ -17,7 +17,7 @@
require 'time'

module DatadogAPIClient::V2
# AWS Account Update Request body.
# AWS Account update request body.
class AWSAccountUpdateRequest
include BaseGenericModel

Expand Down
Loading