Changelog - 2025-04-16

Here is what has changed in the Wunderite API with the release on April 16th, 2025.

What's new

PATCH Update contacts

The PATCH update contacts endpoint allows you to update contacts associated with a commercial risk profile.

DELETE Delete contacts

The DELETE delete contacts endpoint allows you to delete contacts associated with a commercial risk profile.

What's changed

Building and Home object sprinkler accepted values

We've updated the accepted values for the sprinkler property in the building object and home object to be yes, no, and partial. It previously only accepted 0, 1, and 2. This is enacted on all GET, POST, and PATCH endpoints that use the building and home objects:

This change is to improve the clarity of this property and its value without needing to know which values map to what.

Unique number documentation improvements

We've updated the documentation for the unique number (loc for premise objects) property on all associated objects to clarify validation requirements.

Updated errors documentation for rate limiting

We've added a new 429 status (rate limiting / throttled) response example to the errors documentation.