updated swagger docs
parent
652f0953b1
commit
66b1bc38d5
|
@ -11,10 +11,6 @@ func AddUserWebSocketSession(c *fiber.Ctx) error {
|
||||||
// swagger:operation POST /wsconnections/:userId/:webSocketSession wsconnections wsconnectionsAddUserWebSocketSession
|
// swagger:operation POST /wsconnections/:userId/:webSocketSession wsconnections wsconnectionsAddUserWebSocketSession
|
||||||
// ---
|
// ---
|
||||||
// summary: Add user websocket session
|
// summary: Add user websocket session
|
||||||
// consumes:
|
|
||||||
// - application/json
|
|
||||||
// produces:
|
|
||||||
// - application/json
|
|
||||||
// parameters:
|
// parameters:
|
||||||
// - name: X-Ms-Api
|
// - name: X-Ms-Api
|
||||||
// in: header
|
// in: header
|
||||||
|
@ -53,8 +49,6 @@ func ExistsUserWebSocketSession(c *fiber.Ctx) error {
|
||||||
// swagger:operation GET /wsconnections/:userId/:webSocketSession wsconnections wsconnectionsExistsUserWebSocketSession
|
// swagger:operation GET /wsconnections/:userId/:webSocketSession wsconnections wsconnectionsExistsUserWebSocketSession
|
||||||
// ---
|
// ---
|
||||||
// summary: Returns whether the user websocket session already exists
|
// summary: Returns whether the user websocket session already exists
|
||||||
// consumes:
|
|
||||||
// - application/json
|
|
||||||
// produces:
|
// produces:
|
||||||
// - application/json
|
// - application/json
|
||||||
// parameters:
|
// parameters:
|
||||||
|
@ -72,8 +66,6 @@ func GetUserWebSocketSessions(c *fiber.Ctx) error {
|
||||||
// swagger:operation GET /wsconnections/:userId wsconnections wsconnectionsGetUserWebSocketSessions
|
// swagger:operation GET /wsconnections/:userId wsconnections wsconnectionsGetUserWebSocketSessions
|
||||||
// ---
|
// ---
|
||||||
// summary: List of all websocket sessions of the user that are connected
|
// summary: List of all websocket sessions of the user that are connected
|
||||||
// consumes:
|
|
||||||
// - application/json
|
|
||||||
// produces:
|
// produces:
|
||||||
// - application/json
|
// - application/json
|
||||||
// parameters:
|
// parameters:
|
||||||
|
@ -99,10 +91,6 @@ func RemoveConnection(c *fiber.Ctx) error {
|
||||||
// swagger:operation DELETE /wsconnections/:userId/:webSocketSession wsconnections wsconnectionsRemoveConnection
|
// swagger:operation DELETE /wsconnections/:userId/:webSocketSession wsconnections wsconnectionsRemoveConnection
|
||||||
// ---
|
// ---
|
||||||
// summary: Deletes a websocket session from the user
|
// summary: Deletes a websocket session from the user
|
||||||
// consumes:
|
|
||||||
// - application/json
|
|
||||||
// produces:
|
|
||||||
// - application/json
|
|
||||||
// parameters:
|
// parameters:
|
||||||
// - name: X-Ms-Api
|
// - name: X-Ms-Api
|
||||||
// in: header
|
// in: header
|
||||||
|
|
Loading…
Reference in New Issue