| Package | Description |
|---|---|
| com.algolia.search |
| Modifier and Type | Method and Description |
|---|---|
default UpdateApiKeyResponse |
SearchClientAPIKeys.updateApiKey(ApiKey request)
Update the permissions of an existing API Key.
|
default UpdateApiKeyResponse |
SearchClientAPIKeys.updateApiKey(ApiKey request,
RequestOptions requestOptions)
Update the permissions of an existing API Key.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateApiKeyResponse> |
SearchClientAPIKeys.updateApiKeyAsync(ApiKey request)
Update the permissions of an existing API Key.
|
default CompletableFuture<UpdateApiKeyResponse> |
SearchClientAPIKeys.updateApiKeyAsync(ApiKey request,
RequestOptions requestOptions)
Update the permissions of an existing API Key.
|
Copyright © 2019. All rights reserved.