Skip to content

Commit

Permalink
fix(api): Removed not supported protocols (MQTT, AMQP, NATS, KAFKA)
Browse files Browse the repository at this point in the history
  • Loading branch information
stroncoso-quobis committed Nov 19, 2024
1 parent eae43b7 commit e22fd79
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions code/API_definitions/BYON-Webrtc-Events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -444,15 +444,10 @@ components:
propertyName: protocol
mapping:
HTTP: "#/components/schemas/HTTPSubscriptionRequest"
MQTT3: "#/components/schemas/MQTTSubscriptionRequest"
MQTT5: "#/components/schemas/MQTTSubscriptionRequest"
AMQP: "#/components/schemas/AMQPSubscriptionRequest"
NATS: "#/components/schemas/NATSSubscriptionRequest"
KAFKA: "#/components/schemas/ApacheKafkaSubscriptionRequest"

Protocol:
type: string
enum: ["HTTP", "MQTT3", "MQTT5", "AMQP", "NATS", "KAFKA"]
enum: ["HTTP"]
description: Identifier of a delivery protocol. Only HTTP is allowed for now
example: "HTTP"

Expand Down

0 comments on commit e22fd79

Please sign in to comment.