# Livestream make ban

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /libraries/34f4dcc3-a5f0-48dd-8c62-b467929d2ec6/livestreams/5b9a6852-4b55-42bd-8b62-fe5ea82aa868/ban:
    patch:
      summary: Livestream make ban
      deprecated: false
      description: ''
      tags:
        - Stream/API Reference/Manage Livestream
      parameters:
        - name: X-Auth-ClientId
          in: header
          description: ''
          required: true
          example: ebe8bac0-eaef-4548-8b59-96c9ec38a22b
          schema:
            type: string
            default: ebe8bac0-eaef-4548-8b59-96c9ec38a22b
        - name: X-Auth-LibraryId
          in: header
          description: ''
          required: true
          example: 89898172-d32b-49f8-a94a-bdf0c6ca1bd9
          schema:
            type: string
            default: 89898172-d32b-49f8-a94a-bdf0c6ca1bd9
        - name: X-Auth-ApiKey
          in: header
          description: ''
          required: true
          example: >-
            pEBPYVUNMbP7uDsb0W2h3oTjpEqr32fFh/3TNUhvFcJt7/J/hyV+5LctVWONgzaw+w+PpQ
          schema:
            type: string
            default: >-
              pEBPYVUNMbP7uDsb0W2h3oTjpEqr32fFh/3TNUhvFcJt7/J/hyV+5LctVWONgzaw+w+PpQ
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
                x-apidog-orders: []
          headers: {}
          x-apidog-name: OK
      security:
        - bearer: []
      x-apidog-folder: Stream/API Reference/Manage Livestream
      x-apidog-status: released
      x-run-in-apidog: https://app.apidog.com/web/project/360271/apis/api-3674144-run
components:
  schemas: {}
  securitySchemes:
    bearer:
      type: http
      scheme: bearer
servers:
  - url: https://capiv2.gotipath.com
    description: Prod Env
security:
  - bearer: []

```
