Update a Domain
Updates the Domain resource.
smtppy.updatedomain(id, isActive=True)
Parameters
isActive
(boolean) - Domain activation statusid
(string) (required) - The domain identifier
Response
{
"domain": "example.com",
"isActive": true
}
Last updated