Aug. 27, 2024
6:27 p.m.
The documentation at https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/rest/docs/d... shows that when the variable is not set it would come as base_url: None on GET request.
But the my table domain does not even have column base_url. I have tried adding it ALTER TABLE domain ADD COLUMN base_url CHARACTER VARYING; but this did not help.
So I believe this is just some WIP. Some related commits: