You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Appwrite/Client.swift
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ open class Client {
27
27
"x-sdk-name":"Apple",
28
28
"x-sdk-platform":"client",
29
29
"x-sdk-language":"apple",
30
-
"x-sdk-version":"18.1.0",
30
+
"x-sdk-version":"18.2.0",
31
31
"x-appwrite-response-format":"1.9.5"
32
32
]
33
33
@@ -187,7 +187,7 @@ open class Client {
187
187
///
188
188
/// Set ImpersonateUserId
189
189
///
190
-
/// Impersonate a user by ID on an already user-authenticated request. Requires the current request to be authenticated as a user with impersonator capability; X-Appwrite-Key alone is not sufficient. Impersonator users are intentionally granted users.read so they can discover a target before impersonation begins. Internal audit logs still attribute actions to the original impersonator and record the impersonated target only in internal audit payload data.
190
+
/// Impersonate a user by ID
191
191
///
192
192
/// @param String value
193
193
///
@@ -202,7 +202,7 @@ open class Client {
202
202
///
203
203
/// Set ImpersonateUserEmail
204
204
///
205
-
/// Impersonate a user by email on an already user-authenticated request. Requires the current request to be authenticated as a user with impersonator capability; X-Appwrite-Key alone is not sufficient. Impersonator users are intentionally granted users.read so they can discover a target before impersonation begins. Internal audit logs still attribute actions to the original impersonator and record the impersonated target only in internal audit payload data.
205
+
/// Impersonate a user by email
206
206
///
207
207
/// @param String value
208
208
///
@@ -217,7 +217,7 @@ open class Client {
217
217
///
218
218
/// Set ImpersonateUserPhone
219
219
///
220
-
/// Impersonate a user by phone on an already user-authenticated request. Requires the current request to be authenticated as a user with impersonator capability; X-Appwrite-Key alone is not sufficient. Impersonator users are intentionally granted users.read so they can discover a target before impersonation begins. Internal audit logs still attribute actions to the original impersonator and record the impersonated target only in internal audit payload data.
220
+
/// Impersonate a user by phone
221
221
///
222
222
/// @param String value
223
223
///
@@ -374,7 +374,7 @@ open class Client {
374
374
}
375
375
376
376
///
377
-
/// Sends a "ping" request to Appwrite to verify connectivity.
0 commit comments