@@ -1553,7 +1553,7 @@ components:
15531553 type: string
15541554 ResourceID:
15551555 description: |-
1556- 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`.
1556+ 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` .
15571557 example: "dashboard:abc-def-ghi"
15581558 in: path
15591559 name: resource_id
@@ -173255,6 +173255,7 @@ paths:
173255173255 - Case Management Projects: `case-management-project`
173256173256 - Monitor Notification Rules: `monitor-notification-rule`
173257173257 - Status Pages: `status-page`
173258+ - Feature Flags: `feature-flag`
173258173259
173259173260 #### Supported relations for resources
173260173261 Resource Type | Supported Relations
@@ -173285,6 +173286,7 @@ paths:
173285173286 Case Management Projects | `viewer`, `contributor`, `manager`
173286173287 Monitor Notification Rules | `viewer`, `editor`
173287173288 Status Pages | `viewer`, `responder`, `manager`
173289+ Feature Flags | `viewer`, `contributor`, `editor`
173288173290 operationId: UpdateRestrictionPolicy
173289173291 parameters:
173290173292 - $ref: "#/components/parameters/ResourceID"
0 commit comments