Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Corrected type and path of UserToken.exchangeToken (#1159)
  • Loading branch information
tracyboehrer authored Apr 13, 2021
commit e4b9664806a870b1955c603b4e6525eedf96400b
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ CompletableFuture<Response<ResponseBody>> getToken(

@Headers({ "Content-Type: application/json; charset=utf-8",
"x-ms-logging-context: com.microsoft.bot.schema.UserTokens exchangeToken" })
@GET("api/usertoken/GetToken")
@POST("api/usertoken/Exchange")
CompletableFuture<Response<ResponseBody>> exchangeToken(
@Query("userId") String userId,
@Query("connectionName") String connectionName,
Expand Down