diff --git a/.apigentools-info b/.apigentools-info index fef29a0661..9952b2e1e0 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-01-06 19:03:08.173026", - "spec_repo_commit": "b56ea2d7" + "regenerated": "2025-01-07 19:53:46.976483", + "spec_repo_commit": "d63fa330" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-01-06 19:03:08.194805", - "spec_repo_commit": "b56ea2d7" + "regenerated": "2025-01-07 19:53:46.990711", + "spec_repo_commit": "d63fa330" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 93b1ed1d99..85d7c6724c 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -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 diff --git a/src/datadog_api_client/v1/model/dashboard.py b/src/datadog_api_client/v1/model/dashboard.py index 31825de829..7419676c1c 100644 --- a/src/datadog_api_client/v1/model/dashboard.py +++ b/src/datadog_api_client/v1/model/dashboard.py @@ -146,8 +146,6 @@ def __init__( :type reflow_type: DashboardReflowType, optional :param restricted_roles: 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 `_ instead to manage write authorization for individual dashboards. **Deprecated**. :type restricted_roles: [str], optional :param tags: List of team names representing ownership of a dashboard.