@@ -163,7 +163,7 @@ get_all_tasks_1: |-
163163 }
164164 }
165165get_on_key_1 : |-
166- self.client.getKey(key: d0552b41536279a0ad88bd595327b96f01176a60c2243e906c52ac02375f9bc4) { result in
166+ self.client.getKey(key: " d0552b41536279a0ad88bd595327b96f01176a60c2243e906c52ac02375f9bc4" ) { result in
167167 switch result {
168168 case .success(let key):
169169 print(key)
@@ -203,7 +203,7 @@ update_a_key_1: |-
203203 expiresAt: "2042-04-02T00:42:42Z"
204204 )
205205 self.client.updateKey(
206- key: d0552b41536279a0ad88bd595327b96f01176a60c2243e906c52ac02375f9bc4
206+ key: " d0552b41536279a0ad88bd595327b96f01176a60c2243e906c52ac02375f9bc4"
207207 keyparams: keyParams
208208 ) { result in
209209 switch result {
@@ -214,7 +214,7 @@ update_a_key_1: |-
214214 }
215215 }
216216delete_a_key_1 : |-
217- self.client.deleteKey(key: d0552b41536279a0ad88bd595327b96f01176a60c2243e906c52ac02375f9bc4)
217+ self.client.deleteKey(key: " d0552b41536279a0ad88bd595327b96f01176a60c2243e906c52ac02375f9bc4" )
218218 { result in
219219 switch result {
220220 case .success:
@@ -226,7 +226,7 @@ delete_a_key_1: |-
226226
227227security_guide_search_key_1 : |-
228228 client = MeiliSearch(host: "http://localhost:7700", apiKey: "apiKey")
229- client.index("patient_medical_record ")
229+ client.index("patient_medical_records ")
230230 .search(parameters) { (result: Result<SearchResult<Record>, Swift.Error>) in
231231 switch result {
232232 case .success(let searchResult):
@@ -240,7 +240,7 @@ security_guide_update_key_1: |-
240240 indexes: ["doctors"]
241241 )
242242 self.client.updateKey(
243- key: d0552b41536279a0ad88bd595327b96f01176a60c2243e906c52ac02375f9bc4,
243+ key: " d0552b41536279a0ad88bd595327b96f01176a60c2243e906c52ac02375f9bc4" ,
244244 keyParams: keyParams,
245245 ) { result in
246246 switch result {
@@ -255,7 +255,7 @@ security_guide_create_key_1: |-
255255 description: "Search patient records key",
256256 actions: ["search"],
257257 indexes: ["patient_medical_records"],
258- expiresAt: "2023-01-01T00:00:00Z""
258+ expiresAt: "2023-01-01T00:00:00Z"
259259 )
260260 self.client.createKey(keyParams) { result in
261261 switch result {
@@ -275,7 +275,7 @@ security_guide_list_keys_1: |-
275275 }
276276 }
277277security_guide_delete_key_1 : |-
278- self.client.deleteKey(key: d0552b41536279a0ad88bd595327b96f01176a60c2243e906c52ac02375f9bc4)
278+ self.client.deleteKey(key: " d0552b41536279a0ad88bd595327b96f01176a60c2243e906c52ac02375f9bc4" )
279279 { result in
280280 switch result {
281281 case .success:
0 commit comments