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.
1 parent b935839 commit 2f0eae3Copy full SHA for 2f0eae3
.code-samples.meilisearch.yaml
@@ -693,7 +693,7 @@ security_guide_list_keys_1: |-
693
client.getKeys()
694
security_guide_delete_key_1: |-
695
const client = new MeiliSearch({ host: 'http://localhost:7700', apiKey: 'masterKey' })
696
- client.getKey('ac5cd97d-5a4b-4226-a868-2d0eb6d197ab')
+ client.deleteKey('ac5cd97d-5a4b-4226-a868-2d0eb6d197ab')
697
authorization_header_1: |-
698
699
0 commit comments