File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/datadog_api_client/v2/api Expand file tree Collapse file tree 3 files changed +6
-6
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 :21.654668 ",
8- "spec_repo_commit": "35df584d "
7+ "regenerated": "2025-03-05 14:38 :21.005626 ",
8+ "spec_repo_commit": "0c376cca "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2025-03-03 19:12 :21.669839 ",
13- "spec_repo_commit": "35df584d "
12+ "regenerated": "2025-03-05 14:38 :21.020112 ",
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 @@ -312,7 +312,7 @@ def list_catalog_entity_with_pagination(
312312 pagination = {
313313 "limit_value" : local_page_size ,
314314 "results_path" : "data" ,
315- "page_param " : "page_offset" ,
315+ "page_offset_param " : "page_offset" ,
316316 "endpoint" : endpoint ,
317317 "kwargs" : kwargs ,
318318 }
You can’t perform that action at this time.
0 commit comments