Skip to content

Commit da3da61

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e84afea of spec repo
1 parent 922938f commit da3da61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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/main/java/com/datadog/api/client/v2/model/AWSAccountUpdateRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import java.util.Map;
1818
import java.util.Objects;
1919

20-
/** AWS Account Update Request body. */
20+
/** AWS Account update request body. */
2121
@JsonPropertyOrder({AWSAccountUpdateRequest.JSON_PROPERTY_DATA})
2222
@jakarta.annotation.Generated(
2323
value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator")

0 commit comments

Comments
 (0)