The Update Template endpoint updates a Template object. This endpoint will upsert template for provided clientId or destinationId.
Documentation Index
Fetch the complete documentation index at: https://docs.axle.insure/llms.txt
Use this file to discover all available pages before exploring further.
Your secret API key. This will be shared with you during onboarding and should be considered sensitive - it’s a password after all! Your secret will be matched with your client ID to authenticate your requests.
Your client ID. This will be shared with you during onboarding.
The client ID of the destination client. This is optional and only used by platform clients. See the Axle for Platforms guide for more information.
The unique ID of the Validation template.
Indicates whether the operation was performed successfully.
true
Updated validation template object for client.
{
"id": "tem_jsK9vrCIfABlCW7PqIknc",
"displayName": "Example Template",
"createdAt": "2025-06-10T13:57:22.300Z",
"modifiedAt": "2025-06-10T13:57:22.300Z",
"rules": [
{ "rule": "policy-active" },
{
"rule": "collision-coverage-meets-requirements",
"input": {
"deductible": {
"source": "maxDeductible",
"default": "500"
}
}
}
]
}