File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ authorization_header_1: |-
413
413
var client = MeiliSearchClient('http://127.0.0.1:7700', 'masterKey');
414
414
await client.getKeys();
415
415
get_one_key_1 : |-
416
- await client.getKey('d0552b41536279a0ad88bd595327b96f01176a60c2243e906c52ac02375f9bc4 ');
416
+ await client.getKey('6062abda-a5aa-4414-ac91-ecd7944c0f8d ');
417
417
get_all_keys_1 : |-
418
418
await client.getKeys(KeysQuery(limit: 3));
419
419
create_a_key_1 : |-
@@ -425,7 +425,7 @@ create_a_key_1: |-
425
425
);
426
426
update_a_key_1 : |-
427
427
await client.updateKey(
428
- 'd0552b41536279a0ad88bd595327b96f01176a60c2243e906c52ac02375f9bc4 ',
428
+ '6062abda-a5aa-4414-ac91-ecd7944c0f8d ',
429
429
description: 'Manage documents: Products/Reviews API key',
430
430
name: 'Products/Reviews API key'
431
431
);
You can’t perform that action at this time.
0 commit comments