---
title: "Update existing `Download`"
method: PUT
path: "/v1/downloads/{downloadId}"
tags: ["not_implemented"]
---

# Update existing \`Download\`

`PUT /v1/downloads/{downloadId}`

Update existing `Download`

## Path parameters

- `downloadId` string, required

## Request body

- Download — A collection of files created in Conductor
  - `taskLabel` string — Human friendly task id.
  - `status` string — Current status of download.
  - `selfLink` string, uri — Resource locator for this object
  - `projectId` string — Id of linked project.
  - `outputPath` string — Location where download are to be saved.
  - `location` string — Location of download.
  - `jobLabel` string — Human friendly job id.
  - `id` string — Unique identifier for this Upload
  - `files` object — A mapping of hash values to file paths
  - `accountId` string — Id of linked account.

## Response `200`

Successful response

## Other responses

- `400` — Invalid input
- `404` — Download 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)
