Processor Endpoints
Update Processor
Update an existing processor in Extend. Currently, this endpoint only allows updating the name of the processor.
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
id
string
requiredThe ID of the processor to update.
Body
name
string
The new name for the processor.
config
object
The new configuration for the processor. See the Processor Configs guide for more details.
Response
success
boolean
A true or false value indicating whether the processor was updated successfully or not.
processor
DocumentProcessor
A DocumentProcessor object representing the updated processor. See the DocumentProcessor object for more details.
Error Responses
success
boolean
Will be false
if the request failed.
error
string
A description of the error that occurred.