mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
Update test
This commit is contained in:
parent
1c8f1c18f4
commit
2090e9ea31
1 changed files with 3 additions and 2 deletions
|
@ -852,11 +852,12 @@ async fn list_api_keys() {
|
|||
},
|
||||
{
|
||||
"name": "Default Read-Only Admin API Key",
|
||||
"description": "Use it to peek into the instance in a read-only mode. Caution! Do not expose it on a public frontend. It would give access to all other keys",
|
||||
"description": "Use it to peek into the instance in a read-only mode.",
|
||||
"key": "[ignored]",
|
||||
"uid": "[ignored]",
|
||||
"actions": [
|
||||
"*.get"
|
||||
"*.get",
|
||||
"keys.get"
|
||||
],
|
||||
"indexes": [
|
||||
"*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue