@@ -766,7 +766,8 @@ components:
766766 description: 'Identifier, formatted as `type:id`. Supported types: `dashboard`,
767767 `integration-service`, `integration-webhook`, `notebook`, `reference-table`,
768768 `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`,
769- `rum-application`, `cross-org-connection`, `spreadsheet`.'
769+ `rum-application`, `cross-org-connection`, `spreadsheet`, `on-call-schedule`,
770+ `on-call-escalation-policy`, `on-call-team-routing-rules.'
770771 example: dashboard:abc-def-ghi
771772 in: path
772773 name: resource_id
@@ -59320,6 +59321,12 @@ paths:
5932059321
5932159322 - Spreadsheets: `spreadsheet`
5932259323
59324+ - On-Call Schedules: `on-call-schedule`
59325+
59326+ - On-Call Escalation Policies: `on-call-escalation-policy`
59327+
59328+ - On-Call Team Routing Rules: `on-call-team-routing-rules`
59329+
5932359330
5932459331 #### Supported relations for resources
5932559332
@@ -59363,7 +59370,13 @@ paths:
5936359370
5936459371 Cross Org Connections | `viewer`, `editor`
5936559372
59366- Spreadsheets | `viewer`, `editor`'
59373+ Spreadsheets | `viewer`, `editor`
59374+
59375+ On-Call Schedules | `viewer`, `overrider`, `editor`
59376+
59377+ On-Call Escalation Policies | `viewer`, `editor`
59378+
59379+ On-Call Team Routing Rules | `viewer`, `editor`'
5936759380 operationId: UpdateRestrictionPolicy
5936859381 parameters:
5936959382 - $ref: '#/components/parameters/ResourceID'
0 commit comments