---
title: "Update the scrape pages for a file"
method: PUT
path: "/library/files/{fileId}/scrape-pages"
tags: ["Library"]
---

# Update the scrape pages for a file

`PUT /library/files/{fileId}/scrape-pages`

## Path parameters

- `fileId` string, required

## Request body

- WebscrapePageUpdateDto
  - `pages` WebscrapePageDto[], nullable
    - `url` string, nullable
    - `enabled` boolean

## Response `200`

Success

---

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