Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Corrected type and path of UserToken.exchangeToken (#1159) (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
tracyboehrer authored Apr 13, 2021
1 parent 1339591 commit 192f02f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 192f02f

Please sign in to comment.