---
title: "Update Dubbing Job"
method: PUT
path: "/dubbing/job/{request_id}"
---

# Update Dubbing Job

`PUT /dubbing/job/{request_id}`

Update mutable fields of an existing job. Only the fields included in the request body are changed.

## Path parameters

- `request_id` string, required

## Request body

- DubbingSubmissionUpdateRequest
  - `needByDate` string, date-time — Date by which the dubbed content is needed (e.g., '2024-07-01T12:00:00Z')
  - `metadata` object — Metadata attached to the dubbing job (e.g., {'key': 'value'})

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deepdub-ai/apis/deepdub-managed-dubbing-api.md) · [All operations](https://skmtc.net/deepdub-ai/apis/deepdub-managed-dubbing-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepdub-ai/deepdub-managed-dubbing-api/versions/1f72f24ed1cf/schema)
