File tree 3 files changed +5
-17
lines changed
src/main/java/com/datadog/api/client/v1/model
3 files changed +5
-17
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": "2025-01-06 19:03:03.417793 ",
8
- "spec_repo_commit": "b56ea2d7 "
7
+ "regenerated": "2025-01-07 19:53:49.892944 ",
8
+ "spec_repo_commit": "d63fa330 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-01-06 19:03:03.432332 ",
13
- "spec_repo_commit": "b56ea2d7 "
12
+ "regenerated": "2025-01-07 19:53:49.909013 ",
13
+ "spec_repo_commit": "d63fa330 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -1209,13 +1209,8 @@ components:
1209
1209
reflow_type:
1210
1210
$ref: '#/components/schemas/DashboardReflowType'
1211
1211
restricted_roles:
1212
- deprecated: true
1213
- description: 'A list of role identifiers. Only the author and users associated
1212
+ description: A list of role identifiers. Only the author and users associated
1214
1213
with at least one of these roles can edit this dashboard.
1215
-
1216
-
1217
- This property is deprecated; please use the [Restriction Policies API](https://docs.datadoghq.com/api/latest/restriction-policies/)
1218
- instead to manage write authorization for individual dashboards.'
1219
1214
items:
1220
1215
description: A role UUID.
1221
1216
type: string
Original file line number Diff line number Diff line change @@ -360,22 +360,15 @@ public Dashboard addRestrictedRolesItem(String restrictedRolesItem) {
360
360
* A list of role identifiers. Only the author and users associated with at least one of these
361
361
* roles can edit this dashboard.
362
362
*
363
- * <p>This property is deprecated; please use the <a
364
- * href="https://docs.datadoghq.com/api/latest/restriction-policies/">Restriction Policies API</a>
365
- * instead to manage write authorization for individual dashboards.
366
- *
367
363
* @return restrictedRoles
368
- * @deprecated
369
364
*/
370
- @ Deprecated
371
365
@ jakarta .annotation .Nullable
372
366
@ JsonProperty (JSON_PROPERTY_RESTRICTED_ROLES )
373
367
@ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
374
368
public List <String > getRestrictedRoles () {
375
369
return restrictedRoles ;
376
370
}
377
371
378
- @ Deprecated
379
372
public void setRestrictedRoles (List <String > restrictedRoles ) {
380
373
this .restrictedRoles = restrictedRoles ;
381
374
}
You can’t perform that action at this time.
0 commit comments