Skip to content

Commit 733aa58

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit d90e7b67 of spec repo (#742)
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 848a43f commit 733aa58

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
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.6.2",
7-
"regenerated": "2022-06-28 06:45:52.602520",
8-
"spec_repo_commit": "de78e1e5"
7+
"regenerated": "2022-06-29 14:14:17.355128",
8+
"spec_repo_commit": "d90e7b67"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-06-28 06:45:52.618119",
13-
"spec_repo_commit": "de78e1e5"
12+
"regenerated": "2022-06-29 14:14:17.373553",
13+
"spec_repo_commit": "d90e7b67"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2612,10 +2612,12 @@ components:
26122612
IntakePayloadAccepted:
26132613
description: The payload accepted for intake.
26142614
properties:
2615-
status:
2616-
description: The status of the intake payload.
2617-
example: ok
2618-
type: string
2615+
errors:
2616+
description: A list of errors.
2617+
items:
2618+
description: An empty error list.
2619+
type: string
2620+
type: array
26192621
type: object
26202622
ListApplicationKeysResponse:
26212623
description: Response for a list of application keys.

packages/datadog-api-client-v2/models/IntakePayloadAccepted.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1111
*/
1212
export class IntakePayloadAccepted {
1313
/**
14-
* The status of the intake payload.
14+
* A list of errors.
1515
*/
16-
"status"?: string;
16+
"errors"?: Array<string>;
1717

1818
/**
1919
* @ignore
@@ -24,9 +24,9 @@ export class IntakePayloadAccepted {
2424
* @ignore
2525
*/
2626
static readonly attributeTypeMap: AttributeTypeMap = {
27-
status: {
28-
baseName: "status",
29-
type: "string",
27+
errors: {
28+
baseName: "errors",
29+
type: "Array<string>",
3030
},
3131
};
3232

0 commit comments

Comments
 (0)