---
title: "Update Helpers"
method: PATCH
path: "/api/v2/helper/importFile/{id}"
tags: ["Helpers"]
---

# Update Helpers

`PATCH /api/v2/helper/importFile/{id}`

Given the offset in the 'Upload Offset' header, the user can use this PATCH endpoint in order to resume the upload.

## Path parameters

- `id` integer, required

## Headers

- `Upload-Offset` integer, required
- `Content-Type` 'application/offset+octet-stream', required

## Response `200`

successful operation

## Other responses

- `204` — Chunk accepted
- `400` — Invalid request
- `401` — Authentication failed
- `403` — Permission denied
- `404` — Not Found

---

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