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

Commit fc31083

Browse files
committed
Fixed another documentation bug of the connector rest api.
1 parent 9cdaad1 commit fc31083

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
@@ -34,7 +34,7 @@ trait ConnectorControllerDefinition extends SwaggerSupport with TagSupport {
3434
parameter pathParam[String]("sourceIdentifier").description("The (connector unique) identifier of e.g. a account to connect to")
3535
parameter pathParam[String]("qualifiedConnectorType").description("The fully qualified type of the connector."))
3636
val getCredentials: OperationBuilder =
37-
(apiOperation[ConnectorDetails]("getCredentials")
37+
(apiOperation[CredentialsDetails]("getCredentials")
3838
summary "Shows all credentials for a specified connector."
3939
description "Shows required and optional credentials. Note, that the user has to be logged in and the values are encrypted using the auth key. "
4040
tags controllerTag

0 commit comments

Comments
 (0)