---
title: "PUT /monitor/{monitorId}/streams"
method: PUT
path: "/monitor/{monitorId}/streams"
---

# PUT /monitor/{monitorId}/streams

`PUT /monitor/{monitorId}/streams`

Add streams to the list of streams that will be monitored. Supports both URL strings and objects with custom IDs

## Path parameters

- `monitorId` string, required

## Request body

- object
  - `streams` union[], required
    - union
      - string
      - object
        - `id` string
        - `url` string, required

## Response `201`

Default Response

- object
  - `message` string
  - `streams` object[]
    - `id` string
    - `url` string

## Other responses

- `400` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/eyevinn/apis/hls-monitor.md) · [All operations](https://skmtc.net/eyevinn/apis/hls-monitor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eyevinn/hls-monitor/revisions/b4fe05b105f1/schema)
