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
4 changes: 2 additions & 2 deletions .generated-info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"spec_repo_commit": "b737cc4",
"generated": "2025-07-28 13:12:54.236"
"spec_repo_commit": "df31e44",
"generated": "2025-07-28 19:55:56.622"
}
16 changes: 6 additions & 10 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -763,11 +763,10 @@ components:
schema:
type: string
ResourceID:
description: 'Identifier, formatted as `type:id`. Supported types: `connection`,
`dashboard`, `integration-account`, `integration-service`, `integration-webhook`,
`notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`,
`connection`, `connection-group`, `rum-application`, `cross-org-connection`,
`spreadsheet`.'
description: 'Identifier, formatted as `type:id`. Supported types: `dashboard`,
`integration-service`, `integration-webhook`, `notebook`, `reference-table`,
`security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`,
`rum-application`, `cross-org-connection`, `spreadsheet`.'
example: dashboard:abc-def-ghi
in: path
name: resource_id
Expand Down Expand Up @@ -55082,7 +55081,8 @@ paths:
schema:
format: int64
type: integer
- description: Comma-separated list of fields to group connections by.
- description: Comma-separated list of fields to group connections by. The maximum
number of group_by(s) is 10.
in: query
name: group_by
schema:
Expand Down Expand Up @@ -57514,8 +57514,6 @@ paths:

- Dashboards: `dashboard`

- Integration Accounts: `integration-account`

- Integration Services: `integration-service`

- Integration Webhooks: `integration-webhook`
Expand Down Expand Up @@ -57561,8 +57559,6 @@ paths:

Dashboards | `viewer`, `editor`

Integration Accounts | `viewer`, `editor`

Integration Services | `viewer`, `editor`

Integration Webhooks | `viewer`, `editor`
Expand Down
2 changes: 0 additions & 2 deletions api/datadogV2/api_restriction_policies.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ func (r *UpdateRestrictionPolicyOptionalParameters) WithAllowSelfLockout(allowSe
// #### Supported resources
// Restriction policies can be applied to the following resources:
// - Dashboards: `dashboard`
// - Integration Accounts: `integration-account`
// - Integration Services: `integration-service`
// - Integration Webhooks: `integration-webhook`
// - Notebooks: `notebook`
Expand All @@ -208,7 +207,6 @@ func (r *UpdateRestrictionPolicyOptionalParameters) WithAllowSelfLockout(allowSe
// Resource Type | Supported Relations
// ----------------------------|--------------------------
// Dashboards | `viewer`, `editor`
// Integration Accounts | `viewer`, `editor`
// Integration Services | `viewer`, `editor`
// Integration Webhooks | `viewer`, `editor`
// Notebooks | `viewer`, `editor`
Expand Down
Loading