File tree Expand file tree Collapse file tree 3 files changed +15
-13
lines changed
packages/datadog-api-client-v2/models Expand file tree Collapse file tree 3 files changed +15
-13
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.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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -2612,10 +2612,12 @@ components:
2612
2612
IntakePayloadAccepted :
2613
2613
description : The payload accepted for intake.
2614
2614
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
2619
2621
type : object
2620
2622
ListApplicationKeysResponse :
2621
2623
description : Response for a list of application keys.
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
11
11
*/
12
12
export class IntakePayloadAccepted {
13
13
/**
14
- * The status of the intake payload .
14
+ * A list of errors .
15
15
*/
16
- "status " ?: string ;
16
+ "errors " ?: Array < string > ;
17
17
18
18
/**
19
19
* @ignore
@@ -24,9 +24,9 @@ export class IntakePayloadAccepted {
24
24
* @ignore
25
25
*/
26
26
static readonly attributeTypeMap : AttributeTypeMap = {
27
- status : {
28
- baseName : "status " ,
29
- type : "string" ,
27
+ errors : {
28
+ baseName : "errors " ,
29
+ type : "Array< string> " ,
30
30
} ,
31
31
} ;
32
32
You can’t perform that action at this time.
0 commit comments