Skip to content

Commit

Permalink
Regenerate client from commit 15b98904 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 13, 2024
1 parent 51358ec commit ed9c0de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-12 15:23:57.766531",
"spec_repo_commit": "222e1f81"
"regenerated": "2024-12-13 14:34:55.106880",
"spec_repo_commit": "15b98904"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-12 15:23:57.785483",
"spec_repo_commit": "222e1f81"
"regenerated": "2024-12-13 14:34:55.126817",
"spec_repo_commit": "15b98904"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15197,7 +15197,7 @@ components:
format: int64
type: integer
public_ids:
description: An array of Synthetic test IDs you want to delete.
description: An array of Synthetic test IDs you want uptimes for.
example: []
items:
description: A Synthetic test ID.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class SyntheticsFetchUptimesPayload {
*/
"fromTs": number;
/**
* An array of Synthetic test IDs you want to delete.
* An array of Synthetic test IDs you want uptimes for.
*/
"publicIds": Array<string>;
/**
Expand Down

0 comments on commit ed9c0de

Please sign in to comment.