---
title: "Update Multistream Target"
method: PATCH
path: "/multistream/target/{id}"
tags: ["multistream"]
---

# Update Multistream Target

`PATCH /multistream/target/{id}`

## Request body

- MultistreamTargetPatchPayload
  - `id` string
  - `name` string
  - `userId` string
  - `url` string, uri, required — Livepeer-compatible multistream target URL (RTMP(S) or SRT)
  - `disabled` boolean — If true then this multistream target will not be used for pushing even if it is configured in a stream object.
  - `createdAt` number — Timestamp (in milliseconds) at which multistream target object was created

## Response `204`

Success

## Other responses

- `default` — Error

## Changes

- **2024-05-17** `fc477586b24c` — 1 breaking
  - the response property `errors` became optional for the status `default`
- **2024-04-23** `d0909f9b9414` — 2 info
  - api operation id `updateMultistreamTarget` was added
  - api tag `multistream` added

[Change history](https://skmtc.dev/livepeer/apis/livepeer-api-reference/changes/multistream/target/:id/patch.md)

---

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