NoBueno webrtc-configs API

The webrtc-configs API from NoBueno — 1 operation(s) for webrtc-configs.

OpenAPI Specification

nobueno-webrtc-configs-api-openapi.yml Raw ↑
swagger: '2.0'
info:
  title: Jungle admin webrtc-configs API
  description: Here magic happens
  termsOfService: https://www.google.com/policies/terms/
  contact:
    email: mindru.ion97@gmail.com
  license:
    name: BSD License
  version: v1
host: api.nobueno.com
basePath: /api
schemes:
- https
consumes:
- application/json
produces:
- application/json
security:
- Bearer: []
- Device-type: []
- REFETCH_SCHEMA_WITH_AUTH: []
- x-app-id: []
- x-scheme: []
tags:
- name: webrtc-configs
paths:
  /webrtc-configs:
    parameters: []
    get:
      operationId: webrtc-configs_list
      description: ''
      parameters: []
      responses:
        '200':
          description: ''
      tags:
      - webrtc-configs
securityDefinitions:
  Bearer:
    type: apiKey
    name: Authorization
    in: header
  Device-type:
    type: apiKey
    name: Device-Type
    in: header
  x-scheme:
    type: apiKey
    name: x-scheme
    in: header
  x-app-id:
    type: apiKey
    name: x-app-id
    in: header
  REFETCH_SCHEMA_WITH_AUTH: true