Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 9cdaad1

Browse files
committed
Fixed a documentation bug of the connector rest api.
1 parent 8f8442c commit 9cdaad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/org/codeoverflow/chatoverflow/ui/web/rest/connector/ConnectorControllerDefinition.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import org.scalatra.swagger.SwaggerSupportSyntax.OperationBuilder
99
trait ConnectorControllerDefinition extends SwaggerSupport with TagSupport {
1010

1111
val getConnectors: OperationBuilder =
12-
(apiOperation[ConnectorKey]("getConnectors")
12+
(apiOperation[List[ConnectorKey]]("getConnectors")
1313
summary "Shows all connector keys."
1414
description "Shows the unique keys (connector type and source Identifier) of all connectors."
1515
tags controllerTag)

0 commit comments

Comments
 (0)