latestOpenAPI 3.1.02026-08-08264458.4 KB
5e35babfb8d2
internal
Overwrite processor results for the ID given
Overwrite the processor results stored in the database for the given ID, resource_id, dates can't be manually changed
put/processor_results/{id}
Path parameters
idinteger required
The processor results ID for a single item.
Response
A JSON representation of processor results that were saved.
Example response
{
"id": 27,
"resource_id": 48,
"processing_type": "excel_to_csv",
"parent_id": 747,
"completion_state": "success",
"message": "Completed processing with no errors.",
"structured_info": "{\"cat\": \"dog\"}"
}