Skip to content

Commit a0bd579

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add case-management-project resource type for restriction policies (#3389)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 14c48c6 commit a0bd579

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.generator/schemas/v2/openapi.yaml

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

8803088030
- Logs Pipelines: `logs-pipeline`
8803188031

88032+
- Case Management Projects: `case-management-project`
88033+
8803288034

8803388035
#### Supported relations for resources
8803488036

@@ -88080,7 +88082,9 @@ paths:
8808088082

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

88083-
Logs Pipelines | `viewer`, `processors_editor`, `editor`'
88085+
Logs Pipelines | `viewer`, `processors_editor`, `editor`
88086+
88087+
Case Management Projects | `viewer`, `contributor`, `manager`'
8808488088
operationId: UpdateRestrictionPolicy
8808588089
parameters:
8808688090
- $ref: '#/components/parameters/ResourceID'

packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ export class RestrictionPoliciesApi {
453453
* - On-Call Escalation Policies: `on-call-escalation-policy`
454454
* - On-Call Team Routing Rules: `on-call-team-routing-rules`
455455
* - Logs Pipelines: `logs-pipeline`
456+
* - Case Management Projects: `case-management-project`
456457
*
457458
* #### Supported relations for resources
458459
* Resource Type | Supported Relations
@@ -480,6 +481,7 @@ export class RestrictionPoliciesApi {
480481
* On-Call Escalation Policies | `viewer`, `editor`
481482
* On-Call Team Routing Rules | `viewer`, `editor`
482483
* Logs Pipelines | `viewer`, `processors_editor`, `editor`
484+
* Case Management Projects | `viewer`, `contributor`, `manager`
483485
* @param param The request object
484486
*/
485487
public updateRestrictionPolicy(

0 commit comments

Comments
 (0)