Fix an incorrectly-named "check keys" method
This commit is contained in:
parent
665a26d164
commit
30b5ad1515
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue