diff --git a/.apigentools-info b/.apigentools-info index 5cc61d875da..be51dd0d5a0 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-02-03 19:47:07.870864", - "spec_repo_commit": "b52549d9" + "regenerated": "2025-02-04 13:46:00.399066", + "spec_repo_commit": "cba682f9" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-02-03 19:47:07.887203", - "spec_repo_commit": "b52549d9" + "regenerated": "2025-02-04 13:46:00.415129", + "spec_repo_commit": "cba682f9" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 81b665a9cf3..d8ee7d70c6c 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -1823,7 +1823,7 @@ components: - base_severity type: object ApiID: - description: API identifier. + description: Test example: 90646597-5fdb-4a17-a240-647003f8c028 format: uuid type: string diff --git a/api/datadogV2/model_create_open_api_response_data.go b/api/datadogV2/model_create_open_api_response_data.go index a8bd93e9918..c07c0f0c3b2 100644 --- a/api/datadogV2/model_create_open_api_response_data.go +++ b/api/datadogV2/model_create_open_api_response_data.go @@ -14,7 +14,7 @@ import ( type CreateOpenAPIResponseData struct { // Attributes for `CreateOpenAPI`. Attributes *CreateOpenAPIResponseAttributes `json:"attributes,omitempty"` - // API identifier. + // Test Id *uuid.UUID `json:"id,omitempty"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` diff --git a/api/datadogV2/model_list_apis_response_data.go b/api/datadogV2/model_list_apis_response_data.go index a7f63675348..b665700eb3e 100644 --- a/api/datadogV2/model_list_apis_response_data.go +++ b/api/datadogV2/model_list_apis_response_data.go @@ -14,7 +14,7 @@ import ( type ListAPIsResponseData struct { // Attributes for `ListAPIsResponseData`. Attributes *ListAPIsResponseDataAttributes `json:"attributes,omitempty"` - // API identifier. + // Test Id *uuid.UUID `json:"id,omitempty"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"` diff --git a/api/datadogV2/model_update_open_api_response_data.go b/api/datadogV2/model_update_open_api_response_data.go index 8d430ab1962..4902cdd6cec 100644 --- a/api/datadogV2/model_update_open_api_response_data.go +++ b/api/datadogV2/model_update_open_api_response_data.go @@ -14,7 +14,7 @@ import ( type UpdateOpenAPIResponseData struct { // Attributes for `UpdateOpenAPI`. Attributes *UpdateOpenAPIResponseAttributes `json:"attributes,omitempty"` - // API identifier. + // Test Id *uuid.UUID `json:"id,omitempty"` // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct UnparsedObject map[string]interface{} `json:"-"`