diff --git a/.generated-info b/.generated-info index 5706cf39d9..e7b5d776d0 100644 --- a/.generated-info +++ b/.generated-info @@ -1,4 +1,4 @@ { - "spec_repo_commit": "c5cca50", - "generated": "2025-08-07 18:03:26.051" + "spec_repo_commit": "90a41dc", + "generated": "2025-08-07 21:29:57.777" } diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index a0599c01eb..243a6eb618 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -32503,7 +32503,7 @@ components: description: Relationship to impact object. properties: id: - description: A unique identifier that represents the responder. + description: A unique identifier that represents the user defined field. example: 00000000-0000-0000-2345-000000000000 type: string type: diff --git a/src/datadog_api_client/v2/model/relationship_to_incident_user_defined_field_data.py b/src/datadog_api_client/v2/model/relationship_to_incident_user_defined_field_data.py index 0a8688b309..247c6c2a39 100644 --- a/src/datadog_api_client/v2/model/relationship_to_incident_user_defined_field_data.py +++ b/src/datadog_api_client/v2/model/relationship_to_incident_user_defined_field_data.py @@ -34,7 +34,7 @@ def __init__(self_, id: str, type: IncidentUserDefinedFieldType, **kwargs): """ Relationship to impact object. - :param id: A unique identifier that represents the responder. + :param id: A unique identifier that represents the user defined field. :type id: str :param type: The incident user defined fields type.