From 3246e7284cde958d4d2bdb617b5b6a1b9fedad4b Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Thu, 6 Jul 2023 11:36:42 +0300 Subject: [PATCH] Update API description about WebRTC --- api/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/openapi.yaml b/api/openapi.yaml index 42d3d8c6..e9de7198 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -232,7 +232,7 @@ paths: /api/webrtc?src={src}: post: summary: Get stream in WebRTC format (WHEP) - description: "[Source: WebRTC](https://github.com/AlexxIT/go2rtc#source-webrtc)" + description: "[Module: WebRTC](https://github.com/AlexxIT/go2rtc#module-webrtc)" tags: [ Consume stream ] parameters: - $ref: "#/components/parameters/stream_src_path"