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 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -35328,7 +35328,7 @@ paths:
35328
35328
- Software Catalog
35329
35329
x-pagination:
35330
35330
limitParam: page[limit]
35331
- pageParam : page[offset]
35331
+ pageOffsetParam : page[offset]
35332
35332
resultsPath: data
35333
35333
post:
35334
35334
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(
312
312
pagination = {
313
313
"limit_value" : local_page_size ,
314
314
"results_path" : "data" ,
315
- "page_param " : "page_offset" ,
315
+ "page_offset_param " : "page_offset" ,
316
316
"endpoint" : endpoint ,
317
317
"kwargs" : kwargs ,
318
318
}
You can’t perform that action at this time.
0 commit comments