Skip to content

Commit

Permalink
apidocs: fix method of /get endpoints (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 authored May 18, 2023
1 parent 6e5f87f commit cefa168
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions apidocs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ paths:
description: internal server error.

/v2/hlsmuxers/get/{name}:
post:
get:
operationId: hlsMuxersGet
summary: returns a HLS muxer.
description: ''
Expand Down Expand Up @@ -700,7 +700,7 @@ paths:
description: internal server error.

/v2/paths/get/{name}:
post:
get:
operationId: pathsGet
summary: returns a path.
description: ''
Expand Down Expand Up @@ -754,7 +754,7 @@ paths:
description: internal server error.

/v2/rtspconns/get/{id}:
post:
get:
operationId: rtspConnsGet
summary: returns a RTSP connection.
description: ''
Expand Down Expand Up @@ -808,7 +808,7 @@ paths:
description: internal server error.

/v2/rtspsessions/get/{id}:
post:
get:
operationId: rtspSessionsGet
summary: returns a RTSP session.
description: ''
Expand Down Expand Up @@ -882,7 +882,7 @@ paths:
description: internal server error.

/v2/rtspsconns/get/{id}:
post:
get:
operationId: rtspsConnsGet
summary: returns a RTSPS connection.
description: ''
Expand Down Expand Up @@ -936,7 +936,7 @@ paths:
description: internal server error.

/v2/rtspssessions/get/{id}:
post:
get:
operationId: rtspsSessionsGet
summary: returns a RTSPS session.
description: ''
Expand Down Expand Up @@ -1010,7 +1010,7 @@ paths:
description: internal server error.

/v2/rtmpconns/get/{id}:
post:
get:
operationId: rtmpConnectionsGet
summary: returns a RTMP connection.
description: ''
Expand Down Expand Up @@ -1084,7 +1084,7 @@ paths:
description: internal server error.

/v2/rtmpsconns/get/{id}:
post:
get:
operationId: rtmpsConnectionsGet
summary: returns a RTMPS connection.
description: ''
Expand Down Expand Up @@ -1158,7 +1158,7 @@ paths:
description: internal server error.

/v2/webrtcsessions/get/{id}:
post:
get:
operationId: webrtcSessionsGet
summary: returns a WebRTC session.
description: ''
Expand Down

0 comments on commit cefa168

Please sign in to comment.