diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 5dc52e4a2e..c26faeddd1 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -19059,7 +19059,7 @@ components: type: object IPAllowlistEntryType: default: ip_allowlist_entry - description: IP allowlist Entry type. + description: IP allowlist entry type. enum: - ip_allowlist_entry example: ip_allowlist_entry diff --git a/src/datadog_api_client/v2/model/ip_allowlist_entry_data.py b/src/datadog_api_client/v2/model/ip_allowlist_entry_data.py index cabaf82267..1c39f4f47f 100644 --- a/src/datadog_api_client/v2/model/ip_allowlist_entry_data.py +++ b/src/datadog_api_client/v2/model/ip_allowlist_entry_data.py @@ -52,7 +52,7 @@ def __init__( :param id: The unique identifier of the IP allowlist entry. :type id: str, optional - :param type: IP allowlist Entry type. + :param type: IP allowlist entry type. :type type: IPAllowlistEntryType """ if attributes is not unset: diff --git a/src/datadog_api_client/v2/model/ip_allowlist_entry_type.py b/src/datadog_api_client/v2/model/ip_allowlist_entry_type.py index 0c4f5a743b..2cbc410deb 100644 --- a/src/datadog_api_client/v2/model/ip_allowlist_entry_type.py +++ b/src/datadog_api_client/v2/model/ip_allowlist_entry_type.py @@ -14,7 +14,7 @@ class IPAllowlistEntryType(ModelSimple): """ - IP allowlist Entry type. + IP allowlist entry type. :param value: If omitted defaults to "ip_allowlist_entry". Must be one of ["ip_allowlist_entry"]. :type value: str