API changes for v2 API, November 25, 2024
On November 25, 2024, the mittwald API introduced a new non-success response status '412' for both the DELETE operation to remove a domain and the POST operation to resend a domain email.
Summary
- The DELETE operation for deleting a domain now includes a non-success response with the status '412'.
- The POST operation for resending a domain email also includes a non-success response with the status '412'.
Disclaimer: This summary is AI-generated. If you find any discrepancies, please refer to the detailed changes below.
Detailed changes
Changes in "Delete a Domain"
- added the non-success response with the status '412'
For details, refer to the DELETE/
endpoint.
Changes in "Resend a Domain email"
- added the non-success response with the status '412'
For details, refer to the POST/
endpoint.
Client package releases
mittwald PHP SDK v2.1.84 Release Summary
The mittwald PHP SDK has been updated to version v2.1.84. This release introduces new response classes and enhancements to improve error handling in domain operations.