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