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
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-06-19 12:11:25.008610",
"spec_repo_commit": "a171e0a8"
"regenerated": "2025-06-20 20:20:01.150596",
"spec_repo_commit": "3fe1f086"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-06-19 12:11:25.024268",
"spec_repo_commit": "a171e0a8"
"regenerated": "2025-06-20 20:20:01.166413",
"spec_repo_commit": "3fe1f086"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31559,7 +31559,7 @@ components:
- attributes
type: object
RumRetentionFilterUpdateRequest:
description: The RUM retention filter body to update.
description: The RUM retention filter body to update
properties:
data:
$ref: '#/components/schemas/RumRetentionFilterUpdateData'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import java.util.Map;
import java.util.Objects;

/** The RUM retention filter body to update. */
/** The RUM retention filter body to update */
@JsonPropertyOrder({RumRetentionFilterUpdateRequest.JSON_PROPERTY_DATA})
@jakarta.annotation.Generated(
value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator")
Expand Down
Loading