We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d0b2f commit 8560a7bCopy full SHA for 8560a7b
src/main/java/com/meilisearch/sdk/Client.java
@@ -268,7 +268,7 @@ public void waitForTask(int uid) throws MeilisearchException {
268
* https://docs.meilisearch.com/reference/api/keys.html#get-one-key
269
*
270
* @param uid Identifier of the requested Key
271
- * @return Meilisearch API response as Key Instance
+ * @return Key Instance
272
* @throws MeilisearchException if an error occurs
273
*/
274
public Key getKey(String uid) throws MeilisearchException {
0 commit comments