mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
Update test
This commit is contained in:
@ -852,11 +852,12 @@ async fn list_api_keys() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Default Read-Only Admin API Key",
|
"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]",
|
"key": "[ignored]",
|
||||||
"uid": "[ignored]",
|
"uid": "[ignored]",
|
||||||
"actions": [
|
"actions": [
|
||||||
"*.get"
|
"*.get",
|
||||||
|
"keys.get"
|
||||||
],
|
],
|
||||||
"indexes": [
|
"indexes": [
|
||||||
"*"
|
"*"
|
||||||
|
Reference in New Issue
Block a user