Skip to content

Commit

Permalink
Regenerate client from commit d63fa330 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jan 7, 2025
1 parent e45a82b commit 40535ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
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:11.356485",
"spec_repo_commit": "b56ea2d7"
"regenerated": "2025-01-07 19:53:42.897987",
"spec_repo_commit": "d63fa330"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-06 19:03:11.371812",
"spec_repo_commit": "b56ea2d7"
"regenerated": "2025-01-07 19:53:42.913387",
"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 packages/datadog-api-client-v1/models/Dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string>;
/**
Expand Down

0 comments on commit 40535ce

Please sign in to comment.