mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
Fix PR comments
This commit is contained in:
@ -711,7 +711,7 @@ async fn list_api_keys() {
|
||||
},
|
||||
{
|
||||
"name": "Default Admin API Key",
|
||||
"description": "Use it for all other than search operations. Caution! Do not expose it on a public frontend",
|
||||
"description": "Use it for anything that is not a search operation. Caution! Do not expose it on a public frontend",
|
||||
"indexes": ["*"],
|
||||
"actions": ["*"],
|
||||
"expiresAt": serde_json::Value::Null,
|
||||
|
Reference in New Issue
Block a user