Skip to content

Commit 1c80c8f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 936ae89d of spec repo
1 parent df9bcc8 commit 1c80c8f

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
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-04-14 16:33:14.288032",
8-
"spec_repo_commit": "c0287407"
7+
"regenerated": "2025-04-15 15:00:29.527756",
8+
"spec_repo_commit": "936ae89d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-14 16:33:14.303837",
13-
"spec_repo_commit": "c0287407"
12+
"regenerated": "2025-04-15 15:00:29.546132",
13+
"spec_repo_commit": "936ae89d"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,8 +654,9 @@ components:
654654
type: string
655655
ResourceID:
656656
description: 'Identifier, formatted as `type:id`. Supported types: `connection`,
657-
`dashboard`, `integration-account`, `integration-webhook`, `notebook`, `reference-table`,
658-
`security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.'
657+
`dashboard`, `integration-account`, `integration-webhook`, `integration-service`,
658+
`notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`,
659+
`connection`, `connection-group`.'
659660
example: dashboard:abc-def-ghi
660661
in: path
661662
name: resource_id
@@ -47785,6 +47786,8 @@ paths:
4778547786

4778647787
- Integration Accounts: `integration-account`
4778747788

47789+
- Integration Services: `integration-service`
47790+
4778847791
- Integration Webhooks: `integration-webhook`
4778947792

4779047793
- Notebooks: `notebook`
@@ -47824,6 +47827,8 @@ paths:
4782447827

4782547828
Integration Accounts | `viewer`, `editor`
4782647829

47830+
Integration Services | `viewer`, `editor`
47831+
4782747832
Integration Webhooks | `viewer`, `editor`
4782847833

4782947834
Notebooks | `viewer`, `editor`

lib/datadog_api_client/v2/api/restriction_policies_api.rb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def delete_restriction_policy(resource_id, opts = {})
3535
#
3636
# Deletes the restriction policy associated with a specified resource.
3737
#
38-
# @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `integration-account`, `integration-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
38+
# @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `integration-account`, `integration-webhook`, `integration-service`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
3939
# @param opts [Hash] the optional parameters
4040
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
4141
def delete_restriction_policy_with_http_info(resource_id, opts = {})
@@ -100,7 +100,7 @@ def get_restriction_policy(resource_id, opts = {})
100100
#
101101
# Retrieves the restriction policy associated with a specified resource.
102102
#
103-
# @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `integration-account`, `integration-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
103+
# @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `integration-account`, `integration-webhook`, `integration-service`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
104104
# @param opts [Hash] the optional parameters
105105
# @return [Array<(RestrictionPolicyResponse, Integer, Hash)>] RestrictionPolicyResponse data, response status code and response headers
106106
def get_restriction_policy_with_http_info(resource_id, opts = {})
@@ -169,6 +169,7 @@ def update_restriction_policy(resource_id, body, opts = {})
169169
# Restriction policies can be applied to the following resources:
170170
# - Dashboards: `dashboard`
171171
# - Integration Accounts: `integration-account`
172+
# - Integration Services: `integration-service`
172173
# - Integration Webhooks: `integration-webhook`
173174
# - Notebooks: `notebook`
174175
# - Powerpacks: `powerpack`
@@ -189,6 +190,7 @@ def update_restriction_policy(resource_id, body, opts = {})
189190
# ----------------------------|--------------------------
190191
# Dashboards | `viewer`, `editor`
191192
# Integration Accounts | `viewer`, `editor`
193+
# Integration Services | `viewer`, `editor`
192194
# Integration Webhooks | `viewer`, `editor`
193195
# Notebooks | `viewer`, `editor`
194196
# Powerpacks | `viewer`, `editor`
@@ -204,7 +206,7 @@ def update_restriction_policy(resource_id, body, opts = {})
204206
# Connections | `viewer`, `resolver`, `editor`
205207
# Connection Groups | `viewer`, `editor`
206208
#
207-
# @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `integration-account`, `integration-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
209+
# @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `integration-account`, `integration-webhook`, `integration-service`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`.
208210
# @param body [RestrictionPolicyUpdateRequest] Restriction policy payload
209211
# @param opts [Hash] the optional parameters
210212
# @option opts [Boolean] :allow_self_lockout Allows admins (users with the `user_access_manage` permission) to remove their own access from the resource if set to `true`. By default, this is set to `false`, preventing admins from locking themselves out.

0 commit comments

Comments
 (0)