Skip to content
Open
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
6 changes: 5 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87798,6 +87798,8 @@ paths:

- Logs Pipelines: `logs-pipeline`

- Case Management Projects: `case-management-project`


#### Supported relations for resources

Expand Down Expand Up @@ -87849,7 +87851,9 @@ paths:

On-Call Team Routing Rules | `viewer`, `editor`

Logs Pipelines | `viewer`, `processors_editor`, `editor`'
Logs Pipelines | `viewer`, `processors_editor`, `editor`

Case Management Projects | `viewer`, `contributor`, `manager`'
operationId: UpdateRestrictionPolicy
parameters:
- $ref: '#/components/parameters/ResourceID'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,8 @@ public CompletableFuture<RestrictionPolicyResponse> updateRestrictionPolicyAsync
* Connections: <code>cross-org-connection</code> - Spreadsheets: <code>spreadsheet</code> -
* On-Call Schedules: <code>on-call-schedule</code> - On-Call Escalation Policies: <code>
* on-call-escalation-policy</code> - On-Call Team Routing Rules: <code>on-call-team-routing-rules
* </code> - Logs Pipelines: <code>logs-pipeline</code>
* </code> - Logs Pipelines: <code>logs-pipeline</code> - Case Management Projects: <code>
* case-management-project</code>
*
* <h3>Supported relations for resources</h3>
*
Expand All @@ -538,7 +539,8 @@ public CompletableFuture<RestrictionPolicyResponse> updateRestrictionPolicyAsync
* Schedules | <code>viewer</code>, <code>overrider</code>, <code>editor</code> On-Call Escalation
* Policies | <code>viewer</code>, <code>editor</code> On-Call Team Routing Rules | <code>viewer
* </code>, <code>editor</code> Logs Pipelines | <code>viewer</code>, <code>processors_editor
* </code>, <code>editor</code>
* </code>, <code>editor</code> Case Management Projects | <code>viewer</code>, <code>contributor
* </code>, <code>manager</code>
*
* @param resourceId Identifier, formatted as <code>type:id</code>. Supported types: <code>
* dashboard</code>, <code>integration-service</code>, <code>integration-webhook</code>,
Expand Down
Loading