cURL
curl --request POST \ --url https://api-prod.extend.app/processors/:id \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "config": {} }'
{ "success": true, "processor": { "object": "document_processor", "id": "processor_1234", "name": "Updated Invoice Processor", "type": "EXTRACT", "createdAt": "2024-03-01T12:00:00Z", "updatedAt": "2024-03-01T13:00:00Z", "draftVersion": { "id": "dpv_4567", "version": "draft", "config": { // Config object - see “Processor configs” for details } } } }
Update an existing processor in Extend.
false