> ## Documentation Index
> Fetch the complete documentation index at: https://docs.watchr.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Add a streaming service



## OpenAPI

````yaml /api-reference/openapi.json patch /settings/streaming
openapi: 3.1.0
info:
  title: Watchr
  version: 0.0.0
servers: []
security: []
paths:
  /settings/streaming:
    patch:
      tags:
        - Settings
      summary: Add a streaming service
      operationId: patch_settings_streaming
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````