diff --git a/netbox/vpn/api/serializers_/crypto.py b/netbox/vpn/api/serializers_/crypto.py index 3ee30b754..d7a2777c6 100644 --- a/netbox/vpn/api/serializers_/crypto.py +++ b/netbox/vpn/api/serializers_/crypto.py @@ -25,7 +25,8 @@ class IKEProposalSerializer(NetBoxModelSerializer): choices=EncryptionAlgorithmChoices ) authentication_algorithm = ChoiceField( - choices=AuthenticationAlgorithmChoices + choices=AuthenticationAlgorithmChoices, + required=False ) group = ChoiceField( choices=DHGroupChoices