File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
src/main/java/com/datadog/api/client/v2/api Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments