diff --git a/.apigentools-info b/.apigentools-info index c9142bf3341..b73c971cabb 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-12-19 07:26:26.500720", - "spec_repo_commit": "5dd2cbe4" + "regenerated": "2024-12-24 14:59:02.750902", + "spec_repo_commit": "9d0fb25e" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-12-19 07:26:26.515806", - "spec_repo_commit": "5dd2cbe4" + "regenerated": "2024-12-24 14:59:02.766182", + "spec_repo_commit": "9d0fb25e" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index dc238c59a76..6059b1caabe 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/packages/datadog-api-client-v1/models/Dashboard.ts b/packages/datadog-api-client-v1/models/Dashboard.ts index b4acf71a5e3..4546a9a9e70 100644 --- a/packages/datadog-api-client-v1/models/Dashboard.ts +++ b/packages/datadog-api-client-v1/models/Dashboard.ts @@ -62,8 +62,6 @@ export class Dashboard { "reflowType"?: DashboardReflowType; /** * 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. */ "restrictedRoles"?: Array; /**