Update meilisearch.md (#6026)

update expire date since 2024-01-01 is past
This commit is contained in:
Yessica Bao
2024-01-08 17:42:41 +00:00
committed by GitHub
parent fbee006e51
commit fe81a5e49a
@@ -210,7 +210,7 @@ curl \
"description": "Search products", "description": "Search products",
"actions": ["search"], "actions": ["search"],
"indexes": ["products"], "indexes": ["products"],
"expiresAt": "2024-01-01T00:00:00Z" "expiresAt": "2025-01-01T00:00:00Z"
}' }'
``` ```