---
title: "Update Extractor"
method: PUT
path: "/e/{extractor_id}"
tags: ["Extractors"]
---

# Update Extractor

`PUT /e/{extractor_id}`

Update an existing extractor

## Path parameters

- `extractor_id` string, uuid, required

## Request body

- ExtractorUpdate
  - `name` string
  - `slug` string

## Response `200`

Extractor updated

- ExtractorPublic
  - `id` string, uuid, required
  - `name` string, required
  - `slug` string, required
  - `description` string, nullable
  - `cost_type` 'PER_PAGE' | 'PER_DOCUMENT', required
  - `cost_credits` integer, required

## Other responses

- `404` — Extractor not found

---

[API](https://skmtc.dev/doctly/apis/doctly-api.md) · [All operations](https://skmtc.dev/doctly/apis/doctly-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doctly/doctly-api/revisions/75af7535e54c/schema)
