Skip to content

Commit 03916fc

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit a6c6e0d3 of spec repo
1 parent 84247d8 commit 03916fc

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
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-02-06 17:59:35.241509",
8-
"spec_repo_commit": "b89b292b"
7+
"regenerated": "2025-02-07 15:54:32.705526",
8+
"spec_repo_commit": "a6c6e0d3"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-06 17:59:35.256609",
13-
"spec_repo_commit": "b89b292b"
12+
"regenerated": "2025-02-07 15:54:32.721509",
13+
"spec_repo_commit": "a6c6e0d3"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14988,15 +14988,13 @@ components:
1498814988
- element
1498914989
- email
1499014990
- global
14991-
- javascript
1499214991
- text
1499314992
example: text
1499414993
type: string
1499514994
x-enum-varnames:
1499614995
- ELEMENT
1499714996
- EMAIL
1499814997
- GLOBAL
14999-
- JAVASCRIPT
1500014998
- TEXT
1500114999
SyntheticsCIBatchMetadata:
1500215000
description: Metadata for the Synthetic tests run.

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ components:
193193
schema:
194194
type: string
195195
ConfluentAccountID:
196-
description: Confluent Account id.
196+
description: Confluent Account ID.
197197
in: path
198198
name: account_id
199199
required: true

lib/datadog_api_client/v1/models/synthetics_browser_variable_type.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class SyntheticsBrowserVariableType
2424
ELEMENT = "element".freeze
2525
EMAIL = "email".freeze
2626
GLOBAL = "global".freeze
27-
JAVASCRIPT = "javascript".freeze
2827
TEXT = "text".freeze
2928
end
3029
end

lib/datadog_api_client/v2/api/confluent_cloud_api.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def create_confluent_resource(account_id, body, opts = {})
102102
#
103103
# Create a Confluent resource for the account associated with the provided ID.
104104
#
105-
# @param account_id [String] Confluent Account id.
105+
# @param account_id [String] Confluent Account ID.
106106
# @param body [ConfluentResourceRequest] Confluent payload
107107
# @param opts [Hash] the optional parameters
108108
# @return [Array<(ConfluentResourceResponse, Integer, Hash)>] ConfluentResourceResponse data, response status code and response headers
@@ -174,7 +174,7 @@ def delete_confluent_account(account_id, opts = {})
174174
#
175175
# Delete a Confluent account with the provided account ID.
176176
#
177-
# @param account_id [String] Confluent Account id.
177+
# @param account_id [String] Confluent Account ID.
178178
# @param opts [Hash] the optional parameters
179179
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
180180
def delete_confluent_account_with_http_info(account_id, opts = {})
@@ -239,7 +239,7 @@ def delete_confluent_resource(account_id, resource_id, opts = {})
239239
#
240240
# Delete a Confluent resource with the provided resource id for the account associated with the provided account ID.
241241
#
242-
# @param account_id [String] Confluent Account id.
242+
# @param account_id [String] Confluent Account ID.
243243
# @param resource_id [String] Confluent Account Resource ID.
244244
# @param opts [Hash] the optional parameters
245245
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
@@ -309,7 +309,7 @@ def get_confluent_account(account_id, opts = {})
309309
#
310310
# Get the Confluent account with the provided account ID.
311311
#
312-
# @param account_id [String] Confluent Account id.
312+
# @param account_id [String] Confluent Account ID.
313313
# @param opts [Hash] the optional parameters
314314
# @return [Array<(ConfluentAccountResponse, Integer, Hash)>] ConfluentAccountResponse data, response status code and response headers
315315
def get_confluent_account_with_http_info(account_id, opts = {})
@@ -374,7 +374,7 @@ def get_confluent_resource(account_id, resource_id, opts = {})
374374
#
375375
# Get a Confluent resource with the provided resource id for the account associated with the provided account ID.
376376
#
377-
# @param account_id [String] Confluent Account id.
377+
# @param account_id [String] Confluent Account ID.
378378
# @param resource_id [String] Confluent Account Resource ID.
379379
# @param opts [Hash] the optional parameters
380380
# @return [Array<(ConfluentResourceResponse, Integer, Hash)>] ConfluentResourceResponse data, response status code and response headers
@@ -504,7 +504,7 @@ def list_confluent_resource(account_id, opts = {})
504504
#
505505
# Get a Confluent resource for the account associated with the provided ID.
506506
#
507-
# @param account_id [String] Confluent Account id.
507+
# @param account_id [String] Confluent Account ID.
508508
# @param opts [Hash] the optional parameters
509509
# @return [Array<(ConfluentResourcesResponse, Integer, Hash)>] ConfluentResourcesResponse data, response status code and response headers
510510
def list_confluent_resource_with_http_info(account_id, opts = {})
@@ -569,7 +569,7 @@ def update_confluent_account(account_id, body, opts = {})
569569
#
570570
# Update the Confluent account with the provided account ID.
571571
#
572-
# @param account_id [String] Confluent Account id.
572+
# @param account_id [String] Confluent Account ID.
573573
# @param body [ConfluentAccountUpdateRequest] Confluent payload
574574
# @param opts [Hash] the optional parameters
575575
# @return [Array<(ConfluentAccountResponse, Integer, Hash)>] ConfluentAccountResponse data, response status code and response headers
@@ -641,7 +641,7 @@ def update_confluent_resource(account_id, resource_id, body, opts = {})
641641
#
642642
# Update a Confluent resource with the provided resource id for the account associated with the provided account ID.
643643
#
644-
# @param account_id [String] Confluent Account id.
644+
# @param account_id [String] Confluent Account ID.
645645
# @param resource_id [String] Confluent Account Resource ID.
646646
# @param body [ConfluentResourceRequest] Confluent payload
647647
# @param opts [Hash] the optional parameters

0 commit comments

Comments
 (0)