Update Processor Route
Update a processor route.
Can update name, description, and/or the ordered list of processors.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
route_id
account_id
Request
This endpoint expects an object.
name
Route name
description
Route description
processors
Ordered list of processors
Response
Successful Response
id
Unique route identifier
name
Route name
processors
Ordered list of processors
created_at
When the route was created
updated_at
When the route was last updated
description
Route description