---
title: "Update/Reset Live Stream Key"
method: PUT
path: "/{id}"
---

# Update/Reset Live Stream Key

`PUT /{id}`

Updates the display name and/or regenerates the stream key value for a live stream key.

## Path parameters

- `id` string, required

## Request body

- object
  - `title` string
  - `reset_stream_key` boolean

## Response `200`

Success - Returns updated live stream key object

## Other responses

- `401` — Unauthorized - Invalid or missing API token
- `403` — Forbidden - Sub-account is not owned by this parent account
- `404` — Not Found - Live stream key not found
- `422` — Unprocessable Entity - At least one field must be provided
- `500` — Internal Server Error

---

[API](https://skmtc.net/pandavideo/apis/api-v2.md) · [All operations](https://skmtc.net/pandavideo/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandavideo/api-v2/versions/4fbd3c623ca9/schema)
