diff --git a/src/openforms/registrations/contrib/json/config.py b/src/openforms/registrations/contrib/json/config.py index 8b309be3d7..d71d7964da 100644 --- a/src/openforms/registrations/contrib/json/config.py +++ b/src/openforms/registrations/contrib/json/config.py @@ -19,6 +19,7 @@ class JSONOptionsSerializer(JsonSchemaSerializerMixin, serializers.Serializer): max_length=255, label=_("Relative API endpoint"), help_text=_("The API endpoint to send the data to (relative to the service API root)."), + allow_blank=True, ) form_variables = serializers.ListField( child=FormioVariableKeyField(max_length=50),