Update Processor
Update an existing processor in Extend.
This endpoint allows you to update the properties of an existing processor.
Path Parameters
id
The ID of the processor to update.
Body
name
The new name for the processor.
config
The new configuration for the processor. See the Processor Configs guide for more details.
Response
success
A true or false value indicating whether the processor was updated successfully or not.
processor
A DocumentProcessor object representing the updated processor. See the DocumentProcessor object for more details.
Error Responses
success
Will be false
if the request failed.
error
A description of the error that occurred.