Skip to content

Commit 2b08129

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit a4fe6c9 of spec repo (#753)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 976c49d commit 2b08129

File tree

5 files changed

+132
-118
lines changed

5 files changed

+132
-118
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.5.1.dev2",
7-
"regenerated": "2022-01-04 14:47:46.357947",
8-
"spec_repo_commit": "116ef08"
7+
"regenerated": "2022-01-04 17:35:06.391445",
8+
"spec_repo_commit": "a4fe6c9"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2022-01-04 14:47:46.768184",
13-
"spec_repo_commit": "116ef08"
12+
"regenerated": "2022-01-04 17:35:06.832539",
13+
"spec_repo_commit": "a4fe6c9"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12037,12 +12037,18 @@ components:
1203712037
description: Maximum amount of records to be returned.
1203812038
format: int64
1203912039
type: integer
12040-
next_record_id:
12041-
description: The cursor to use to get the next results, if any. To make
12042-
the next request, use the same parameters with the addition of this next_record_id.
12040+
offset:
12041+
description: Records to be skipped before beginning to return.
12042+
format: int64
12043+
type: integer
12044+
sort_direction:
12045+
description: Direction to sort by.
12046+
type: string
12047+
sort_name:
12048+
description: Field to sort by.
1204312049
type: string
1204412050
total_number_of_records:
12045-
description: Total number of records. (deprecated after May 1st, 2021)
12051+
description: Total number of records.
1204612052
format: int64
1204712053
type: integer
1204812054
type: object

docs/v1/UsageAttributionPagination.md

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/usage_attribution_pagination.py

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)