File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
packages/datadog-api-client-v2/models Expand file tree Collapse file tree 3 files changed +5
-7
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": "2024-02-26 18:27:09.460981 ",
8
- "spec_repo_commit": "65e025be "
7
+ "regenerated": "2024-02-27 14:00:04.501359 ",
8
+ "spec_repo_commit": "39b75d82 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-02-26 18:27:09.477057 ",
13
- "spec_repo_commit": "65e025be "
12
+ "regenerated": "2024-02-27 14:00:04.521356 ",
13
+ "spec_repo_commit": "39b75d82 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -10410,7 +10410,6 @@ components:
10410
10410
example: project-id
10411
10411
type: string
10412
10412
required:
10413
- - project_id
10414
10413
- client_email
10415
10414
type: object
10416
10415
LogsArchiveIntegrationS3:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export class LogsArchiveIntegrationGCS {
17
17
/**
18
18
* A project ID.
19
19
*/
20
- "projectId" : string ;
20
+ "projectId" ? : string ;
21
21
22
22
/**
23
23
* A container for additional, undeclared properties.
@@ -43,7 +43,6 @@ export class LogsArchiveIntegrationGCS {
43
43
projectId : {
44
44
baseName : "project_id" ,
45
45
type : "string" ,
46
- required : true ,
47
46
} ,
48
47
additionalProperties : {
49
48
baseName : "additionalProperties" ,
You can’t perform that action at this time.
0 commit comments