Fix an incorrectly-named "check keys" method

This commit is contained in:
Jon Chambers 2024-02-23 12:53:57 -05:00 committed by Jon Chambers
parent 665a26d164
commit 30b5ad1515
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ public class KeysController {
not be found
""")
@ApiResponse(responseCode = "422", description = "Invalid request format")
public CompletableFuture<Response> setKeys(
public CompletableFuture<Response> checkKeys(
@ReadOnly @Auth final AuthenticatedAccount auth,
@RequestBody @NotNull @Valid final CheckKeysRequest checkKeysRequest,
@HeaderParam(HttpHeaders.USER_AGENT) final String userAgent) {