|
|
|
@@ -163,19 +163,19 @@ class Specs extends Action
|
|
|
|
|
'ImpersonateUserId' => [
|
|
|
|
|
'type' => 'apiKey',
|
|
|
|
|
'name' => 'X-Appwrite-Impersonate-User-Id',
|
|
|
|
|
'description' => 'Impersonate a user by ID. Requires the current user to have impersonator capability.',
|
|
|
|
|
'description' => '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.',
|
|
|
|
|
'in' => 'header',
|
|
|
|
|
],
|
|
|
|
|
'ImpersonateUserEmail' => [
|
|
|
|
|
'type' => 'apiKey',
|
|
|
|
|
'name' => 'X-Appwrite-Impersonate-User-Email',
|
|
|
|
|
'description' => 'Impersonate a user by email. Requires the current user to have impersonator capability.',
|
|
|
|
|
'description' => '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.',
|
|
|
|
|
'in' => 'header',
|
|
|
|
|
],
|
|
|
|
|
'ImpersonateUserPhone' => [
|
|
|
|
|
'type' => 'apiKey',
|
|
|
|
|
'name' => 'X-Appwrite-Impersonate-User-Phone',
|
|
|
|
|
'description' => 'Impersonate a user by phone. Requires the current user to have impersonator capability.',
|
|
|
|
|
'description' => '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.',
|
|
|
|
|
'in' => 'header',
|
|
|
|
|
],
|
|
|
|
|
],
|
|
|
|
@@ -219,19 +219,19 @@ class Specs extends Action
|
|
|
|
|
'ImpersonateUserId' => [
|
|
|
|
|
'type' => 'apiKey',
|
|
|
|
|
'name' => 'X-Appwrite-Impersonate-User-Id',
|
|
|
|
|
'description' => 'Impersonate a user by ID. Requires the current user to have impersonator capability.',
|
|
|
|
|
'description' => '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.',
|
|
|
|
|
'in' => 'header',
|
|
|
|
|
],
|
|
|
|
|
'ImpersonateUserEmail' => [
|
|
|
|
|
'type' => 'apiKey',
|
|
|
|
|
'name' => 'X-Appwrite-Impersonate-User-Email',
|
|
|
|
|
'description' => 'Impersonate a user by email. Requires the current user to have impersonator capability.',
|
|
|
|
|
'description' => '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.',
|
|
|
|
|
'in' => 'header',
|
|
|
|
|
],
|
|
|
|
|
'ImpersonateUserPhone' => [
|
|
|
|
|
'type' => 'apiKey',
|
|
|
|
|
'name' => 'X-Appwrite-Impersonate-User-Phone',
|
|
|
|
|
'description' => 'Impersonate a user by phone. Requires the current user to have impersonator capability.',
|
|
|
|
|
'description' => '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.',
|
|
|
|
|
'in' => 'header',
|
|
|
|
|
],
|
|
|
|
|
],
|
|
|
|
@@ -275,19 +275,19 @@ class Specs extends Action
|
|
|
|
|
'ImpersonateUserId' => [
|
|
|
|
|
'type' => 'apiKey',
|
|
|
|
|
'name' => 'X-Appwrite-Impersonate-User-Id',
|
|
|
|
|
'description' => 'Impersonate a user by ID. Requires the current user to have impersonator capability.',
|
|
|
|
|
'description' => '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.',
|
|
|
|
|
'in' => 'header',
|
|
|
|
|
],
|
|
|
|
|
'ImpersonateUserEmail' => [
|
|
|
|
|
'type' => 'apiKey',
|
|
|
|
|
'name' => 'X-Appwrite-Impersonate-User-Email',
|
|
|
|
|
'description' => 'Impersonate a user by email. Requires the current user to have impersonator capability.',
|
|
|
|
|
'description' => '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.',
|
|
|
|
|
'in' => 'header',
|
|
|
|
|
],
|
|
|
|
|
'ImpersonateUserPhone' => [
|
|
|
|
|
'type' => 'apiKey',
|
|
|
|
|
'name' => 'X-Appwrite-Impersonate-User-Phone',
|
|
|
|
|
'description' => 'Impersonate a user by phone. Requires the current user to have impersonator capability.',
|
|
|
|
|
'description' => '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.',
|
|
|
|
|
'in' => 'header',
|
|
|
|
|
],
|
|
|
|
|
],
|
|
|
|
|