Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-06 19:03:03.772449",
"spec_repo_commit": "b56ea2d7"
"regenerated": "2025-01-07 19:53:43.056949",
"spec_repo_commit": "d63fa330"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-06 19:03:03.787661",
"spec_repo_commit": "b56ea2d7"
"regenerated": "2025-01-07 19:53:43.071705",
"spec_repo_commit": "d63fa330"
}
}
}
7 changes: 1 addition & 6 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1209,13 +1209,8 @@ components:
reflow_type:
$ref: '#/components/schemas/DashboardReflowType'
restricted_roles:
deprecated: true
description: 'A list of role identifiers. Only the author and users associated
description: A list of role identifiers. Only the author and users associated
with at least one of these roles can edit this dashboard.


This property is deprecated; please use the [Restriction Policies API](https://docs.datadoghq.com/api/latest/restriction-policies/)
instead to manage write authorization for individual dashboards.'
items:
description: A role UUID.
type: string
Expand Down
2 changes: 0 additions & 2 deletions lib/datadog_api_client/v1/models/dashboard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ class Dashboard
attr_accessor :reflow_type

# A list of role identifiers. Only the author and users associated with at least one of these roles can edit this dashboard.
#
# This property is deprecated; please use the [Restriction Policies API](https://docs.datadoghq.com/api/latest/restriction-policies/) instead to manage write authorization for individual dashboards.
attr_accessor :restricted_roles

# List of team names representing ownership of a dashboard.
Expand Down
Loading