Skip to content

Commit 2cbe886

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit cfc0156e of spec repo
1 parent 2f4a83d commit 2cbe886

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

Diff for: .apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-03-17 21:06:17.906042",
8-
"spec_repo_commit": "2dfddc18"
7+
"regenerated": "2025-03-19 18:54:53.779562",
8+
"spec_repo_commit": "cfc0156e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-03-17 21:06:17.921704",
13-
"spec_repo_commit": "2dfddc18"
12+
"regenerated": "2025-03-19 18:54:53.795176",
13+
"spec_repo_commit": "cfc0156e"
1414
}
1515
}
1616
}

Diff for: .generator/schemas/v2/openapi.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ components:
655655
ResourceID:
656656
description: 'Identifier, formatted as `type:id`. Supported types: `connection`,
657657
`dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`,
658-
`app-builder-app`, `connection`, `connection-group`.'
658+
`app-builder-app`, `connection`, `connection-group`, `rum-application`.'
659659
example: dashboard:abc-def-ghi
660660
in: path
661661
name: resource_id
@@ -45481,6 +45481,8 @@ paths:
4548145481

4548245482
- Connection Groups: `connection-group`
4548345483

45484+
- RUM Applications: `rum-application`
45485+
4548445486

4548545487
#### Supported relations for resources
4548645488

@@ -45514,7 +45516,9 @@ paths:
4551445516

4551545517
Connections | `viewer`, `resolver`, `editor`
4551645518

45517-
Connection Groups | `viewer`, `editor`'
45519+
Connection Groups | `viewer`, `editor`
45520+
45521+
RUM Application | `viewer`, `editor`'
4551845522
operationId: UpdateRestrictionPolicy
4551945523
parameters:
4552045524
- $ref: '#/components/parameters/ResourceID'

Diff for: packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.ts

+5-3
Original file line numberDiff line numberDiff line change
@@ -337,23 +337,23 @@ export class RestrictionPoliciesApiResponseProcessor {
337337

338338
export interface RestrictionPoliciesApiDeleteRestrictionPolicyRequest {
339339
/**
340-
* Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
340+
* Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`.
341341
* @type string
342342
*/
343343
resourceId: string;
344344
}
345345

346346
export interface RestrictionPoliciesApiGetRestrictionPolicyRequest {
347347
/**
348-
* Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
348+
* Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`.
349349
* @type string
350350
*/
351351
resourceId: string;
352352
}
353353

354354
export interface RestrictionPoliciesApiUpdateRestrictionPolicyRequest {
355355
/**
356-
* Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
356+
* Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`.
357357
* @type string
358358
*/
359359
resourceId: string;
@@ -449,6 +449,7 @@ export class RestrictionPoliciesApi {
449449
* - App Builder Apps: `app-builder-app`
450450
* - Connections: `connection`
451451
* - Connection Groups: `connection-group`
452+
* - RUM Applications: `rum-application`
452453
*
453454
* #### Supported relations for resources
454455
* Resource Type | Supported Relations
@@ -467,6 +468,7 @@ export class RestrictionPoliciesApi {
467468
* App Builder Apps | `viewer`, `editor`
468469
* Connections | `viewer`, `resolver`, `editor`
469470
* Connection Groups | `viewer`, `editor`
471+
* RUM Application | `viewer`, `editor`
470472
* @param param The request object
471473
*/
472474
public updateRestrictionPolicy(

0 commit comments

Comments
 (0)