Update Processor Route

View as MarkdownOpen in Claude

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_idstringRequired
account_idstringRequired

Request

This endpoint expects an object.
namestring or nullOptional<=255 characters
Route name
descriptionstring or nullOptional
Route description
processorslist of objects or nullOptional
Ordered list of processors

Response

Successful Response
idstring
Unique route identifier
namestring
Route name
processorslist of objects
Ordered list of processors
created_atdatetime
When the route was created
updated_atdatetime
When the route was last updated
descriptionstring or null
Route description

Errors