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

Commit 0f7b57c

Browse files
committed
First approach of converting and displaying connector metadata.
1 parent f448088 commit 0f7b57c

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/types/TypesControllerDefinition.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ trait TypesControllerDefinition extends SwaggerSupport with TagSupport with Auth
2727
tags controllerTag)
2828
val getConnectorsMetadata: OperationBuilder =
2929
(apiOperation[Map[String, ConnectorMetadata]]("getConnectorsMetadata")
30-
summary "Shows the metadata of all connectors, if found."
30+
summary "Shows the types of all connectors. If available, also the metadata is showed."
3131
description "Shows a map of connector type string and metadata with display name, description, wiki url and base64 encoded icon."
3232
parameter authHeader
3333
tags controllerTag)

0 commit comments

Comments
 (0)