Skip to content

Commit 76d4bf5

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 3199f806 of spec repo
1 parent 0476221 commit 76d4bf5

File tree

4 files changed

+93
-5
lines changed

4 files changed

+93
-5
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.6",
7-
"regenerated": "2025-05-09 02:41:26.674771",
8-
"spec_repo_commit": "39adb7c0"
7+
"regenerated": "2025-05-09 13:59:43.276430",
8+
"spec_repo_commit": "3199f806"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-09 02:41:26.695479",
13-
"spec_repo_commit": "39adb7c0"
12+
"regenerated": "2025-05-09 13:59:43.293579",
13+
"spec_repo_commit": "3199f806"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,6 +1181,7 @@ components:
11811181
readOnly: true
11821182
type: string
11831183
is_read_only:
1184+
default: false
11841185
deprecated: true
11851186
description: 'Whether this dashboard is read-only. If True, only the author
11861187
and admins can make changes to it.

.generator/schemas/v2/openapi.yaml

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42940,6 +42940,93 @@ paths:
4294042940
requestBody:
4294142941
content:
4294242942
application/json:
42943+
examples:
42944+
json-request-body:
42945+
value:
42946+
apiVersion: v3
42947+
datadog:
42948+
codeLocations:
42949+
- paths:
42950+
- baz/*.c
42951+
- bat/**/*
42952+
- ../plop/*.java
42953+
repositoryURL: http://github/shopping-cart.git
42954+
- paths:
42955+
- baz/*.c
42956+
- bat/**/*
42957+
- ../plop/*.java
42958+
repositoryURL: http://github/shopping-cart-2.git
42959+
events:
42960+
- name: deployment events
42961+
query: app:myapp AND type:github
42962+
- name: event type B
42963+
query: app:myapp AND type:github
42964+
logs:
42965+
- name: critical logs
42966+
query: app:myapp AND type:github
42967+
- name: ops logs
42968+
query: app:myapp AND type:github
42969+
performanceData:
42970+
tags:
42971+
- service:shopping-cart
42972+
- hostname:shopping-cart
42973+
pipelines:
42974+
fingerprints:
42975+
- fp1
42976+
- fp2
42977+
extensions:
42978+
datadoghq.com/shopping-cart:
42979+
customField: customValue
42980+
integrations:
42981+
opsgenie:
42982+
region: US
42983+
serviceURL: https://www.opsgenie.com/service/shopping-cart
42984+
pagerduty:
42985+
serviceURL: https://www.pagerduty.com/service-directory/Pshopping-cart
42986+
kind: service
42987+
metadata:
42988+
additionalOwners:
42989+
- name: opsTeam
42990+
type: operator
42991+
contacts:
42992+
- contact: [email protected]
42993+
name: Support Email
42994+
type: email
42995+
- contact: https://www.slack.com/archives/shopping-cart
42996+
name: Support Slack
42997+
type: slack
42998+
displayName: Shopping Cart
42999+
inheritFrom: service:otherService
43000+
links:
43001+
- name: shopping-cart runbook
43002+
type: runbook
43003+
url: https://runbook/shopping-cart
43004+
- name: shopping-cart architecture
43005+
provider: gdoc
43006+
type: doc
43007+
url: https://google.drive/shopping-cart-architecture
43008+
- name: shopping-cart Wiki
43009+
provider: wiki
43010+
type: doc
43011+
url: https://wiki/shopping-cart
43012+
- name: shopping-cart source code
43013+
provider: github
43014+
type: repo
43015+
url: http://github/shopping-cart
43016+
name: service-{{ unique_lower_alnum }}
43017+
owner: myteam
43018+
tags:
43019+
- tag:value
43020+
spec:
43021+
dependsOn:
43022+
- service:serviceA
43023+
- service:serviceB
43024+
languages:
43025+
- go
43026+
- python
43027+
lifecycle: production
43028+
tier: '1'
43029+
type: web
4294343030
schema:
4294443031
$ref: '#/components/schemas/UpsertCatalogEntityRequest'
4294543032
description: Entity YAML or JSON.

src/main/java/com/datadog/api/client/v1/model/Dashboard.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class Dashboard {
6464
private String id;
6565

6666
public static final String JSON_PROPERTY_IS_READ_ONLY = "is_read_only";
67-
private Boolean isReadOnly;
67+
private Boolean isReadOnly = false;
6868

6969
public static final String JSON_PROPERTY_LAYOUT_TYPE = "layout_type";
7070
private DashboardLayoutType layoutType;

0 commit comments

Comments
 (0)