@@ -1527,7 +1527,7 @@ components:
15271527 type: string
15281528 ResourceID:
15291529 description: |-
1530- Identifier, formatted as `type:id`. Supported types: `dashboard`, `integration-service`, `integration-webhook`, `notebook`, `powerpack`, `reference-table`, `security-rule`, `slo`, `synthetics-global-variable`, `synthetics-test`, `synthetics-private-location`, `monitor`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`, `cross-org-connection`, `spreadsheet`, `on-call-schedule`, `on-call-escalation-policy`, `on-call-team-routing-rules`, `logs-pipeline`, `case-management-project`, `monitor-notification-rule`, `status-page`.
1530+ Identifier, formatted as `type:id`. Supported types: `dashboard`, `integration-service`, `integration-webhook`, `notebook`, `powerpack`, `reference-table`, `security-rule`, `slo`, `synthetics-global-variable`, `synthetics-test`, `synthetics-private-location`, `monitor`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`, `cross-org-connection`, `spreadsheet`, `on-call-schedule`, `on-call-escalation-policy`, `on-call-team-routing-rules`, `logs-pipeline`, `case-management-project`, `monitor-notification-rule`, `status-page`, `feature-flag` .
15311531 example: "dashboard:abc-def-ghi"
15321532 in: path
15331533 name: resource_id
@@ -171124,6 +171124,7 @@ paths:
171124171124 - Case Management Projects: `case-management-project`
171125171125 - Monitor Notification Rules: `monitor-notification-rule`
171126171126 - Status Pages: `status-page`
171127+ - Feature Flags: `feature-flag`
171127171128
171128171129 #### Supported relations for resources
171129171130 Resource Type | Supported Relations
@@ -171154,6 +171155,7 @@ paths:
171154171155 Case Management Projects | `viewer`, `contributor`, `manager`
171155171156 Monitor Notification Rules | `viewer`, `editor`
171156171157 Status Pages | `viewer`, `responder`, `manager`
171158+ Feature Flags | `viewer`, `contributor`, `editor`
171157171159 operationId: UpdateRestrictionPolicy
171158171160 parameters:
171159171161 - $ref: "#/components/parameters/ResourceID"
0 commit comments