Skip to content

Commit

Permalink
Regenerate client from commit 7e987908 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Aug 20, 2024
1 parent 98b7a07 commit 741c7c9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-08-19 19:42:25.923818",
"spec_repo_commit": "e0cd2a66"
"regenerated": "2024-08-20 15:53:04.981430",
"spec_repo_commit": "7e987908"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-08-19 19:42:25.942542",
"spec_repo_commit": "e0cd2a66"
"regenerated": "2024-08-20 15:53:04.999943",
"spec_repo_commit": "7e987908"
}
}
}
8 changes: 6 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ components:
type: string
ResourceID:
description: 'Identifier, formatted as `type:id`. Supported types: `connection`,
`dashboard`, `notebook`, `security-rule`, `slo`.'
`dashboard`, `notebook`, `security-rule`, `slo`, `suppression-rule`.'
example: dashboard:abc-def-ghi
in: path
name: resource_id
Expand Down Expand Up @@ -32668,6 +32668,8 @@ paths:

- Monitors: `monitor`

- Suppression Rules: `suppression-rule`


#### Supported relations for resources

Expand All @@ -32691,7 +32693,9 @@ paths:

Synthetic Private Locations | `viewer`, `editor`

Monitors | `viewer`, `editor`'
Monitors | `viewer`, `editor`

Suppression Rules | `viewer`, `editor`'
operationId: UpdateRestrictionPolicy
parameters:
- $ref: '#/components/parameters/ResourceID'
Expand Down
8 changes: 5 additions & 3 deletions lib/datadog_api_client/v2/api/restriction_policies_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def delete_restriction_policy(resource_id, opts = {})
#
# Deletes the restriction policy associated with a specified resource.
#
# @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `security-rule`, `slo`.
# @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `security-rule`, `slo`, `suppression-rule`.
# @param opts [Hash] the optional parameters
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
def delete_restriction_policy_with_http_info(resource_id, opts = {})
Expand Down Expand Up @@ -100,7 +100,7 @@ def get_restriction_policy(resource_id, opts = {})
#
# Retrieves the restriction policy associated with a specified resource.
#
# @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `security-rule`, `slo`.
# @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `security-rule`, `slo`, `suppression-rule`.
# @param opts [Hash] the optional parameters
# @return [Array<(RestrictionPolicyResponse, Integer, Hash)>] RestrictionPolicyResponse data, response status code and response headers
def get_restriction_policy_with_http_info(resource_id, opts = {})
Expand Down Expand Up @@ -176,6 +176,7 @@ def update_restriction_policy(resource_id, body, opts = {})
# - Synthetic Tests: `synthetics-test`
# - Synthetic Private Locations: `synthetics-private-location`
# - Monitors: `monitor`
# - Suppression Rules: `suppression-rule`
#
# #### Supported relations for resources
# Resource Type | Supported Relations
Expand All @@ -189,8 +190,9 @@ def update_restriction_policy(resource_id, body, opts = {})
# Synthetic Tests | `viewer`, `editor`
# Synthetic Private Locations | `viewer`, `editor`
# Monitors | `viewer`, `editor`
# Suppression Rules | `viewer`, `editor`
#
# @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `security-rule`, `slo`.
# @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `security-rule`, `slo`, `suppression-rule`.
# @param body [RestrictionPolicyUpdateRequest] Restriction policy payload
# @param opts [Hash] the optional parameters
# @return [Array<(RestrictionPolicyResponse, Integer, Hash)>] RestrictionPolicyResponse data, response status code and response headers
Expand Down

0 comments on commit 741c7c9

Please sign in to comment.