---
title: "Update existing `Upload`"
method: PUT
path: "/v1/uploads/{uploadId}"
tags: ["not_implemented"]
---

# Update existing \`Upload\`

`PUT /v1/uploads/{uploadId}`

Update existing `Upload`

## Path parameters

- `uploadId` string, required

## Request body

- Upload — A collection of files used in Conductor
  - `selfLink` string, uri — Resource locator for this object
  - `projectId` integer — Project ID
  - `id` string — Unique identifier for this Upload
  - `files` object — A mapping of hash values to file paths
  - `accountId` integer — Unique identifier of linked account object.

## Response `200`

Successful response

## Other responses

- `400` — Invalid input
- `404` — Upload not found

---

[API](https://skmtc.dev/conductortech/apis/conductor-cloud-rendering-api.md) · [All operations](https://skmtc.dev/conductortech/apis/conductor-cloud-rendering-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductortech/conductor-cloud-rendering-api/revisions/0fb056b8d2a1/schema)
