Notification
Update webhook subscription
Update webhook subscription by ID.
put/subscriptions/webhook/{id}
Path parameters
idinteger required
The webhook subscription ID
Request body
Example request
{
"application": "example-app",
"url": "https://webhook_endpoint-example-123",
"secret": "erw3245cq3dasbjtyj",
"message_type": "LOCATION_AP_CENTRIC"
}Response
OK
Example response
{
"message_type": "LOCATION_AP_CENTRIC"
}