Skip to content

Commit

Permalink
fix: align the Swagger annotation with the right Entity objet to list…
Browse files Browse the repository at this point in the history
… user factors

fixes AM-726

(cherry picked from commit d039af7)
  • Loading branch information
leleueri committed Oct 9, 2023
1 parent f03ea9e commit 3078cb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class UserFactorsResource extends AbstractResource {
"or DOMAIN_USER[READ] permission on the specified environment " +
"or DOMAIN_USER[READ] permission on the specified organization")
@ApiResponses({
@ApiResponse(code = 200, message = "User enrolled factors successfully fetched", response = EnrolledFactor.class, responseContainer = "List"),
@ApiResponse(code = 200, message = "User enrolled factors successfully fetched", response = EnrolledFactorEntity.class, responseContainer = "List"),
@ApiResponse(code = 500, message = "Internal server error")})
public void list(
@PathParam("organizationId") String organizationId,
Expand Down

0 comments on commit 3078cb7

Please sign in to comment.