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.
2 parents b6bc02b + c755c13 commit c90b725Copy full SHA for c90b725
meilisearch/_httprequests.py
@@ -12,7 +12,7 @@ class HttpRequests:
12
def __init__(self, config: Config) -> None:
13
self.config = config
14
self.headers = {
15
- 'X-Meili-Api-Key': self.config.api_key,
+ 'Authorization': f'Bearer {self.config.api_key}',
16
}
17
18
def send_request(
0 commit comments