diff --git a/.apigentools-info b/.apigentools-info index e6547b529fd..f1ae73835b4 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-03-20 15:01:19.160046", - "spec_repo_commit": "0f5c928e" + "regenerated": "2025-03-24 15:09:12.217686", + "spec_repo_commit": "f532b3e9" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-03-20 15:01:19.267162", - "spec_repo_commit": "0f5c928e" + "regenerated": "2025-03-24 15:09:12.238172", + "spec_repo_commit": "f532b3e9" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index aa344b25b5e..fdcb8b812d5 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -655,7 +655,7 @@ components: ResourceID: description: 'Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, - `app-builder-app`, `connection`, `connection-group`.' + `app-builder-app`, `connection`, `connection-group`, `rum-application`.' example: dashboard:abc-def-ghi in: path name: resource_id @@ -45481,6 +45481,8 @@ paths: - Connection Groups: `connection-group` + - RUM Applications: `rum-application` + #### Supported relations for resources @@ -45514,7 +45516,9 @@ paths: Connections | `viewer`, `resolver`, `editor` - Connection Groups | `viewer`, `editor`' + Connection Groups | `viewer`, `editor` + + RUM Application | `viewer`, `editor`' operationId: UpdateRestrictionPolicy parameters: - $ref: '#/components/parameters/ResourceID' diff --git a/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.ts b/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.ts index be4120d8548..7cacae45619 100644 --- a/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.ts +++ b/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.ts @@ -337,7 +337,7 @@ export class RestrictionPoliciesApiResponseProcessor { export interface RestrictionPoliciesApiDeleteRestrictionPolicyRequest { /** - * Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`. + * Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`. * @type string */ resourceId: string; @@ -345,7 +345,7 @@ export interface RestrictionPoliciesApiDeleteRestrictionPolicyRequest { export interface RestrictionPoliciesApiGetRestrictionPolicyRequest { /** - * Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`. + * Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`. * @type string */ resourceId: string; @@ -353,7 +353,7 @@ export interface RestrictionPoliciesApiGetRestrictionPolicyRequest { export interface RestrictionPoliciesApiUpdateRestrictionPolicyRequest { /** - * Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`. + * Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`. * @type string */ resourceId: string; @@ -449,6 +449,7 @@ export class RestrictionPoliciesApi { * - App Builder Apps: `app-builder-app` * - Connections: `connection` * - Connection Groups: `connection-group` + * - RUM Applications: `rum-application` * * #### Supported relations for resources * Resource Type | Supported Relations @@ -467,6 +468,7 @@ export class RestrictionPoliciesApi { * App Builder Apps | `viewer`, `editor` * Connections | `viewer`, `resolver`, `editor` * Connection Groups | `viewer`, `editor` + * RUM Application | `viewer`, `editor` * @param param The request object */ public updateRestrictionPolicy(