Skip to content

Commit b577f46

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 0c376cca of spec repo
1 parent 38181b1 commit b577f46

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-03-03 19:12:20.366400",
8-
"spec_repo_commit": "35df584d"
7+
"regenerated": "2025-03-05 14:38:26.282976",
8+
"spec_repo_commit": "0c376cca"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-03-03 19:12:20.381714",
13-
"spec_repo_commit": "35df584d"
12+
"regenerated": "2025-03-05 14:38:26.302710",
13+
"spec_repo_commit": "0c376cca"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35328,7 +35328,7 @@ paths:
3532835328
- Software Catalog
3532935329
x-pagination:
3533035330
limitParam: page[limit]
35331-
pageParam: page[offset]
35331+
pageOffsetParam: page[offset]
3533235332
resultsPath: data
3533335333
post:
3533435334
description: Create or update entities in Software Catalog.

src/main/java/com/datadog/api/client/v2/api/SoftwareCatalogApi.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ public PaginationIterable<EntityData> listCatalogEntityWithPagination(
393393
String valueGetterPath = "";
394394
String valueSetterPath = "pageOffset";
395395
Boolean valueSetterParamOptional = true;
396-
parameters.pageOffset(0l);
397396
Long limit;
398397

399398
if (parameters.pageLimit == null) {
@@ -414,7 +413,7 @@ public PaginationIterable<EntityData> listCatalogEntityWithPagination(
414413
valueGetterPath,
415414
valueSetterPath,
416415
valueSetterParamOptional,
417-
false,
416+
true,
418417
limit,
419418
args);
420419

0 commit comments

Comments
 (0)