---
title: "Overwrite processor results for the ID given"
method: PUT
path: "/processor_results/{id}"
tags: ["internal"]
---

# Overwrite processor results for the ID given

`PUT /processor_results/{id}`

Overwrite the processor results stored in the database for the given ID, resource_id, dates can't be manually changed

## Path parameters

- `id` integer, required

## Response `200`

A JSON representation of processor results that were saved.

- ProcessorResult
  - `id` integer
  - `resource_id` integer
  - `processing_type` 'excel_to_csv' | 'compressed_info' | 'frictionless'
  - `parent_id` integer
  - `completion_state` 'not_started' | 'processing' | 'success' | 'error'
  - `message` string
  - `structured_info` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401`
- `404`
- `406`

---

[API](https://skmtc.net/datadryad/apis/dryad-api.md) · [All operations](https://skmtc.net/datadryad/apis/dryad-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadryad/dryad-api/revisions/5e35babfb8d2/schema)
