Skip to content

Commit

Permalink
fix(api): comms compliance: server params and subscriptionId
Browse files Browse the repository at this point in the history
  • Loading branch information
stroncoso-quobis committed Dec 3, 2024
1 parent b2ecfd3 commit 248e056
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions code/API_definitions/BYON-Webrtc-Events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,17 +172,11 @@ externalDocs:
description: Product documentation at CAMARA
url: https://github.com/camaraproject/
servers:
- url: "{apiRoot}/webrtc-events/v1"
- url: "{apiRoot}/webrtc-events/vwip"
variables:
apiRoot:
default: http://localhost:9091
description: API root
deviceId:
description: >-
The notification channel creation is specific to a device instance,
the device-id in the uuid format (rfc4412) shall be included in the
request
default: deviceId
tags:
- name: webrtc-events Subscription
description: Operations to manage event subscriptions for WebRTC APIs (BYON and RACM)
Expand Down Expand Up @@ -846,6 +840,8 @@ components:
- vvoipSessionID
type: object
properties:
subscriptionId:
$ref: "#/components/schemas/SubscriptionId"
originatorAddress:
type: string
description: Sender (originator) address
Expand Down

0 comments on commit 248e056

Please sign in to comment.