Browse Source

apidocs: fix method of /get endpoints (#1835)

pull/1842/head v0.23.1
Alessandro Ros 2 years ago committed by GitHub
parent
commit
cefa16849e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      apidocs/openapi.yaml

18
apidocs/openapi.yaml

@ -646,7 +646,7 @@ paths: @@ -646,7 +646,7 @@ paths:
description: internal server error.
/v2/hlsmuxers/get/{name}:
post:
get:
operationId: hlsMuxersGet
summary: returns a HLS muxer.
description: ''
@ -700,7 +700,7 @@ paths: @@ -700,7 +700,7 @@ paths:
description: internal server error.
/v2/paths/get/{name}:
post:
get:
operationId: pathsGet
summary: returns a path.
description: ''
@ -754,7 +754,7 @@ paths: @@ -754,7 +754,7 @@ paths:
description: internal server error.
/v2/rtspconns/get/{id}:
post:
get:
operationId: rtspConnsGet
summary: returns a RTSP connection.
description: ''
@ -808,7 +808,7 @@ paths: @@ -808,7 +808,7 @@ paths:
description: internal server error.
/v2/rtspsessions/get/{id}:
post:
get:
operationId: rtspSessionsGet
summary: returns a RTSP session.
description: ''
@ -882,7 +882,7 @@ paths: @@ -882,7 +882,7 @@ paths:
description: internal server error.
/v2/rtspsconns/get/{id}:
post:
get:
operationId: rtspsConnsGet
summary: returns a RTSPS connection.
description: ''
@ -936,7 +936,7 @@ paths: @@ -936,7 +936,7 @@ paths:
description: internal server error.
/v2/rtspssessions/get/{id}:
post:
get:
operationId: rtspsSessionsGet
summary: returns a RTSPS session.
description: ''
@ -1010,7 +1010,7 @@ paths: @@ -1010,7 +1010,7 @@ paths:
description: internal server error.
/v2/rtmpconns/get/{id}:
post:
get:
operationId: rtmpConnectionsGet
summary: returns a RTMP connection.
description: ''
@ -1084,7 +1084,7 @@ paths: @@ -1084,7 +1084,7 @@ paths:
description: internal server error.
/v2/rtmpsconns/get/{id}:
post:
get:
operationId: rtmpsConnectionsGet
summary: returns a RTMPS connection.
description: ''
@ -1158,7 +1158,7 @@ paths: @@ -1158,7 +1158,7 @@ paths:
description: internal server error.
/v2/webrtcsessions/get/{id}:
post:
get:
operationId: webrtcSessionsGet
summary: returns a WebRTC session.
description: ''

Loading…
Cancel
Save