Update a channel route
Updates a route’s name, target, payload mapping, RUN-IF gate, or status. Authorization: organization administrators only. Returns 404 if the channel or route is missing.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
channelId
routeId
Request
This endpoint expects an object.
name
target
payloadMapping
runIf
status
Allowed values:
Response
The updated route.
route