Skip to main content
Update Processor
This endpoint allows you to update the properties of an existing processor.

Path Parameters

string
required
The ID of the processor to update.

Body

string
The new name for the processor.
object
The new configuration for the processor. See the Processor Configs guide for more details.

Response

boolean
A true or false value indicating whether the processor was updated successfully or not.
DocumentProcessor
A DocumentProcessor object representing the updated processor. See the DocumentProcessor object for more details.

Error Responses

boolean
Will be false if the request failed.
string
A description of the error that occurred.