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
required

The ID of the processor to update.

Body

name
string
required

The new name for the processor.

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.