simulator
update a registered webhook
put/simulator/webhooks/{subscriptionId}
Path parameters
subscriptionIdstring required
Subscription ID of the webhook to update
Request body
Example request
{
"webhooks": [
"automation_level_changed",
"driver_changed",
"journey_begin",
"journey_end",
"location_changed",
"ignition_changed",
"harsh_acceleration",
"harsh_braking"
],
"notificationUrl": "https://myserver/endpoint"
}Response
Webhook updated