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:
- GET list buildings
- POST create buildings
- PATCH update buildings
- GET list homes
- POST create homes
- PATCH update homes
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.
- The
loc
property on the premise object must be unique within the commercial risk profile. See additional details on the POST create premises and PATCH update premises endpoints. - The
number
property on the building object must be unique within the same premise object. See additional details on the POST create buildings and PATCH update buildings endpoints. - The
number
property on the vehicle object must be unique within the commercial or personal risk profile. See additional details on the POST create vehicles and PATCH update vehicles endpoints. - The
number
property on the equipment object must be unique within the commercial or personal risk profile. See additional details on the POST create equipment and PATCH update equipment endpoints. - The
number
property on the driver object must be unique within the commercial or personal risk profile. See additional details on the POST create drivers and PATCH update drivers endpoints.
Updated errors documentation for rate limiting
We've added a new 429
status (rate limiting / throttled) response example to the errors documentation.