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-04-04 16:55:47.238517",
"spec_repo_commit": "da94868e"
"regenerated": "2025-04-04 20:19:28.929107",
"spec_repo_commit": "3909ab62"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-04-04 16:55:47.254022",
"spec_repo_commit": "da94868e"
"regenerated": "2025-04-04 20:19:28.944541",
"spec_repo_commit": "3909ab62"
}
}
}
12 changes: 10 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -654,8 +654,8 @@ components:
type: string
ResourceID:
description: 'Identifier, formatted as `type:id`. Supported types: `connection`,
`dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`,
`app-builder-app`, `connection`, `connection-group`.'
`dashboard`, `integration-account`, `integration-webhook`, `notebook`, `reference-table`,
`security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.'
example: dashboard:abc-def-ghi
in: path
name: resource_id
Expand Down Expand Up @@ -45734,6 +45734,10 @@ paths:

- Dashboards: `dashboard`

- Integration Accounts: `integration-account`

- Integration Webhooks: `integration-webhook`

- Notebooks: `notebook`

- Powerpacks: `powerpack`
Expand Down Expand Up @@ -45769,6 +45773,10 @@ paths:

Dashboards | `viewer`, `editor`

Integration Accounts | `viewer`, `editor`

Integration Webhooks | `viewer`, `editor`

Notebooks | `viewer`, `editor`

Powerpacks | `viewer`, `editor`
Expand Down
Loading