Skip to content

Commit 310401d

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit dfc9b13 of spec repo
1 parent abb891d commit 310401d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87798,6 +87798,8 @@ paths:
8779887798

8779987799
- Logs Pipelines: `logs-pipeline`
8780087800

87801+
- Case Management Projects: `case-management-project`
87802+
8780187803

8780287804
#### Supported relations for resources
8780387805

@@ -87849,7 +87851,9 @@ paths:
8784987851

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

87852-
Logs Pipelines | `viewer`, `processors_editor`, `editor`'
87854+
Logs Pipelines | `viewer`, `processors_editor`, `editor`
87855+
87856+
Case Management Projects | `viewer`, `contributor`, `manager`'
8785387857
operationId: UpdateRestrictionPolicy
8785487858
parameters:
8785587859
- $ref: '#/components/parameters/ResourceID'

src/main/java/com/datadog/api/client/v2/api/RestrictionPoliciesApi.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,8 @@ public CompletableFuture<RestrictionPolicyResponse> updateRestrictionPolicyAsync
517517
* Connections: <code>cross-org-connection</code> - Spreadsheets: <code>spreadsheet</code> -
518518
* On-Call Schedules: <code>on-call-schedule</code> - On-Call Escalation Policies: <code>
519519
* on-call-escalation-policy</code> - On-Call Team Routing Rules: <code>on-call-team-routing-rules
520-
* </code> - Logs Pipelines: <code>logs-pipeline</code>
520+
* </code> - Logs Pipelines: <code>logs-pipeline</code> - Case Management Projects: <code>
521+
* case-management-project</code>
521522
*
522523
* <h3>Supported relations for resources</h3>
523524
*
@@ -538,7 +539,8 @@ public CompletableFuture<RestrictionPolicyResponse> updateRestrictionPolicyAsync
538539
* Schedules | <code>viewer</code>, <code>overrider</code>, <code>editor</code> On-Call Escalation
539540
* Policies | <code>viewer</code>, <code>editor</code> On-Call Team Routing Rules | <code>viewer
540541
* </code>, <code>editor</code> Logs Pipelines | <code>viewer</code>, <code>processors_editor
541-
* </code>, <code>editor</code>
542+
* </code>, <code>editor</code> Case Management Projects | <code>viewer</code>, <code>contributor
543+
* </code>, <code>manager</code>
542544
*
543545
* @param resourceId Identifier, formatted as <code>type:id</code>. Supported types: <code>
544546
* dashboard</code>, <code>integration-service</code>, <code>integration-webhook</code>,

0 commit comments

Comments
 (0)