-
Committer:
Barry Warsaw
-
Date:
2012-09-22 21:13:13 UTC
-
Revision ID:
barry@list.org-20120922211313-pzaahwq3glfalj6p
* You can now verify and unverify an email address through the REST API.
POST to .../addresses/<email>/verify and .../addresses/<email>/unverify
respectively. The POST data is ignored. It is not an error to verify or
unverify an address more than once, but verifying an already verified
address does not change its `.verified_on` date. (LP: #1054730)