mirror of
https://github.com/appwrite/appwrite
synced 2026-05-17 22:18:51 +00:00
Merge branch '1.8.x' into feat-add-execution-and-log-response-headers
This commit is contained in:
commit
463fbe7d82
14 changed files with 929 additions and 929 deletions
|
|
@ -383,7 +383,7 @@
|
|||
"weight": 30,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-j-w-t.md",
|
||||
"demo": "account\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-jwt.md",
|
||||
"rate-limit": 100,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -498,7 +498,7 @@
|
|||
"weight": 45,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-m-f-a.md",
|
||||
"demo": "account\/update-mfa.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/update-mfa.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -630,7 +630,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Add an authenticator app to be used as an MFA factor. Verify the authenticator using the [verify authenticator](\/docs\/references\/cloud\/client-web\/account#updateMfaAuthenticator) method.",
|
||||
"demo": "account\/create-m-f-a-authenticator.md"
|
||||
"demo": "account\/create-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -754,7 +754,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Verify an authenticator app after adding it using the [add authenticator](\/docs\/references\/cloud\/client-web\/account#createMfaAuthenticator) method.",
|
||||
"demo": "account\/update-m-f-a-authenticator.md"
|
||||
"demo": "account\/update-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -884,7 +884,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator for a user by ID.",
|
||||
"demo": "account\/delete-m-f-a-authenticator.md"
|
||||
"demo": "account\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1006,7 +1006,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Begin the process of MFA verification after sign-in. Finish the flow with [updateMfaChallenge](\/docs\/references\/cloud\/client-web\/account#updateMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-challenge.md"
|
||||
"demo": "account\/create-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1138,7 +1138,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/update-m-f-a-challenge.md"
|
||||
"demo": "account\/update-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1260,7 +1260,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "account\/list-m-f-a-factors.md"
|
||||
"demo": "account\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1357,7 +1357,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to read recovery codes.",
|
||||
"demo": "account\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1452,7 +1452,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes as backup for MFA flow. It's recommended to generate and show then immediately after user successfully adds their authehticator. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1547,7 +1547,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to regenreate recovery codes.",
|
||||
"demo": "account\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -2305,7 +2305,7 @@
|
|||
"weight": 27,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-magic-u-r-l-session.md",
|
||||
"demo": "account\/update-magic-url-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session.md",
|
||||
"rate-limit": 10,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -2372,7 +2372,7 @@
|
|||
"weight": 20,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2session.md",
|
||||
"demo": "account\/create-o-auth-2-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3184,7 +3184,7 @@
|
|||
"weight": 25,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-magic-u-r-l-token.md",
|
||||
"demo": "account\/create-magic-url-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-magic-url.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3264,7 +3264,7 @@
|
|||
"weight": 24,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2token.md",
|
||||
"demo": "account\/create-o-auth-2-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -4726,7 +4726,7 @@
|
|||
"weight": 65,
|
||||
"cookies": false,
|
||||
"type": "location",
|
||||
"demo": "avatars\/get-q-r.md",
|
||||
"demo": "avatars\/get-qr.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/avatars\/get-qr.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -6316,7 +6316,7 @@
|
|||
"weight": 73,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "locale\/list-countries-e-u.md",
|
||||
"demo": "locale\/list-countries-eu.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/locale\/list-countries-eu.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -7485,7 +7485,7 @@
|
|||
"weight": 420,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-rows.md",
|
||||
"demo": "tables-db\/list-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-rows.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -7570,7 +7570,7 @@
|
|||
"weight": 412,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-row.md",
|
||||
"demo": "tables-db\/create-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -7610,7 +7610,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-row.md"
|
||||
"demo": "tables-db\/create-row.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -7712,7 +7712,7 @@
|
|||
"weight": 413,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-row.md",
|
||||
"demo": "tables-db\/get-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-row.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -7807,7 +7807,7 @@
|
|||
"weight": 416,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-row.md",
|
||||
"demo": "tables-db\/upsert-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -7846,7 +7846,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update a Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/upsert-row.md"
|
||||
"demo": "tables-db\/upsert-row.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -7943,7 +7943,7 @@
|
|||
"weight": 414,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-row.md",
|
||||
"demo": "tables-db\/update-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -8042,7 +8042,7 @@
|
|||
"weight": 418,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-row.md",
|
||||
"demo": "tables-db\/delete-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-row.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -8126,7 +8126,7 @@
|
|||
"weight": 423,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/decrement-row-column.md",
|
||||
"demo": "tables-db\/decrement-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/decrement-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -8241,7 +8241,7 @@
|
|||
"weight": 422,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/increment-row-column.md",
|
||||
"demo": "tables-db\/increment-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/increment-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
|
|||
|
|
@ -418,7 +418,7 @@
|
|||
"weight": 30,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-j-w-t.md",
|
||||
"demo": "account\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-jwt.md",
|
||||
"rate-limit": 100,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -532,7 +532,7 @@
|
|||
"weight": 45,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-m-f-a.md",
|
||||
"demo": "account\/update-mfa.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/update-mfa.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -663,7 +663,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Add an authenticator app to be used as an MFA factor. Verify the authenticator using the [verify authenticator](\/docs\/references\/cloud\/client-web\/account#updateMfaAuthenticator) method.",
|
||||
"demo": "account\/create-m-f-a-authenticator.md"
|
||||
"demo": "account\/create-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -786,7 +786,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Verify an authenticator app after adding it using the [add authenticator](\/docs\/references\/cloud\/client-web\/account#createMfaAuthenticator) method.",
|
||||
"demo": "account\/update-m-f-a-authenticator.md"
|
||||
"demo": "account\/update-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -915,7 +915,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator for a user by ID.",
|
||||
"demo": "account\/delete-m-f-a-authenticator.md"
|
||||
"demo": "account\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1036,7 +1036,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Begin the process of MFA verification after sign-in. Finish the flow with [updateMfaChallenge](\/docs\/references\/cloud\/client-web\/account#updateMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-challenge.md"
|
||||
"demo": "account\/create-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1168,7 +1168,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/update-m-f-a-challenge.md"
|
||||
"demo": "account\/update-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1289,7 +1289,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "account\/list-m-f-a-factors.md"
|
||||
"demo": "account\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1385,7 +1385,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to read recovery codes.",
|
||||
"demo": "account\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1479,7 +1479,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes as backup for MFA flow. It's recommended to generate and show then immediately after user successfully adds their authehticator. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1573,7 +1573,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to regenreate recovery codes.",
|
||||
"demo": "account\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -2321,7 +2321,7 @@
|
|||
"weight": 27,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-magic-u-r-l-session.md",
|
||||
"demo": "account\/update-magic-url-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session.md",
|
||||
"rate-limit": 10,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -2388,7 +2388,7 @@
|
|||
"weight": 20,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2session.md",
|
||||
"demo": "account\/create-o-auth-2-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3193,7 +3193,7 @@
|
|||
"weight": 25,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-magic-u-r-l-token.md",
|
||||
"demo": "account\/create-magic-url-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-magic-url.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3273,7 +3273,7 @@
|
|||
"weight": 24,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2token.md",
|
||||
"demo": "account\/create-o-auth-2-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -4731,7 +4731,7 @@
|
|||
"weight": 65,
|
||||
"cookies": false,
|
||||
"type": "location",
|
||||
"demo": "avatars\/get-q-r.md",
|
||||
"demo": "avatars\/get-qr.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/avatars\/get-qr.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -5122,7 +5122,7 @@
|
|||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tablesDB.createDatabase"
|
||||
"replaceWith": "tablesDB.create"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
|
|
@ -5151,7 +5151,7 @@
|
|||
"demo": "databases\/create.md",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tablesDB.createDatabase"
|
||||
"replaceWith": "tablesDB.create"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -13750,7 +13750,7 @@
|
|||
"weight": 80,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "health\/get-d-b.md",
|
||||
"demo": "health\/get-db.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/health\/get-db.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -15046,7 +15046,7 @@
|
|||
"weight": 73,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "locale\/list-countries-e-u.md",
|
||||
"demo": "locale\/list-countries-eu.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/locale\/list-countries-eu.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -16048,7 +16048,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new SMS message.",
|
||||
"demo": "messaging\/create-s-m-s.md"
|
||||
"demo": "messaging\/create-sms.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16223,7 +16223,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update an SMS message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"demo": "messaging\/update-s-m-s.md"
|
||||
"demo": "messaging\/update-sms.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16746,7 +16746,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Apple Push Notification service provider.",
|
||||
"demo": "messaging\/create-a-p-n-s-provider.md"
|
||||
"demo": "messaging\/create-apns-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16919,7 +16919,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a Apple Push Notification service provider by its unique ID.",
|
||||
"demo": "messaging\/update-a-p-n-s-provider.md"
|
||||
"demo": "messaging\/update-apns-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -17089,7 +17089,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Firebase Cloud Messaging provider.",
|
||||
"demo": "messaging\/create-f-c-m-provider.md"
|
||||
"demo": "messaging\/create-fcm-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -17234,7 +17234,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a Firebase Cloud Messaging provider by its unique ID.",
|
||||
"demo": "messaging\/update-f-c-m-provider.md"
|
||||
"demo": "messaging\/update-fcm-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -17547,7 +17547,7 @@
|
|||
"weight": 274,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "messaging\/create-msg91provider.md",
|
||||
"demo": "messaging\/create-msg-91-provider.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/create-msg91-provider.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -17642,7 +17642,7 @@
|
|||
"weight": 287,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "messaging\/update-msg91provider.md",
|
||||
"demo": "messaging\/update-msg-91-provider.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/update-msg91-provider.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -18045,7 +18045,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new SMTP provider.",
|
||||
"demo": "messaging\/create-s-m-t-p-provider.md"
|
||||
"demo": "messaging\/create-smtp-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -18268,7 +18268,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a SMTP provider by its unique ID.",
|
||||
"demo": "messaging\/update-s-m-t-p-provider.md"
|
||||
"demo": "messaging\/update-smtp-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -22232,7 +22232,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update the status of a specific API type. Use this endpoint to enable or disable API types such as REST, GraphQL and Realtime.",
|
||||
"demo": "projects\/update-a-p-i-status.md"
|
||||
"demo": "projects\/update-api-status.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -22382,7 +22382,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update the status of all API types. Use this endpoint to enable or disable API types such as REST, GraphQL and Realtime all at once.",
|
||||
"demo": "projects\/update-a-p-i-status-all.md"
|
||||
"demo": "projects\/update-api-status-all.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -23736,7 +23736,7 @@
|
|||
"weight": 134,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "projects\/create-j-w-t.md",
|
||||
"demo": "projects\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/projects\/create-jwt.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24206,7 +24206,7 @@
|
|||
"weight": 111,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "projects\/update-o-auth2.md",
|
||||
"demo": "projects\/update-o-auth-2.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/projects\/update-oauth2.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25016,7 +25016,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update the SMTP configuration for your project. Use this endpoint to configure your project's SMTP provider with your custom settings for sending transactional emails. ",
|
||||
"demo": "projects\/update-s-m-t-p.md"
|
||||
"demo": "projects\/update-smtp.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -25212,7 +25212,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Send a test email to verify SMTP configuration. ",
|
||||
"demo": "projects\/create-s-m-t-p-test.md"
|
||||
"demo": "projects\/create-smtp-test.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26198,7 +26198,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get a custom SMS template for the specified locale and type returning it's contents.",
|
||||
"demo": "projects\/get-s-m-s-template.md"
|
||||
"demo": "projects\/get-sms-template.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26485,7 +26485,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a custom SMS template for the specified locale and type. Use this endpoint to modify the content of your SMS templates. ",
|
||||
"demo": "projects\/update-s-m-s-template.md"
|
||||
"demo": "projects\/update-sms-template.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26787,7 +26787,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Reset a custom SMS template to its default value. This endpoint removes any custom message and restores the template to its original state. ",
|
||||
"demo": "projects\/delete-s-m-s-template.md"
|
||||
"demo": "projects\/delete-sms-template.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -27574,7 +27574,7 @@
|
|||
"weight": 489,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "proxy\/create-a-p-i-rule.md",
|
||||
"demo": "proxy\/create-api-rule.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterCreate a new proxy rule for serving Appwrite's API on custom domain.",
|
||||
"rate-limit": 10,
|
||||
"rate-time": 60,
|
||||
|
|
@ -31996,7 +31996,7 @@
|
|||
"weight": 375,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list.md",
|
||||
"demo": "tables-db\/list.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32069,7 +32069,7 @@
|
|||
"weight": 371,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create.md",
|
||||
"demo": "tables-db\/create.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32148,7 +32148,7 @@
|
|||
"weight": 377,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-usage.md",
|
||||
"demo": "tables-db\/list-usage.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-usage.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32177,7 +32177,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List usage metrics and statistics for all databases in the project. You can view the total number of databases, tables, rows, and storage usage. The response includes both current totals and historical data over time. Use the optional range parameter to specify the time window for historical data: 24h (last 24 hours), 30d (last 30 days), or 90d (last 90 days). If not specified, range defaults to 30 days.",
|
||||
"demo": "tables-d-b\/list-usage.md"
|
||||
"demo": "tables-db\/list-usage.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -32242,7 +32242,7 @@
|
|||
"weight": 372,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get.md",
|
||||
"demo": "tables-db\/get.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32301,7 +32301,7 @@
|
|||
"weight": 373,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update.md",
|
||||
"demo": "tables-db\/update.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32377,7 +32377,7 @@
|
|||
"weight": 374,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete.md",
|
||||
"demo": "tables-db\/delete.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32438,7 +32438,7 @@
|
|||
"weight": 382,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-tables.md",
|
||||
"demo": "tables-db\/list-tables.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-tables.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32521,7 +32521,7 @@
|
|||
"weight": 378,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-table.md",
|
||||
"demo": "tables-db\/create-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32625,7 +32625,7 @@
|
|||
"weight": 379,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-table.md",
|
||||
"demo": "tables-db\/get-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32694,7 +32694,7 @@
|
|||
"weight": 380,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-table.md",
|
||||
"demo": "tables-db\/update-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32793,7 +32793,7 @@
|
|||
"weight": 381,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-table.md",
|
||||
"demo": "tables-db\/delete-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32864,7 +32864,7 @@
|
|||
"weight": 387,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-columns.md",
|
||||
"demo": "tables-db\/list-columns.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-columns.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32948,7 +32948,7 @@
|
|||
"weight": 388,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-boolean-column.md",
|
||||
"demo": "tables-db\/create-boolean-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-boolean-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33054,7 +33054,7 @@
|
|||
"weight": 389,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-boolean-column.md",
|
||||
"demo": "tables-db\/update-boolean-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-boolean-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33165,7 +33165,7 @@
|
|||
"weight": 390,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-datetime-column.md",
|
||||
"demo": "tables-db\/create-datetime-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-datetime-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33271,7 +33271,7 @@
|
|||
"weight": 391,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-datetime-column.md",
|
||||
"demo": "tables-db\/update-datetime-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-datetime-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33382,7 +33382,7 @@
|
|||
"weight": 392,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-email-column.md",
|
||||
"demo": "tables-db\/create-email-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-email-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33488,7 +33488,7 @@
|
|||
"weight": 393,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-email-column.md",
|
||||
"demo": "tables-db\/update-email-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-email-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33599,7 +33599,7 @@
|
|||
"weight": 394,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-enum-column.md",
|
||||
"demo": "tables-db\/create-enum-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-enum-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33714,7 +33714,7 @@
|
|||
"weight": 395,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-enum-column.md",
|
||||
"demo": "tables-db\/update-enum-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-enum-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33834,7 +33834,7 @@
|
|||
"weight": 396,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-float-column.md",
|
||||
"demo": "tables-db\/create-float-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-float-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33950,7 +33950,7 @@
|
|||
"weight": 397,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-float-column.md",
|
||||
"demo": "tables-db\/update-float-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-float-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34071,7 +34071,7 @@
|
|||
"weight": 398,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-integer-column.md",
|
||||
"demo": "tables-db\/create-integer-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-integer-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34187,7 +34187,7 @@
|
|||
"weight": 399,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-integer-column.md",
|
||||
"demo": "tables-db\/update-integer-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-integer-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34308,7 +34308,7 @@
|
|||
"weight": 400,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-ip-column.md",
|
||||
"demo": "tables-db\/create-ip-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-ip-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34414,7 +34414,7 @@
|
|||
"weight": 401,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-ip-column.md",
|
||||
"demo": "tables-db\/update-ip-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-ip-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34525,7 +34525,7 @@
|
|||
"weight": 402,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-relationship-column.md",
|
||||
"demo": "tables-db\/create-relationship-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-relationship-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34656,7 +34656,7 @@
|
|||
"weight": 404,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-string-column.md",
|
||||
"demo": "tables-db\/create-string-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-string-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34773,7 +34773,7 @@
|
|||
"weight": 405,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-string-column.md",
|
||||
"demo": "tables-db\/update-string-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-string-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34889,7 +34889,7 @@
|
|||
"weight": 406,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-url-column.md",
|
||||
"demo": "tables-db\/create-url-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-url-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34995,7 +34995,7 @@
|
|||
"weight": 407,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-url-column.md",
|
||||
"demo": "tables-db\/update-url-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-url-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35137,7 +35137,7 @@
|
|||
"weight": 385,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-column.md",
|
||||
"demo": "tables-db\/get-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35208,7 +35208,7 @@
|
|||
"weight": 386,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-column.md",
|
||||
"demo": "tables-db\/delete-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35288,7 +35288,7 @@
|
|||
"weight": 403,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-relationship-column.md",
|
||||
"demo": "tables-db\/update-relationship-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-relationship-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35396,7 +35396,7 @@
|
|||
"weight": 411,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-indexes.md",
|
||||
"demo": "tables-db\/list-indexes.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-indexes.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35478,7 +35478,7 @@
|
|||
"weight": 408,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-index.md",
|
||||
"demo": "tables-db\/create-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35606,7 +35606,7 @@
|
|||
"weight": 409,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-index.md",
|
||||
"demo": "tables-db\/get-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35677,7 +35677,7 @@
|
|||
"weight": 410,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-index.md",
|
||||
"demo": "tables-db\/delete-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35757,7 +35757,7 @@
|
|||
"weight": 383,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-table-logs.md",
|
||||
"demo": "tables-db\/list-table-logs.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-table-logs.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35840,7 +35840,7 @@
|
|||
"weight": 420,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-rows.md",
|
||||
"demo": "tables-db\/list-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-rows.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35925,7 +35925,7 @@
|
|||
"weight": 412,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-row.md",
|
||||
"demo": "tables-db\/create-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -35965,7 +35965,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-row.md"
|
||||
"demo": "tables-db\/create-row.md"
|
||||
},
|
||||
{
|
||||
"name": "createRows",
|
||||
|
|
@ -35991,7 +35991,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create new Rows. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-rows.md"
|
||||
"demo": "tables-db\/create-rows.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -36091,7 +36091,7 @@
|
|||
"weight": 417,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-rows.md",
|
||||
"demo": "tables-db\/upsert-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-rows.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36127,7 +36127,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update Rows. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.\n",
|
||||
"demo": "tables-d-b\/upsert-rows.md"
|
||||
"demo": "tables-db\/upsert-rows.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -36211,7 +36211,7 @@
|
|||
"weight": 415,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-rows.md",
|
||||
"demo": "tables-db\/update-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-rows.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36305,7 +36305,7 @@
|
|||
"weight": 419,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-rows.md",
|
||||
"demo": "tables-db\/delete-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-rows.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36396,7 +36396,7 @@
|
|||
"weight": 413,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-row.md",
|
||||
"demo": "tables-db\/get-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-row.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -36491,7 +36491,7 @@
|
|||
"weight": 416,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-row.md",
|
||||
"demo": "tables-db\/upsert-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36530,7 +36530,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update a Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/upsert-row.md"
|
||||
"demo": "tables-db\/upsert-row.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -36627,7 +36627,7 @@
|
|||
"weight": 414,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-row.md",
|
||||
"demo": "tables-db\/update-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36726,7 +36726,7 @@
|
|||
"weight": 418,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-row.md",
|
||||
"demo": "tables-db\/delete-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-row.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36810,7 +36810,7 @@
|
|||
"weight": 421,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-row-logs.md",
|
||||
"demo": "tables-db\/list-row-logs.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-row-logs.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -36903,7 +36903,7 @@
|
|||
"weight": 423,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/decrement-row-column.md",
|
||||
"demo": "tables-db\/decrement-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/decrement-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -37018,7 +37018,7 @@
|
|||
"weight": 422,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/increment-row-column.md",
|
||||
"demo": "tables-db\/increment-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/increment-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -37133,7 +37133,7 @@
|
|||
"weight": 384,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-table-usage.md",
|
||||
"demo": "tables-db\/get-table-usage.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-table-usage.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -37225,7 +37225,7 @@
|
|||
"weight": 376,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-usage.md",
|
||||
"demo": "tables-db\/get-usage.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-database-usage.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -37257,7 +37257,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get usage metrics and statistics for a database. You can view the total number of tables, rows, and storage usage. The response includes both current totals and historical data over time. Use the optional range parameter to specify the time window for historical data: 24h (last 24 hours), 30d (last 30 days), or 90d (last 90 days). If not specified, range defaults to 30 days.",
|
||||
"demo": "tables-d-b\/get-usage.md"
|
||||
"demo": "tables-db\/get-usage.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -38956,7 +38956,7 @@
|
|||
"weight": 188,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-argon2user.md",
|
||||
"demo": "users\/create-argon-2-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-argon2-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -39255,7 +39255,7 @@
|
|||
"weight": 187,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-m-d5user.md",
|
||||
"demo": "users\/create-md-5-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-md5-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -39340,7 +39340,7 @@
|
|||
"weight": 190,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-p-h-pass-user.md",
|
||||
"demo": "users\/create-ph-pass-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-phpass-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -39643,7 +39643,7 @@
|
|||
"weight": 189,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-s-h-a-user.md",
|
||||
"demo": "users\/create-sha-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-sha-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -40013,7 +40013,7 @@
|
|||
"weight": 226,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-j-w-t.md",
|
||||
"demo": "users\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-user-jwt.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -40402,7 +40402,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Enable or disable MFA on a user account.",
|
||||
"demo": "users\/update-m-f-a.md"
|
||||
"demo": "users\/update-mfa.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -40531,7 +40531,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator app.",
|
||||
"demo": "users\/delete-m-f-a-authenticator.md"
|
||||
"demo": "users\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -40661,7 +40661,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "users\/list-m-f-a-factors.md"
|
||||
"demo": "users\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -40776,7 +40776,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow by User ID. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method.",
|
||||
"demo": "users\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -40889,7 +40889,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow by User ID. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method.",
|
||||
"demo": "users\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -41002,7 +41002,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes used as backup for MFA flow for User ID. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method by client SDK.",
|
||||
"demo": "users\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
|
|||
|
|
@ -387,7 +387,7 @@
|
|||
"weight": 30,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-j-w-t.md",
|
||||
"demo": "account\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-jwt.md",
|
||||
"rate-limit": 100,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -503,7 +503,7 @@
|
|||
"weight": 45,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-m-f-a.md",
|
||||
"demo": "account\/update-mfa.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/update-mfa.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -638,7 +638,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Add an authenticator app to be used as an MFA factor. Verify the authenticator using the [verify authenticator](\/docs\/references\/cloud\/client-web\/account#updateMfaAuthenticator) method.",
|
||||
"demo": "account\/create-m-f-a-authenticator.md"
|
||||
"demo": "account\/create-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -765,7 +765,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Verify an authenticator app after adding it using the [add authenticator](\/docs\/references\/cloud\/client-web\/account#createMfaAuthenticator) method.",
|
||||
"demo": "account\/update-m-f-a-authenticator.md"
|
||||
"demo": "account\/update-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -898,7 +898,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator for a user by ID.",
|
||||
"demo": "account\/delete-m-f-a-authenticator.md"
|
||||
"demo": "account\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1021,7 +1021,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Begin the process of MFA verification after sign-in. Finish the flow with [updateMfaChallenge](\/docs\/references\/cloud\/client-web\/account#updateMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-challenge.md"
|
||||
"demo": "account\/create-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1155,7 +1155,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/update-m-f-a-challenge.md"
|
||||
"demo": "account\/update-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1280,7 +1280,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "account\/list-m-f-a-factors.md"
|
||||
"demo": "account\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1380,7 +1380,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to read recovery codes.",
|
||||
"demo": "account\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1478,7 +1478,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes as backup for MFA flow. It's recommended to generate and show then immediately after user successfully adds their authehticator. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1576,7 +1576,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to regenreate recovery codes.",
|
||||
"demo": "account\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -2344,7 +2344,7 @@
|
|||
"weight": 27,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-magic-u-r-l-session.md",
|
||||
"demo": "account\/update-magic-url-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session.md",
|
||||
"rate-limit": 10,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -2881,7 +2881,7 @@
|
|||
"weight": 25,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-magic-u-r-l-token.md",
|
||||
"demo": "account\/create-magic-url-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-magic-url.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -2961,7 +2961,7 @@
|
|||
"weight": 24,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2token.md",
|
||||
"demo": "account\/create-o-auth-2-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -4439,7 +4439,7 @@
|
|||
"weight": 65,
|
||||
"cookies": false,
|
||||
"type": "location",
|
||||
"demo": "avatars\/get-q-r.md",
|
||||
"demo": "avatars\/get-qr.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/avatars\/get-qr.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -4658,7 +4658,7 @@
|
|||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tablesDB.createDatabase"
|
||||
"replaceWith": "tablesDB.create"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
|
|
@ -4688,7 +4688,7 @@
|
|||
"demo": "databases\/create.md",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tablesDB.createDatabase"
|
||||
"replaceWith": "tablesDB.create"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -12469,7 +12469,7 @@
|
|||
"weight": 80,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "health\/get-d-b.md",
|
||||
"demo": "health\/get-db.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/health\/get-db.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -13791,7 +13791,7 @@
|
|||
"weight": 73,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "locale\/list-countries-e-u.md",
|
||||
"demo": "locale\/list-countries-eu.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/locale\/list-countries-eu.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -14808,7 +14808,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new SMS message.",
|
||||
"demo": "messaging\/create-s-m-s.md"
|
||||
"demo": "messaging\/create-sms.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -14986,7 +14986,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update an SMS message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"demo": "messaging\/update-s-m-s.md"
|
||||
"demo": "messaging\/update-sms.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -15517,7 +15517,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Apple Push Notification service provider.",
|
||||
"demo": "messaging\/create-a-p-n-s-provider.md"
|
||||
"demo": "messaging\/create-apns-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -15693,7 +15693,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a Apple Push Notification service provider by its unique ID.",
|
||||
"demo": "messaging\/update-a-p-n-s-provider.md"
|
||||
"demo": "messaging\/update-apns-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -15866,7 +15866,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Firebase Cloud Messaging provider.",
|
||||
"demo": "messaging\/create-f-c-m-provider.md"
|
||||
"demo": "messaging\/create-fcm-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16014,7 +16014,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a Firebase Cloud Messaging provider by its unique ID.",
|
||||
"demo": "messaging\/update-f-c-m-provider.md"
|
||||
"demo": "messaging\/update-fcm-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16330,7 +16330,7 @@
|
|||
"weight": 274,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "messaging\/create-msg91provider.md",
|
||||
"demo": "messaging\/create-msg-91-provider.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/create-msg91-provider.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -16426,7 +16426,7 @@
|
|||
"weight": 287,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "messaging\/update-msg91provider.md",
|
||||
"demo": "messaging\/update-msg-91-provider.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/update-msg91-provider.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -16834,7 +16834,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new SMTP provider.",
|
||||
"demo": "messaging\/create-s-m-t-p-provider.md"
|
||||
"demo": "messaging\/create-smtp-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -17060,7 +17060,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a SMTP provider by its unique ID.",
|
||||
"demo": "messaging\/update-s-m-t-p-provider.md"
|
||||
"demo": "messaging\/update-smtp-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -22495,7 +22495,7 @@
|
|||
"weight": 375,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list.md",
|
||||
"demo": "tables-db\/list.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -22569,7 +22569,7 @@
|
|||
"weight": 371,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create.md",
|
||||
"demo": "tables-db\/create.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -22649,7 +22649,7 @@
|
|||
"weight": 372,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get.md",
|
||||
"demo": "tables-db\/get.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -22709,7 +22709,7 @@
|
|||
"weight": 373,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update.md",
|
||||
"demo": "tables-db\/update.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -22786,7 +22786,7 @@
|
|||
"weight": 374,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete.md",
|
||||
"demo": "tables-db\/delete.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -22848,7 +22848,7 @@
|
|||
"weight": 382,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-tables.md",
|
||||
"demo": "tables-db\/list-tables.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-tables.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -22932,7 +22932,7 @@
|
|||
"weight": 378,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-table.md",
|
||||
"demo": "tables-db\/create-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23037,7 +23037,7 @@
|
|||
"weight": 379,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-table.md",
|
||||
"demo": "tables-db\/get-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23107,7 +23107,7 @@
|
|||
"weight": 380,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-table.md",
|
||||
"demo": "tables-db\/update-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23207,7 +23207,7 @@
|
|||
"weight": 381,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-table.md",
|
||||
"demo": "tables-db\/delete-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23279,7 +23279,7 @@
|
|||
"weight": 387,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-columns.md",
|
||||
"demo": "tables-db\/list-columns.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-columns.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23364,7 +23364,7 @@
|
|||
"weight": 388,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-boolean-column.md",
|
||||
"demo": "tables-db\/create-boolean-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-boolean-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23471,7 +23471,7 @@
|
|||
"weight": 389,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-boolean-column.md",
|
||||
"demo": "tables-db\/update-boolean-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-boolean-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23583,7 +23583,7 @@
|
|||
"weight": 390,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-datetime-column.md",
|
||||
"demo": "tables-db\/create-datetime-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-datetime-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23690,7 +23690,7 @@
|
|||
"weight": 391,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-datetime-column.md",
|
||||
"demo": "tables-db\/update-datetime-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-datetime-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23802,7 +23802,7 @@
|
|||
"weight": 392,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-email-column.md",
|
||||
"demo": "tables-db\/create-email-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-email-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23909,7 +23909,7 @@
|
|||
"weight": 393,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-email-column.md",
|
||||
"demo": "tables-db\/update-email-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-email-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24021,7 +24021,7 @@
|
|||
"weight": 394,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-enum-column.md",
|
||||
"demo": "tables-db\/create-enum-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-enum-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24137,7 +24137,7 @@
|
|||
"weight": 395,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-enum-column.md",
|
||||
"demo": "tables-db\/update-enum-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-enum-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24258,7 +24258,7 @@
|
|||
"weight": 396,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-float-column.md",
|
||||
"demo": "tables-db\/create-float-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-float-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24375,7 +24375,7 @@
|
|||
"weight": 397,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-float-column.md",
|
||||
"demo": "tables-db\/update-float-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-float-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24497,7 +24497,7 @@
|
|||
"weight": 398,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-integer-column.md",
|
||||
"demo": "tables-db\/create-integer-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-integer-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24614,7 +24614,7 @@
|
|||
"weight": 399,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-integer-column.md",
|
||||
"demo": "tables-db\/update-integer-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-integer-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24736,7 +24736,7 @@
|
|||
"weight": 400,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-ip-column.md",
|
||||
"demo": "tables-db\/create-ip-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-ip-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24843,7 +24843,7 @@
|
|||
"weight": 401,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-ip-column.md",
|
||||
"demo": "tables-db\/update-ip-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-ip-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24955,7 +24955,7 @@
|
|||
"weight": 402,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-relationship-column.md",
|
||||
"demo": "tables-db\/create-relationship-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-relationship-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25087,7 +25087,7 @@
|
|||
"weight": 404,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-string-column.md",
|
||||
"demo": "tables-db\/create-string-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-string-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25205,7 +25205,7 @@
|
|||
"weight": 405,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-string-column.md",
|
||||
"demo": "tables-db\/update-string-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-string-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25322,7 +25322,7 @@
|
|||
"weight": 406,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-url-column.md",
|
||||
"demo": "tables-db\/create-url-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-url-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25429,7 +25429,7 @@
|
|||
"weight": 407,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-url-column.md",
|
||||
"demo": "tables-db\/update-url-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-url-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25572,7 +25572,7 @@
|
|||
"weight": 385,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-column.md",
|
||||
"demo": "tables-db\/get-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25644,7 +25644,7 @@
|
|||
"weight": 386,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-column.md",
|
||||
"demo": "tables-db\/delete-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25725,7 +25725,7 @@
|
|||
"weight": 403,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-relationship-column.md",
|
||||
"demo": "tables-db\/update-relationship-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-relationship-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25834,7 +25834,7 @@
|
|||
"weight": 411,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-indexes.md",
|
||||
"demo": "tables-db\/list-indexes.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-indexes.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25917,7 +25917,7 @@
|
|||
"weight": 408,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-index.md",
|
||||
"demo": "tables-db\/create-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26046,7 +26046,7 @@
|
|||
"weight": 409,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-index.md",
|
||||
"demo": "tables-db\/get-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26118,7 +26118,7 @@
|
|||
"weight": 410,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-index.md",
|
||||
"demo": "tables-db\/delete-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26199,7 +26199,7 @@
|
|||
"weight": 420,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-rows.md",
|
||||
"demo": "tables-db\/list-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-rows.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26286,7 +26286,7 @@
|
|||
"weight": 412,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-row.md",
|
||||
"demo": "tables-db\/create-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -26327,7 +26327,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-row.md"
|
||||
"demo": "tables-db\/create-row.md"
|
||||
},
|
||||
{
|
||||
"name": "createRows",
|
||||
|
|
@ -26354,7 +26354,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create new Rows. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-rows.md"
|
||||
"demo": "tables-db\/create-rows.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26456,7 +26456,7 @@
|
|||
"weight": 417,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-rows.md",
|
||||
"demo": "tables-db\/upsert-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-rows.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -26493,7 +26493,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update Rows. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.\n",
|
||||
"demo": "tables-d-b\/upsert-rows.md"
|
||||
"demo": "tables-db\/upsert-rows.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26578,7 +26578,7 @@
|
|||
"weight": 415,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-rows.md",
|
||||
"demo": "tables-db\/update-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-rows.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -26673,7 +26673,7 @@
|
|||
"weight": 419,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-rows.md",
|
||||
"demo": "tables-db\/delete-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-rows.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -26765,7 +26765,7 @@
|
|||
"weight": 413,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-row.md",
|
||||
"demo": "tables-db\/get-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-row.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26862,7 +26862,7 @@
|
|||
"weight": 416,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-row.md",
|
||||
"demo": "tables-db\/upsert-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -26902,7 +26902,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update a Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/upsert-row.md"
|
||||
"demo": "tables-db\/upsert-row.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -27001,7 +27001,7 @@
|
|||
"weight": 414,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-row.md",
|
||||
"demo": "tables-db\/update-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -27102,7 +27102,7 @@
|
|||
"weight": 418,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-row.md",
|
||||
"demo": "tables-db\/delete-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-row.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -27188,7 +27188,7 @@
|
|||
"weight": 423,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/decrement-row-column.md",
|
||||
"demo": "tables-db\/decrement-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/decrement-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -27305,7 +27305,7 @@
|
|||
"weight": 422,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/increment-row-column.md",
|
||||
"demo": "tables-db\/increment-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/increment-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -29006,7 +29006,7 @@
|
|||
"weight": 188,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-argon2user.md",
|
||||
"demo": "users\/create-argon-2-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-argon2-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -29309,7 +29309,7 @@
|
|||
"weight": 187,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-m-d5user.md",
|
||||
"demo": "users\/create-md-5-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-md5-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -29395,7 +29395,7 @@
|
|||
"weight": 190,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-p-h-pass-user.md",
|
||||
"demo": "users\/create-ph-pass-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-phpass-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -29701,7 +29701,7 @@
|
|||
"weight": 189,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-s-h-a-user.md",
|
||||
"demo": "users\/create-sha-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-sha-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -30003,7 +30003,7 @@
|
|||
"weight": 226,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-j-w-t.md",
|
||||
"demo": "users\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-user-jwt.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -30398,7 +30398,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Enable or disable MFA on a user account.",
|
||||
"demo": "users\/update-m-f-a.md"
|
||||
"demo": "users\/update-mfa.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -30530,7 +30530,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator app.",
|
||||
"demo": "users\/delete-m-f-a-authenticator.md"
|
||||
"demo": "users\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -30663,7 +30663,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "users\/list-m-f-a-factors.md"
|
||||
"demo": "users\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -30781,7 +30781,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow by User ID. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method.",
|
||||
"demo": "users\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -30897,7 +30897,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow by User ID. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method.",
|
||||
"demo": "users\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -31013,7 +31013,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes used as backup for MFA flow for User ID. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method by client SDK.",
|
||||
"demo": "users\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
|
|||
|
|
@ -383,7 +383,7 @@
|
|||
"weight": 30,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-j-w-t.md",
|
||||
"demo": "account\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-jwt.md",
|
||||
"rate-limit": 100,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -498,7 +498,7 @@
|
|||
"weight": 45,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-m-f-a.md",
|
||||
"demo": "account\/update-mfa.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/update-mfa.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -630,7 +630,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Add an authenticator app to be used as an MFA factor. Verify the authenticator using the [verify authenticator](\/docs\/references\/cloud\/client-web\/account#updateMfaAuthenticator) method.",
|
||||
"demo": "account\/create-m-f-a-authenticator.md"
|
||||
"demo": "account\/create-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -754,7 +754,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Verify an authenticator app after adding it using the [add authenticator](\/docs\/references\/cloud\/client-web\/account#createMfaAuthenticator) method.",
|
||||
"demo": "account\/update-m-f-a-authenticator.md"
|
||||
"demo": "account\/update-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -884,7 +884,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator for a user by ID.",
|
||||
"demo": "account\/delete-m-f-a-authenticator.md"
|
||||
"demo": "account\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1006,7 +1006,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Begin the process of MFA verification after sign-in. Finish the flow with [updateMfaChallenge](\/docs\/references\/cloud\/client-web\/account#updateMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-challenge.md"
|
||||
"demo": "account\/create-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1138,7 +1138,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/update-m-f-a-challenge.md"
|
||||
"demo": "account\/update-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1260,7 +1260,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "account\/list-m-f-a-factors.md"
|
||||
"demo": "account\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1357,7 +1357,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to read recovery codes.",
|
||||
"demo": "account\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1452,7 +1452,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes as backup for MFA flow. It's recommended to generate and show then immediately after user successfully adds their authehticator. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1547,7 +1547,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to regenreate recovery codes.",
|
||||
"demo": "account\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -2305,7 +2305,7 @@
|
|||
"weight": 27,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-magic-u-r-l-session.md",
|
||||
"demo": "account\/update-magic-url-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session.md",
|
||||
"rate-limit": 10,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -2372,7 +2372,7 @@
|
|||
"weight": 20,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2session.md",
|
||||
"demo": "account\/create-o-auth-2-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3184,7 +3184,7 @@
|
|||
"weight": 25,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-magic-u-r-l-token.md",
|
||||
"demo": "account\/create-magic-url-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-magic-url.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3264,7 +3264,7 @@
|
|||
"weight": 24,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2token.md",
|
||||
"demo": "account\/create-o-auth-2-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -4726,7 +4726,7 @@
|
|||
"weight": 65,
|
||||
"cookies": false,
|
||||
"type": "location",
|
||||
"demo": "avatars\/get-q-r.md",
|
||||
"demo": "avatars\/get-qr.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/avatars\/get-qr.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -6316,7 +6316,7 @@
|
|||
"weight": 73,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "locale\/list-countries-e-u.md",
|
||||
"demo": "locale\/list-countries-eu.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/locale\/list-countries-eu.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -7485,7 +7485,7 @@
|
|||
"weight": 420,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-rows.md",
|
||||
"demo": "tables-db\/list-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-rows.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -7570,7 +7570,7 @@
|
|||
"weight": 412,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-row.md",
|
||||
"demo": "tables-db\/create-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -7610,7 +7610,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-row.md"
|
||||
"demo": "tables-db\/create-row.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -7712,7 +7712,7 @@
|
|||
"weight": 413,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-row.md",
|
||||
"demo": "tables-db\/get-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-row.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -7807,7 +7807,7 @@
|
|||
"weight": 416,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-row.md",
|
||||
"demo": "tables-db\/upsert-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -7846,7 +7846,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update a Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/upsert-row.md"
|
||||
"demo": "tables-db\/upsert-row.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -7943,7 +7943,7 @@
|
|||
"weight": 414,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-row.md",
|
||||
"demo": "tables-db\/update-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -8042,7 +8042,7 @@
|
|||
"weight": 418,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-row.md",
|
||||
"demo": "tables-db\/delete-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-row.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -8126,7 +8126,7 @@
|
|||
"weight": 423,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/decrement-row-column.md",
|
||||
"demo": "tables-db\/decrement-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/decrement-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -8241,7 +8241,7 @@
|
|||
"weight": 422,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/increment-row-column.md",
|
||||
"demo": "tables-db\/increment-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/increment-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
|
|||
|
|
@ -418,7 +418,7 @@
|
|||
"weight": 30,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-j-w-t.md",
|
||||
"demo": "account\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-jwt.md",
|
||||
"rate-limit": 100,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -532,7 +532,7 @@
|
|||
"weight": 45,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-m-f-a.md",
|
||||
"demo": "account\/update-mfa.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/update-mfa.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -663,7 +663,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Add an authenticator app to be used as an MFA factor. Verify the authenticator using the [verify authenticator](\/docs\/references\/cloud\/client-web\/account#updateMfaAuthenticator) method.",
|
||||
"demo": "account\/create-m-f-a-authenticator.md"
|
||||
"demo": "account\/create-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -786,7 +786,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Verify an authenticator app after adding it using the [add authenticator](\/docs\/references\/cloud\/client-web\/account#createMfaAuthenticator) method.",
|
||||
"demo": "account\/update-m-f-a-authenticator.md"
|
||||
"demo": "account\/update-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -915,7 +915,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator for a user by ID.",
|
||||
"demo": "account\/delete-m-f-a-authenticator.md"
|
||||
"demo": "account\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1036,7 +1036,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Begin the process of MFA verification after sign-in. Finish the flow with [updateMfaChallenge](\/docs\/references\/cloud\/client-web\/account#updateMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-challenge.md"
|
||||
"demo": "account\/create-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1168,7 +1168,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/update-m-f-a-challenge.md"
|
||||
"demo": "account\/update-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1289,7 +1289,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "account\/list-m-f-a-factors.md"
|
||||
"demo": "account\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1385,7 +1385,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to read recovery codes.",
|
||||
"demo": "account\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1479,7 +1479,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes as backup for MFA flow. It's recommended to generate and show then immediately after user successfully adds their authehticator. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1573,7 +1573,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to regenreate recovery codes.",
|
||||
"demo": "account\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -2321,7 +2321,7 @@
|
|||
"weight": 27,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-magic-u-r-l-session.md",
|
||||
"demo": "account\/update-magic-url-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session.md",
|
||||
"rate-limit": 10,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -2388,7 +2388,7 @@
|
|||
"weight": 20,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2session.md",
|
||||
"demo": "account\/create-o-auth-2-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3193,7 +3193,7 @@
|
|||
"weight": 25,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-magic-u-r-l-token.md",
|
||||
"demo": "account\/create-magic-url-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-magic-url.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3273,7 +3273,7 @@
|
|||
"weight": 24,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2token.md",
|
||||
"demo": "account\/create-o-auth-2-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -4731,7 +4731,7 @@
|
|||
"weight": 65,
|
||||
"cookies": false,
|
||||
"type": "location",
|
||||
"demo": "avatars\/get-q-r.md",
|
||||
"demo": "avatars\/get-qr.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/avatars\/get-qr.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -5122,7 +5122,7 @@
|
|||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tablesDB.createDatabase"
|
||||
"replaceWith": "tablesDB.create"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
|
|
@ -5151,7 +5151,7 @@
|
|||
"demo": "databases\/create.md",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tablesDB.createDatabase"
|
||||
"replaceWith": "tablesDB.create"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -13750,7 +13750,7 @@
|
|||
"weight": 80,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "health\/get-d-b.md",
|
||||
"demo": "health\/get-db.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/health\/get-db.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -15046,7 +15046,7 @@
|
|||
"weight": 73,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "locale\/list-countries-e-u.md",
|
||||
"demo": "locale\/list-countries-eu.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/locale\/list-countries-eu.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -16048,7 +16048,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new SMS message.",
|
||||
"demo": "messaging\/create-s-m-s.md"
|
||||
"demo": "messaging\/create-sms.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16223,7 +16223,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update an SMS message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"demo": "messaging\/update-s-m-s.md"
|
||||
"demo": "messaging\/update-sms.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16746,7 +16746,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Apple Push Notification service provider.",
|
||||
"demo": "messaging\/create-a-p-n-s-provider.md"
|
||||
"demo": "messaging\/create-apns-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16919,7 +16919,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a Apple Push Notification service provider by its unique ID.",
|
||||
"demo": "messaging\/update-a-p-n-s-provider.md"
|
||||
"demo": "messaging\/update-apns-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -17089,7 +17089,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Firebase Cloud Messaging provider.",
|
||||
"demo": "messaging\/create-f-c-m-provider.md"
|
||||
"demo": "messaging\/create-fcm-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -17234,7 +17234,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a Firebase Cloud Messaging provider by its unique ID.",
|
||||
"demo": "messaging\/update-f-c-m-provider.md"
|
||||
"demo": "messaging\/update-fcm-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -17547,7 +17547,7 @@
|
|||
"weight": 274,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "messaging\/create-msg91provider.md",
|
||||
"demo": "messaging\/create-msg-91-provider.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/create-msg91-provider.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -17642,7 +17642,7 @@
|
|||
"weight": 287,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "messaging\/update-msg91provider.md",
|
||||
"demo": "messaging\/update-msg-91-provider.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/update-msg91-provider.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -18045,7 +18045,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new SMTP provider.",
|
||||
"demo": "messaging\/create-s-m-t-p-provider.md"
|
||||
"demo": "messaging\/create-smtp-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -18268,7 +18268,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a SMTP provider by its unique ID.",
|
||||
"demo": "messaging\/update-s-m-t-p-provider.md"
|
||||
"demo": "messaging\/update-smtp-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -22232,7 +22232,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update the status of a specific API type. Use this endpoint to enable or disable API types such as REST, GraphQL and Realtime.",
|
||||
"demo": "projects\/update-a-p-i-status.md"
|
||||
"demo": "projects\/update-api-status.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -22382,7 +22382,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update the status of all API types. Use this endpoint to enable or disable API types such as REST, GraphQL and Realtime all at once.",
|
||||
"demo": "projects\/update-a-p-i-status-all.md"
|
||||
"demo": "projects\/update-api-status-all.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -23736,7 +23736,7 @@
|
|||
"weight": 134,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "projects\/create-j-w-t.md",
|
||||
"demo": "projects\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/projects\/create-jwt.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24206,7 +24206,7 @@
|
|||
"weight": 111,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "projects\/update-o-auth2.md",
|
||||
"demo": "projects\/update-o-auth-2.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/projects\/update-oauth2.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25016,7 +25016,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update the SMTP configuration for your project. Use this endpoint to configure your project's SMTP provider with your custom settings for sending transactional emails. ",
|
||||
"demo": "projects\/update-s-m-t-p.md"
|
||||
"demo": "projects\/update-smtp.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -25212,7 +25212,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Send a test email to verify SMTP configuration. ",
|
||||
"demo": "projects\/create-s-m-t-p-test.md"
|
||||
"demo": "projects\/create-smtp-test.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26198,7 +26198,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get a custom SMS template for the specified locale and type returning it's contents.",
|
||||
"demo": "projects\/get-s-m-s-template.md"
|
||||
"demo": "projects\/get-sms-template.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26485,7 +26485,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a custom SMS template for the specified locale and type. Use this endpoint to modify the content of your SMS templates. ",
|
||||
"demo": "projects\/update-s-m-s-template.md"
|
||||
"demo": "projects\/update-sms-template.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26787,7 +26787,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Reset a custom SMS template to its default value. This endpoint removes any custom message and restores the template to its original state. ",
|
||||
"demo": "projects\/delete-s-m-s-template.md"
|
||||
"demo": "projects\/delete-sms-template.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -27574,7 +27574,7 @@
|
|||
"weight": 489,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "proxy\/create-a-p-i-rule.md",
|
||||
"demo": "proxy\/create-api-rule.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterCreate a new proxy rule for serving Appwrite's API on custom domain.",
|
||||
"rate-limit": 10,
|
||||
"rate-time": 60,
|
||||
|
|
@ -31996,7 +31996,7 @@
|
|||
"weight": 375,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list.md",
|
||||
"demo": "tables-db\/list.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32069,7 +32069,7 @@
|
|||
"weight": 371,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create.md",
|
||||
"demo": "tables-db\/create.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32148,7 +32148,7 @@
|
|||
"weight": 377,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-usage.md",
|
||||
"demo": "tables-db\/list-usage.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-usage.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32177,7 +32177,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List usage metrics and statistics for all databases in the project. You can view the total number of databases, tables, rows, and storage usage. The response includes both current totals and historical data over time. Use the optional range parameter to specify the time window for historical data: 24h (last 24 hours), 30d (last 30 days), or 90d (last 90 days). If not specified, range defaults to 30 days.",
|
||||
"demo": "tables-d-b\/list-usage.md"
|
||||
"demo": "tables-db\/list-usage.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -32242,7 +32242,7 @@
|
|||
"weight": 372,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get.md",
|
||||
"demo": "tables-db\/get.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32301,7 +32301,7 @@
|
|||
"weight": 373,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update.md",
|
||||
"demo": "tables-db\/update.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32377,7 +32377,7 @@
|
|||
"weight": 374,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete.md",
|
||||
"demo": "tables-db\/delete.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32438,7 +32438,7 @@
|
|||
"weight": 382,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-tables.md",
|
||||
"demo": "tables-db\/list-tables.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-tables.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32521,7 +32521,7 @@
|
|||
"weight": 378,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-table.md",
|
||||
"demo": "tables-db\/create-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32625,7 +32625,7 @@
|
|||
"weight": 379,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-table.md",
|
||||
"demo": "tables-db\/get-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32694,7 +32694,7 @@
|
|||
"weight": 380,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-table.md",
|
||||
"demo": "tables-db\/update-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32793,7 +32793,7 @@
|
|||
"weight": 381,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-table.md",
|
||||
"demo": "tables-db\/delete-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32864,7 +32864,7 @@
|
|||
"weight": 387,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-columns.md",
|
||||
"demo": "tables-db\/list-columns.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-columns.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32948,7 +32948,7 @@
|
|||
"weight": 388,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-boolean-column.md",
|
||||
"demo": "tables-db\/create-boolean-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-boolean-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33054,7 +33054,7 @@
|
|||
"weight": 389,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-boolean-column.md",
|
||||
"demo": "tables-db\/update-boolean-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-boolean-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33165,7 +33165,7 @@
|
|||
"weight": 390,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-datetime-column.md",
|
||||
"demo": "tables-db\/create-datetime-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-datetime-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33271,7 +33271,7 @@
|
|||
"weight": 391,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-datetime-column.md",
|
||||
"demo": "tables-db\/update-datetime-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-datetime-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33382,7 +33382,7 @@
|
|||
"weight": 392,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-email-column.md",
|
||||
"demo": "tables-db\/create-email-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-email-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33488,7 +33488,7 @@
|
|||
"weight": 393,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-email-column.md",
|
||||
"demo": "tables-db\/update-email-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-email-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33599,7 +33599,7 @@
|
|||
"weight": 394,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-enum-column.md",
|
||||
"demo": "tables-db\/create-enum-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-enum-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33714,7 +33714,7 @@
|
|||
"weight": 395,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-enum-column.md",
|
||||
"demo": "tables-db\/update-enum-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-enum-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33834,7 +33834,7 @@
|
|||
"weight": 396,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-float-column.md",
|
||||
"demo": "tables-db\/create-float-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-float-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33950,7 +33950,7 @@
|
|||
"weight": 397,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-float-column.md",
|
||||
"demo": "tables-db\/update-float-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-float-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34071,7 +34071,7 @@
|
|||
"weight": 398,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-integer-column.md",
|
||||
"demo": "tables-db\/create-integer-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-integer-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34187,7 +34187,7 @@
|
|||
"weight": 399,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-integer-column.md",
|
||||
"demo": "tables-db\/update-integer-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-integer-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34308,7 +34308,7 @@
|
|||
"weight": 400,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-ip-column.md",
|
||||
"demo": "tables-db\/create-ip-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-ip-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34414,7 +34414,7 @@
|
|||
"weight": 401,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-ip-column.md",
|
||||
"demo": "tables-db\/update-ip-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-ip-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34525,7 +34525,7 @@
|
|||
"weight": 402,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-relationship-column.md",
|
||||
"demo": "tables-db\/create-relationship-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-relationship-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34656,7 +34656,7 @@
|
|||
"weight": 404,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-string-column.md",
|
||||
"demo": "tables-db\/create-string-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-string-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34773,7 +34773,7 @@
|
|||
"weight": 405,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-string-column.md",
|
||||
"demo": "tables-db\/update-string-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-string-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34889,7 +34889,7 @@
|
|||
"weight": 406,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-url-column.md",
|
||||
"demo": "tables-db\/create-url-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-url-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34995,7 +34995,7 @@
|
|||
"weight": 407,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-url-column.md",
|
||||
"demo": "tables-db\/update-url-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-url-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35137,7 +35137,7 @@
|
|||
"weight": 385,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-column.md",
|
||||
"demo": "tables-db\/get-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35208,7 +35208,7 @@
|
|||
"weight": 386,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-column.md",
|
||||
"demo": "tables-db\/delete-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35288,7 +35288,7 @@
|
|||
"weight": 403,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-relationship-column.md",
|
||||
"demo": "tables-db\/update-relationship-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-relationship-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35396,7 +35396,7 @@
|
|||
"weight": 411,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-indexes.md",
|
||||
"demo": "tables-db\/list-indexes.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-indexes.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35478,7 +35478,7 @@
|
|||
"weight": 408,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-index.md",
|
||||
"demo": "tables-db\/create-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35606,7 +35606,7 @@
|
|||
"weight": 409,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-index.md",
|
||||
"demo": "tables-db\/get-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35677,7 +35677,7 @@
|
|||
"weight": 410,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-index.md",
|
||||
"demo": "tables-db\/delete-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35757,7 +35757,7 @@
|
|||
"weight": 383,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-table-logs.md",
|
||||
"demo": "tables-db\/list-table-logs.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-table-logs.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35840,7 +35840,7 @@
|
|||
"weight": 420,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-rows.md",
|
||||
"demo": "tables-db\/list-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-rows.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35925,7 +35925,7 @@
|
|||
"weight": 412,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-row.md",
|
||||
"demo": "tables-db\/create-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -35965,7 +35965,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-row.md"
|
||||
"demo": "tables-db\/create-row.md"
|
||||
},
|
||||
{
|
||||
"name": "createRows",
|
||||
|
|
@ -35991,7 +35991,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create new Rows. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-rows.md"
|
||||
"demo": "tables-db\/create-rows.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -36091,7 +36091,7 @@
|
|||
"weight": 417,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-rows.md",
|
||||
"demo": "tables-db\/upsert-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-rows.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36127,7 +36127,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update Rows. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.\n",
|
||||
"demo": "tables-d-b\/upsert-rows.md"
|
||||
"demo": "tables-db\/upsert-rows.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -36211,7 +36211,7 @@
|
|||
"weight": 415,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-rows.md",
|
||||
"demo": "tables-db\/update-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-rows.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36305,7 +36305,7 @@
|
|||
"weight": 419,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-rows.md",
|
||||
"demo": "tables-db\/delete-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-rows.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36396,7 +36396,7 @@
|
|||
"weight": 413,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-row.md",
|
||||
"demo": "tables-db\/get-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-row.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -36491,7 +36491,7 @@
|
|||
"weight": 416,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-row.md",
|
||||
"demo": "tables-db\/upsert-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36530,7 +36530,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update a Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/upsert-row.md"
|
||||
"demo": "tables-db\/upsert-row.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -36627,7 +36627,7 @@
|
|||
"weight": 414,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-row.md",
|
||||
"demo": "tables-db\/update-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36726,7 +36726,7 @@
|
|||
"weight": 418,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-row.md",
|
||||
"demo": "tables-db\/delete-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-row.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36810,7 +36810,7 @@
|
|||
"weight": 421,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-row-logs.md",
|
||||
"demo": "tables-db\/list-row-logs.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-row-logs.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -36903,7 +36903,7 @@
|
|||
"weight": 423,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/decrement-row-column.md",
|
||||
"demo": "tables-db\/decrement-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/decrement-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -37018,7 +37018,7 @@
|
|||
"weight": 422,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/increment-row-column.md",
|
||||
"demo": "tables-db\/increment-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/increment-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -37133,7 +37133,7 @@
|
|||
"weight": 384,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-table-usage.md",
|
||||
"demo": "tables-db\/get-table-usage.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-table-usage.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -37225,7 +37225,7 @@
|
|||
"weight": 376,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-usage.md",
|
||||
"demo": "tables-db\/get-usage.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-database-usage.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -37257,7 +37257,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get usage metrics and statistics for a database. You can view the total number of tables, rows, and storage usage. The response includes both current totals and historical data over time. Use the optional range parameter to specify the time window for historical data: 24h (last 24 hours), 30d (last 30 days), or 90d (last 90 days). If not specified, range defaults to 30 days.",
|
||||
"demo": "tables-d-b\/get-usage.md"
|
||||
"demo": "tables-db\/get-usage.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -38956,7 +38956,7 @@
|
|||
"weight": 188,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-argon2user.md",
|
||||
"demo": "users\/create-argon-2-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-argon2-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -39255,7 +39255,7 @@
|
|||
"weight": 187,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-m-d5user.md",
|
||||
"demo": "users\/create-md-5-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-md5-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -39340,7 +39340,7 @@
|
|||
"weight": 190,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-p-h-pass-user.md",
|
||||
"demo": "users\/create-ph-pass-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-phpass-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -39643,7 +39643,7 @@
|
|||
"weight": 189,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-s-h-a-user.md",
|
||||
"demo": "users\/create-sha-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-sha-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -40013,7 +40013,7 @@
|
|||
"weight": 226,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-j-w-t.md",
|
||||
"demo": "users\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-user-jwt.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -40402,7 +40402,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Enable or disable MFA on a user account.",
|
||||
"demo": "users\/update-m-f-a.md"
|
||||
"demo": "users\/update-mfa.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -40531,7 +40531,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator app.",
|
||||
"demo": "users\/delete-m-f-a-authenticator.md"
|
||||
"demo": "users\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -40661,7 +40661,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "users\/list-m-f-a-factors.md"
|
||||
"demo": "users\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -40776,7 +40776,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow by User ID. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method.",
|
||||
"demo": "users\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -40889,7 +40889,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow by User ID. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method.",
|
||||
"demo": "users\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -41002,7 +41002,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes used as backup for MFA flow for User ID. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method by client SDK.",
|
||||
"demo": "users\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
|
|||
|
|
@ -387,7 +387,7 @@
|
|||
"weight": 30,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-j-w-t.md",
|
||||
"demo": "account\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-jwt.md",
|
||||
"rate-limit": 100,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -503,7 +503,7 @@
|
|||
"weight": 45,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-m-f-a.md",
|
||||
"demo": "account\/update-mfa.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/update-mfa.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -638,7 +638,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Add an authenticator app to be used as an MFA factor. Verify the authenticator using the [verify authenticator](\/docs\/references\/cloud\/client-web\/account#updateMfaAuthenticator) method.",
|
||||
"demo": "account\/create-m-f-a-authenticator.md"
|
||||
"demo": "account\/create-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -765,7 +765,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Verify an authenticator app after adding it using the [add authenticator](\/docs\/references\/cloud\/client-web\/account#createMfaAuthenticator) method.",
|
||||
"demo": "account\/update-m-f-a-authenticator.md"
|
||||
"demo": "account\/update-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -898,7 +898,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator for a user by ID.",
|
||||
"demo": "account\/delete-m-f-a-authenticator.md"
|
||||
"demo": "account\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1021,7 +1021,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Begin the process of MFA verification after sign-in. Finish the flow with [updateMfaChallenge](\/docs\/references\/cloud\/client-web\/account#updateMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-challenge.md"
|
||||
"demo": "account\/create-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1155,7 +1155,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/update-m-f-a-challenge.md"
|
||||
"demo": "account\/update-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1280,7 +1280,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "account\/list-m-f-a-factors.md"
|
||||
"demo": "account\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1380,7 +1380,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to read recovery codes.",
|
||||
"demo": "account\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1478,7 +1478,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes as backup for MFA flow. It's recommended to generate and show then immediately after user successfully adds their authehticator. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1576,7 +1576,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to regenreate recovery codes.",
|
||||
"demo": "account\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -2344,7 +2344,7 @@
|
|||
"weight": 27,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-magic-u-r-l-session.md",
|
||||
"demo": "account\/update-magic-url-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session.md",
|
||||
"rate-limit": 10,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -2881,7 +2881,7 @@
|
|||
"weight": 25,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-magic-u-r-l-token.md",
|
||||
"demo": "account\/create-magic-url-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-magic-url.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -2961,7 +2961,7 @@
|
|||
"weight": 24,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2token.md",
|
||||
"demo": "account\/create-o-auth-2-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -4439,7 +4439,7 @@
|
|||
"weight": 65,
|
||||
"cookies": false,
|
||||
"type": "location",
|
||||
"demo": "avatars\/get-q-r.md",
|
||||
"demo": "avatars\/get-qr.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/avatars\/get-qr.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -4658,7 +4658,7 @@
|
|||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tablesDB.createDatabase"
|
||||
"replaceWith": "tablesDB.create"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
|
|
@ -4688,7 +4688,7 @@
|
|||
"demo": "databases\/create.md",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tablesDB.createDatabase"
|
||||
"replaceWith": "tablesDB.create"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -12469,7 +12469,7 @@
|
|||
"weight": 80,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "health\/get-d-b.md",
|
||||
"demo": "health\/get-db.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/health\/get-db.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -13791,7 +13791,7 @@
|
|||
"weight": 73,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "locale\/list-countries-e-u.md",
|
||||
"demo": "locale\/list-countries-eu.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/locale\/list-countries-eu.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -14808,7 +14808,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new SMS message.",
|
||||
"demo": "messaging\/create-s-m-s.md"
|
||||
"demo": "messaging\/create-sms.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -14986,7 +14986,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update an SMS message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"demo": "messaging\/update-s-m-s.md"
|
||||
"demo": "messaging\/update-sms.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -15517,7 +15517,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Apple Push Notification service provider.",
|
||||
"demo": "messaging\/create-a-p-n-s-provider.md"
|
||||
"demo": "messaging\/create-apns-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -15693,7 +15693,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a Apple Push Notification service provider by its unique ID.",
|
||||
"demo": "messaging\/update-a-p-n-s-provider.md"
|
||||
"demo": "messaging\/update-apns-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -15866,7 +15866,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Firebase Cloud Messaging provider.",
|
||||
"demo": "messaging\/create-f-c-m-provider.md"
|
||||
"demo": "messaging\/create-fcm-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16014,7 +16014,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a Firebase Cloud Messaging provider by its unique ID.",
|
||||
"demo": "messaging\/update-f-c-m-provider.md"
|
||||
"demo": "messaging\/update-fcm-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16330,7 +16330,7 @@
|
|||
"weight": 274,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "messaging\/create-msg91provider.md",
|
||||
"demo": "messaging\/create-msg-91-provider.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/create-msg91-provider.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -16426,7 +16426,7 @@
|
|||
"weight": 287,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "messaging\/update-msg91provider.md",
|
||||
"demo": "messaging\/update-msg-91-provider.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/update-msg91-provider.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -16834,7 +16834,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new SMTP provider.",
|
||||
"demo": "messaging\/create-s-m-t-p-provider.md"
|
||||
"demo": "messaging\/create-smtp-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -17060,7 +17060,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a SMTP provider by its unique ID.",
|
||||
"demo": "messaging\/update-s-m-t-p-provider.md"
|
||||
"demo": "messaging\/update-smtp-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -22495,7 +22495,7 @@
|
|||
"weight": 375,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list.md",
|
||||
"demo": "tables-db\/list.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -22569,7 +22569,7 @@
|
|||
"weight": 371,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create.md",
|
||||
"demo": "tables-db\/create.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -22649,7 +22649,7 @@
|
|||
"weight": 372,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get.md",
|
||||
"demo": "tables-db\/get.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -22709,7 +22709,7 @@
|
|||
"weight": 373,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update.md",
|
||||
"demo": "tables-db\/update.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -22786,7 +22786,7 @@
|
|||
"weight": 374,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete.md",
|
||||
"demo": "tables-db\/delete.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -22848,7 +22848,7 @@
|
|||
"weight": 382,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-tables.md",
|
||||
"demo": "tables-db\/list-tables.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-tables.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -22932,7 +22932,7 @@
|
|||
"weight": 378,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-table.md",
|
||||
"demo": "tables-db\/create-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23037,7 +23037,7 @@
|
|||
"weight": 379,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-table.md",
|
||||
"demo": "tables-db\/get-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23107,7 +23107,7 @@
|
|||
"weight": 380,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-table.md",
|
||||
"demo": "tables-db\/update-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23207,7 +23207,7 @@
|
|||
"weight": 381,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-table.md",
|
||||
"demo": "tables-db\/delete-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23279,7 +23279,7 @@
|
|||
"weight": 387,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-columns.md",
|
||||
"demo": "tables-db\/list-columns.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-columns.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23364,7 +23364,7 @@
|
|||
"weight": 388,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-boolean-column.md",
|
||||
"demo": "tables-db\/create-boolean-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-boolean-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23471,7 +23471,7 @@
|
|||
"weight": 389,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-boolean-column.md",
|
||||
"demo": "tables-db\/update-boolean-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-boolean-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23583,7 +23583,7 @@
|
|||
"weight": 390,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-datetime-column.md",
|
||||
"demo": "tables-db\/create-datetime-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-datetime-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23690,7 +23690,7 @@
|
|||
"weight": 391,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-datetime-column.md",
|
||||
"demo": "tables-db\/update-datetime-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-datetime-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23802,7 +23802,7 @@
|
|||
"weight": 392,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-email-column.md",
|
||||
"demo": "tables-db\/create-email-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-email-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23909,7 +23909,7 @@
|
|||
"weight": 393,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-email-column.md",
|
||||
"demo": "tables-db\/update-email-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-email-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24021,7 +24021,7 @@
|
|||
"weight": 394,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-enum-column.md",
|
||||
"demo": "tables-db\/create-enum-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-enum-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24137,7 +24137,7 @@
|
|||
"weight": 395,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-enum-column.md",
|
||||
"demo": "tables-db\/update-enum-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-enum-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24258,7 +24258,7 @@
|
|||
"weight": 396,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-float-column.md",
|
||||
"demo": "tables-db\/create-float-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-float-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24375,7 +24375,7 @@
|
|||
"weight": 397,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-float-column.md",
|
||||
"demo": "tables-db\/update-float-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-float-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24497,7 +24497,7 @@
|
|||
"weight": 398,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-integer-column.md",
|
||||
"demo": "tables-db\/create-integer-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-integer-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24614,7 +24614,7 @@
|
|||
"weight": 399,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-integer-column.md",
|
||||
"demo": "tables-db\/update-integer-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-integer-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24736,7 +24736,7 @@
|
|||
"weight": 400,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-ip-column.md",
|
||||
"demo": "tables-db\/create-ip-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-ip-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24843,7 +24843,7 @@
|
|||
"weight": 401,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-ip-column.md",
|
||||
"demo": "tables-db\/update-ip-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-ip-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24955,7 +24955,7 @@
|
|||
"weight": 402,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-relationship-column.md",
|
||||
"demo": "tables-db\/create-relationship-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-relationship-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25087,7 +25087,7 @@
|
|||
"weight": 404,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-string-column.md",
|
||||
"demo": "tables-db\/create-string-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-string-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25205,7 +25205,7 @@
|
|||
"weight": 405,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-string-column.md",
|
||||
"demo": "tables-db\/update-string-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-string-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25322,7 +25322,7 @@
|
|||
"weight": 406,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-url-column.md",
|
||||
"demo": "tables-db\/create-url-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-url-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25429,7 +25429,7 @@
|
|||
"weight": 407,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-url-column.md",
|
||||
"demo": "tables-db\/update-url-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-url-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25572,7 +25572,7 @@
|
|||
"weight": 385,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-column.md",
|
||||
"demo": "tables-db\/get-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25644,7 +25644,7 @@
|
|||
"weight": 386,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-column.md",
|
||||
"demo": "tables-db\/delete-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25725,7 +25725,7 @@
|
|||
"weight": 403,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-relationship-column.md",
|
||||
"demo": "tables-db\/update-relationship-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-relationship-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25834,7 +25834,7 @@
|
|||
"weight": 411,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-indexes.md",
|
||||
"demo": "tables-db\/list-indexes.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-indexes.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25917,7 +25917,7 @@
|
|||
"weight": 408,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-index.md",
|
||||
"demo": "tables-db\/create-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26046,7 +26046,7 @@
|
|||
"weight": 409,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-index.md",
|
||||
"demo": "tables-db\/get-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26118,7 +26118,7 @@
|
|||
"weight": 410,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-index.md",
|
||||
"demo": "tables-db\/delete-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26199,7 +26199,7 @@
|
|||
"weight": 420,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-rows.md",
|
||||
"demo": "tables-db\/list-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-rows.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26286,7 +26286,7 @@
|
|||
"weight": 412,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-row.md",
|
||||
"demo": "tables-db\/create-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -26327,7 +26327,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-row.md"
|
||||
"demo": "tables-db\/create-row.md"
|
||||
},
|
||||
{
|
||||
"name": "createRows",
|
||||
|
|
@ -26354,7 +26354,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create new Rows. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-rows.md"
|
||||
"demo": "tables-db\/create-rows.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26456,7 +26456,7 @@
|
|||
"weight": 417,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-rows.md",
|
||||
"demo": "tables-db\/upsert-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-rows.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -26493,7 +26493,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update Rows. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.\n",
|
||||
"demo": "tables-d-b\/upsert-rows.md"
|
||||
"demo": "tables-db\/upsert-rows.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26578,7 +26578,7 @@
|
|||
"weight": 415,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-rows.md",
|
||||
"demo": "tables-db\/update-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-rows.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -26673,7 +26673,7 @@
|
|||
"weight": 419,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-rows.md",
|
||||
"demo": "tables-db\/delete-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-rows.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -26765,7 +26765,7 @@
|
|||
"weight": 413,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-row.md",
|
||||
"demo": "tables-db\/get-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-row.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26862,7 +26862,7 @@
|
|||
"weight": 416,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-row.md",
|
||||
"demo": "tables-db\/upsert-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -26902,7 +26902,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update a Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/upsert-row.md"
|
||||
"demo": "tables-db\/upsert-row.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -27001,7 +27001,7 @@
|
|||
"weight": 414,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-row.md",
|
||||
"demo": "tables-db\/update-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -27102,7 +27102,7 @@
|
|||
"weight": 418,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-row.md",
|
||||
"demo": "tables-db\/delete-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-row.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -27188,7 +27188,7 @@
|
|||
"weight": 423,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/decrement-row-column.md",
|
||||
"demo": "tables-db\/decrement-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/decrement-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -27305,7 +27305,7 @@
|
|||
"weight": 422,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/increment-row-column.md",
|
||||
"demo": "tables-db\/increment-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/increment-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -29006,7 +29006,7 @@
|
|||
"weight": 188,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-argon2user.md",
|
||||
"demo": "users\/create-argon-2-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-argon2-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -29309,7 +29309,7 @@
|
|||
"weight": 187,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-m-d5user.md",
|
||||
"demo": "users\/create-md-5-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-md5-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -29395,7 +29395,7 @@
|
|||
"weight": 190,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-p-h-pass-user.md",
|
||||
"demo": "users\/create-ph-pass-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-phpass-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -29701,7 +29701,7 @@
|
|||
"weight": 189,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-s-h-a-user.md",
|
||||
"demo": "users\/create-sha-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-sha-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -30003,7 +30003,7 @@
|
|||
"weight": 226,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-j-w-t.md",
|
||||
"demo": "users\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-user-jwt.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -30398,7 +30398,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Enable or disable MFA on a user account.",
|
||||
"demo": "users\/update-m-f-a.md"
|
||||
"demo": "users\/update-mfa.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -30530,7 +30530,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator app.",
|
||||
"demo": "users\/delete-m-f-a-authenticator.md"
|
||||
"demo": "users\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -30663,7 +30663,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "users\/list-m-f-a-factors.md"
|
||||
"demo": "users\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -30781,7 +30781,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow by User ID. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method.",
|
||||
"demo": "users\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -30897,7 +30897,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow by User ID. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method.",
|
||||
"demo": "users\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -31013,7 +31013,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes used as backup for MFA flow for User ID. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method by client SDK.",
|
||||
"demo": "users\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
|
|||
|
|
@ -442,7 +442,7 @@
|
|||
"weight": 30,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-j-w-t.md",
|
||||
"demo": "account\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-jwt.md",
|
||||
"rate-limit": 100,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -558,7 +558,7 @@
|
|||
"weight": 45,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-m-f-a.md",
|
||||
"demo": "account\/update-mfa.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/update-mfa.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -693,7 +693,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Add an authenticator app to be used as an MFA factor. Verify the authenticator using the [verify authenticator](\/docs\/references\/cloud\/client-web\/account#updateMfaAuthenticator) method.",
|
||||
"demo": "account\/create-m-f-a-authenticator.md"
|
||||
"demo": "account\/create-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -817,7 +817,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Verify an authenticator app after adding it using the [add authenticator](\/docs\/references\/cloud\/client-web\/account#createMfaAuthenticator) method.",
|
||||
"demo": "account\/update-m-f-a-authenticator.md"
|
||||
"demo": "account\/update-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -948,7 +948,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator for a user by ID.",
|
||||
"demo": "account\/delete-m-f-a-authenticator.md"
|
||||
"demo": "account\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1070,7 +1070,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Begin the process of MFA verification after sign-in. Finish the flow with [updateMfaChallenge](\/docs\/references\/cloud\/client-web\/account#updateMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-challenge.md"
|
||||
"demo": "account\/create-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1205,7 +1205,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/update-m-f-a-challenge.md"
|
||||
"demo": "account\/update-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1329,7 +1329,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "account\/list-m-f-a-factors.md"
|
||||
"demo": "account\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1426,7 +1426,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to read recovery codes.",
|
||||
"demo": "account\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1523,7 +1523,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes as backup for MFA flow. It's recommended to generate and show then immediately after user successfully adds their authehticator. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1620,7 +1620,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to regenreate recovery codes.",
|
||||
"demo": "account\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -2413,7 +2413,7 @@
|
|||
"weight": 27,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-magic-u-r-l-session.md",
|
||||
"demo": "account\/update-magic-url-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session.md",
|
||||
"rate-limit": 10,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -2486,7 +2486,7 @@
|
|||
"weight": 20,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2session.md",
|
||||
"demo": "account\/create-o-auth-2-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3314,7 +3314,7 @@
|
|||
"weight": 25,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-magic-u-r-l-token.md",
|
||||
"demo": "account\/create-magic-url-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-magic-url.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3402,7 +3402,7 @@
|
|||
"weight": 24,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2token.md",
|
||||
"demo": "account\/create-o-auth-2-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -4877,7 +4877,7 @@
|
|||
"weight": 65,
|
||||
"cookies": false,
|
||||
"type": "location",
|
||||
"demo": "avatars\/get-q-r.md",
|
||||
"demo": "avatars\/get-qr.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/avatars\/get-qr.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -6448,7 +6448,7 @@
|
|||
"weight": 73,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "locale\/list-countries-e-u.md",
|
||||
"demo": "locale\/list-countries-eu.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/locale\/list-countries-eu.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -7567,7 +7567,7 @@
|
|||
"weight": 420,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-rows.md",
|
||||
"demo": "tables-db\/list-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-rows.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -7648,7 +7648,7 @@
|
|||
"weight": 412,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-row.md",
|
||||
"demo": "tables-db\/create-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -7687,7 +7687,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-row.md"
|
||||
"demo": "tables-db\/create-row.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -7787,7 +7787,7 @@
|
|||
"weight": 413,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-row.md",
|
||||
"demo": "tables-db\/get-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-row.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -7876,7 +7876,7 @@
|
|||
"weight": 416,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-row.md",
|
||||
"demo": "tables-db\/upsert-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -7914,7 +7914,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update a Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/upsert-row.md"
|
||||
"demo": "tables-db\/upsert-row.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -8007,7 +8007,7 @@
|
|||
"weight": 414,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-row.md",
|
||||
"demo": "tables-db\/update-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -8103,7 +8103,7 @@
|
|||
"weight": 418,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-row.md",
|
||||
"demo": "tables-db\/delete-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-row.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -8182,7 +8182,7 @@
|
|||
"weight": 423,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/decrement-row-column.md",
|
||||
"demo": "tables-db\/decrement-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/decrement-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -8290,7 +8290,7 @@
|
|||
"weight": 422,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/increment-row-column.md",
|
||||
"demo": "tables-db\/increment-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/increment-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
|
|||
|
|
@ -487,7 +487,7 @@
|
|||
"weight": 30,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-j-w-t.md",
|
||||
"demo": "account\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-jwt.md",
|
||||
"rate-limit": 100,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -602,7 +602,7 @@
|
|||
"weight": 45,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-m-f-a.md",
|
||||
"demo": "account\/update-mfa.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/update-mfa.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -736,7 +736,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Add an authenticator app to be used as an MFA factor. Verify the authenticator using the [verify authenticator](\/docs\/references\/cloud\/client-web\/account#updateMfaAuthenticator) method.",
|
||||
"demo": "account\/create-m-f-a-authenticator.md"
|
||||
"demo": "account\/create-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -859,7 +859,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Verify an authenticator app after adding it using the [add authenticator](\/docs\/references\/cloud\/client-web\/account#createMfaAuthenticator) method.",
|
||||
"demo": "account\/update-m-f-a-authenticator.md"
|
||||
"demo": "account\/update-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -989,7 +989,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator for a user by ID.",
|
||||
"demo": "account\/delete-m-f-a-authenticator.md"
|
||||
"demo": "account\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1110,7 +1110,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Begin the process of MFA verification after sign-in. Finish the flow with [updateMfaChallenge](\/docs\/references\/cloud\/client-web\/account#updateMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-challenge.md"
|
||||
"demo": "account\/create-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1245,7 +1245,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/update-m-f-a-challenge.md"
|
||||
"demo": "account\/update-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1368,7 +1368,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "account\/list-m-f-a-factors.md"
|
||||
"demo": "account\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1464,7 +1464,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to read recovery codes.",
|
||||
"demo": "account\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1560,7 +1560,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes as backup for MFA flow. It's recommended to generate and show then immediately after user successfully adds their authehticator. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1656,7 +1656,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to regenreate recovery codes.",
|
||||
"demo": "account\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -2439,7 +2439,7 @@
|
|||
"weight": 27,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-magic-u-r-l-session.md",
|
||||
"demo": "account\/update-magic-url-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session.md",
|
||||
"rate-limit": 10,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -2512,7 +2512,7 @@
|
|||
"weight": 20,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2session.md",
|
||||
"demo": "account\/create-o-auth-2-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3333,7 +3333,7 @@
|
|||
"weight": 25,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-magic-u-r-l-token.md",
|
||||
"demo": "account\/create-magic-url-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-magic-url.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3421,7 +3421,7 @@
|
|||
"weight": 24,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2token.md",
|
||||
"demo": "account\/create-o-auth-2-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -4892,7 +4892,7 @@
|
|||
"weight": 65,
|
||||
"cookies": false,
|
||||
"type": "location",
|
||||
"demo": "avatars\/get-q-r.md",
|
||||
"demo": "avatars\/get-qr.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/avatars\/get-qr.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -5281,7 +5281,7 @@
|
|||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tablesDB.createDatabase"
|
||||
"replaceWith": "tablesDB.create"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
|
|
@ -5310,7 +5310,7 @@
|
|||
"demo": "databases\/create.md",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tablesDB.createDatabase"
|
||||
"replaceWith": "tablesDB.create"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -13822,7 +13822,7 @@
|
|||
"weight": 80,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "health\/get-d-b.md",
|
||||
"demo": "health\/get-db.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/health\/get-db.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -15084,7 +15084,7 @@
|
|||
"weight": 73,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "locale\/list-countries-e-u.md",
|
||||
"demo": "locale\/list-countries-eu.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/locale\/list-countries-eu.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -16141,7 +16141,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new SMS message.",
|
||||
"demo": "messaging\/create-s-m-s.md"
|
||||
"demo": "messaging\/create-sms.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16325,7 +16325,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update an SMS message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"demo": "messaging\/update-s-m-s.md"
|
||||
"demo": "messaging\/update-sms.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16843,7 +16843,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Apple Push Notification service provider.",
|
||||
"demo": "messaging\/create-a-p-n-s-provider.md"
|
||||
"demo": "messaging\/create-apns-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -17026,7 +17026,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a Apple Push Notification service provider by its unique ID.",
|
||||
"demo": "messaging\/update-a-p-n-s-provider.md"
|
||||
"demo": "messaging\/update-apns-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -17201,7 +17201,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Firebase Cloud Messaging provider.",
|
||||
"demo": "messaging\/create-f-c-m-provider.md"
|
||||
"demo": "messaging\/create-fcm-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -17352,7 +17352,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a Firebase Cloud Messaging provider by its unique ID.",
|
||||
"demo": "messaging\/update-f-c-m-provider.md"
|
||||
"demo": "messaging\/update-fcm-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -17685,7 +17685,7 @@
|
|||
"weight": 274,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "messaging\/create-msg91provider.md",
|
||||
"demo": "messaging\/create-msg-91-provider.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/create-msg91-provider.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -17788,7 +17788,7 @@
|
|||
"weight": 287,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "messaging\/update-msg91provider.md",
|
||||
"demo": "messaging\/update-msg-91-provider.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/update-msg91-provider.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -18209,7 +18209,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new SMTP provider.",
|
||||
"demo": "messaging\/create-s-m-t-p-provider.md"
|
||||
"demo": "messaging\/create-smtp-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -18448,7 +18448,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a SMTP provider by its unique ID.",
|
||||
"demo": "messaging\/update-s-m-t-p-provider.md"
|
||||
"demo": "messaging\/update-smtp-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -22465,7 +22465,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update the status of a specific API type. Use this endpoint to enable or disable API types such as REST, GraphQL and Realtime.",
|
||||
"demo": "projects\/update-a-p-i-status.md"
|
||||
"demo": "projects\/update-api-status.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -22615,7 +22615,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update the status of all API types. Use this endpoint to enable or disable API types such as REST, GraphQL and Realtime all at once.",
|
||||
"demo": "projects\/update-a-p-i-status-all.md"
|
||||
"demo": "projects\/update-api-status-all.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -23951,7 +23951,7 @@
|
|||
"weight": 134,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "projects\/create-j-w-t.md",
|
||||
"demo": "projects\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/projects\/create-jwt.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24415,7 +24415,7 @@
|
|||
"weight": 111,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "projects\/update-o-auth2.md",
|
||||
"demo": "projects\/update-o-auth-2.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/projects\/update-oauth2.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25223,7 +25223,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update the SMTP configuration for your project. Use this endpoint to configure your project's SMTP provider with your custom settings for sending transactional emails. ",
|
||||
"demo": "projects\/update-s-m-t-p.md"
|
||||
"demo": "projects\/update-smtp.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -25430,7 +25430,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Send a test email to verify SMTP configuration. ",
|
||||
"demo": "projects\/create-s-m-t-p-test.md"
|
||||
"demo": "projects\/create-smtp-test.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26409,7 +26409,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get a custom SMS template for the specified locale and type returning it's contents.",
|
||||
"demo": "projects\/get-s-m-s-template.md"
|
||||
"demo": "projects\/get-sms-template.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26692,7 +26692,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a custom SMS template for the specified locale and type. Use this endpoint to modify the content of your SMS templates. ",
|
||||
"demo": "projects\/update-s-m-s-template.md"
|
||||
"demo": "projects\/update-sms-template.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26989,7 +26989,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Reset a custom SMS template to its default value. This endpoint removes any custom message and restores the template to its original state. ",
|
||||
"demo": "projects\/delete-s-m-s-template.md"
|
||||
"demo": "projects\/delete-sms-template.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -27769,7 +27769,7 @@
|
|||
"weight": 489,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "proxy\/create-a-p-i-rule.md",
|
||||
"demo": "proxy\/create-api-rule.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterCreate a new proxy rule for serving Appwrite's API on custom domain.",
|
||||
"rate-limit": 10,
|
||||
"rate-time": 60,
|
||||
|
|
@ -32178,7 +32178,7 @@
|
|||
"weight": 375,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list.md",
|
||||
"demo": "tables-db\/list.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32250,7 +32250,7 @@
|
|||
"weight": 371,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create.md",
|
||||
"demo": "tables-db\/create.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32332,7 +32332,7 @@
|
|||
"weight": 377,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-usage.md",
|
||||
"demo": "tables-db\/list-usage.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-usage.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32361,7 +32361,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List usage metrics and statistics for all databases in the project. You can view the total number of databases, tables, rows, and storage usage. The response includes both current totals and historical data over time. Use the optional range parameter to specify the time window for historical data: 24h (last 24 hours), 30d (last 30 days), or 90d (last 90 days). If not specified, range defaults to 30 days.",
|
||||
"demo": "tables-d-b\/list-usage.md"
|
||||
"demo": "tables-db\/list-usage.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -32424,7 +32424,7 @@
|
|||
"weight": 372,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get.md",
|
||||
"demo": "tables-db\/get.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32483,7 +32483,7 @@
|
|||
"weight": 373,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update.md",
|
||||
"demo": "tables-db\/update.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32561,7 +32561,7 @@
|
|||
"weight": 374,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete.md",
|
||||
"demo": "tables-db\/delete.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32620,7 +32620,7 @@
|
|||
"weight": 382,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-tables.md",
|
||||
"demo": "tables-db\/list-tables.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-tables.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32700,7 +32700,7 @@
|
|||
"weight": 378,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-table.md",
|
||||
"demo": "tables-db\/create-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32805,7 +32805,7 @@
|
|||
"weight": 379,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-table.md",
|
||||
"demo": "tables-db\/get-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32872,7 +32872,7 @@
|
|||
"weight": 380,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-table.md",
|
||||
"demo": "tables-db\/update-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32973,7 +32973,7 @@
|
|||
"weight": 381,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-table.md",
|
||||
"demo": "tables-db\/delete-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33040,7 +33040,7 @@
|
|||
"weight": 387,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-columns.md",
|
||||
"demo": "tables-db\/list-columns.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-columns.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33121,7 +33121,7 @@
|
|||
"weight": 388,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-boolean-column.md",
|
||||
"demo": "tables-db\/create-boolean-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-boolean-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33227,7 +33227,7 @@
|
|||
"weight": 389,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-boolean-column.md",
|
||||
"demo": "tables-db\/update-boolean-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-boolean-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33335,7 +33335,7 @@
|
|||
"weight": 390,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-datetime-column.md",
|
||||
"demo": "tables-db\/create-datetime-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-datetime-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33441,7 +33441,7 @@
|
|||
"weight": 391,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-datetime-column.md",
|
||||
"demo": "tables-db\/update-datetime-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-datetime-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33549,7 +33549,7 @@
|
|||
"weight": 392,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-email-column.md",
|
||||
"demo": "tables-db\/create-email-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-email-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33655,7 +33655,7 @@
|
|||
"weight": 393,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-email-column.md",
|
||||
"demo": "tables-db\/update-email-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-email-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33763,7 +33763,7 @@
|
|||
"weight": 394,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-enum-column.md",
|
||||
"demo": "tables-db\/create-enum-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-enum-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33879,7 +33879,7 @@
|
|||
"weight": 395,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-enum-column.md",
|
||||
"demo": "tables-db\/update-enum-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-enum-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33997,7 +33997,7 @@
|
|||
"weight": 396,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-float-column.md",
|
||||
"demo": "tables-db\/create-float-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-float-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34115,7 +34115,7 @@
|
|||
"weight": 397,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-float-column.md",
|
||||
"demo": "tables-db\/update-float-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-float-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34235,7 +34235,7 @@
|
|||
"weight": 398,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-integer-column.md",
|
||||
"demo": "tables-db\/create-integer-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-integer-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34353,7 +34353,7 @@
|
|||
"weight": 399,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-integer-column.md",
|
||||
"demo": "tables-db\/update-integer-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-integer-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34473,7 +34473,7 @@
|
|||
"weight": 400,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-ip-column.md",
|
||||
"demo": "tables-db\/create-ip-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-ip-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34579,7 +34579,7 @@
|
|||
"weight": 401,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-ip-column.md",
|
||||
"demo": "tables-db\/update-ip-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-ip-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34687,7 +34687,7 @@
|
|||
"weight": 402,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-relationship-column.md",
|
||||
"demo": "tables-db\/create-relationship-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-relationship-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34820,7 +34820,7 @@
|
|||
"weight": 404,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-string-column.md",
|
||||
"demo": "tables-db\/create-string-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-string-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34939,7 +34939,7 @@
|
|||
"weight": 405,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-string-column.md",
|
||||
"demo": "tables-db\/update-string-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-string-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35053,7 +35053,7 @@
|
|||
"weight": 406,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-url-column.md",
|
||||
"demo": "tables-db\/create-url-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-url-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35159,7 +35159,7 @@
|
|||
"weight": 407,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-url-column.md",
|
||||
"demo": "tables-db\/update-url-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-url-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35296,7 +35296,7 @@
|
|||
"weight": 385,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-column.md",
|
||||
"demo": "tables-db\/get-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35365,7 +35365,7 @@
|
|||
"weight": 386,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-column.md",
|
||||
"demo": "tables-db\/delete-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35441,7 +35441,7 @@
|
|||
"weight": 403,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-relationship-column.md",
|
||||
"demo": "tables-db\/update-relationship-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-relationship-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35543,7 +35543,7 @@
|
|||
"weight": 411,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-indexes.md",
|
||||
"demo": "tables-db\/list-indexes.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-indexes.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35622,7 +35622,7 @@
|
|||
"weight": 408,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-index.md",
|
||||
"demo": "tables-db\/create-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35749,7 +35749,7 @@
|
|||
"weight": 409,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-index.md",
|
||||
"demo": "tables-db\/get-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35818,7 +35818,7 @@
|
|||
"weight": 410,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-index.md",
|
||||
"demo": "tables-db\/delete-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35892,7 +35892,7 @@
|
|||
"weight": 383,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-table-logs.md",
|
||||
"demo": "tables-db\/list-table-logs.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-table-logs.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35970,7 +35970,7 @@
|
|||
"weight": 420,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-rows.md",
|
||||
"demo": "tables-db\/list-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-rows.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -36051,7 +36051,7 @@
|
|||
"weight": 412,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-row.md",
|
||||
"demo": "tables-db\/create-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36090,7 +36090,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-row.md"
|
||||
"demo": "tables-db\/create-row.md"
|
||||
},
|
||||
{
|
||||
"name": "createRows",
|
||||
|
|
@ -36116,7 +36116,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create new Rows. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-rows.md"
|
||||
"demo": "tables-db\/create-rows.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -36216,7 +36216,7 @@
|
|||
"weight": 417,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-rows.md",
|
||||
"demo": "tables-db\/upsert-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-rows.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36252,7 +36252,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update Rows. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.\n",
|
||||
"demo": "tables-d-b\/upsert-rows.md"
|
||||
"demo": "tables-db\/upsert-rows.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -36333,7 +36333,7 @@
|
|||
"weight": 415,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-rows.md",
|
||||
"demo": "tables-db\/update-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-rows.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36425,7 +36425,7 @@
|
|||
"weight": 419,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-rows.md",
|
||||
"demo": "tables-db\/delete-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-rows.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36511,7 +36511,7 @@
|
|||
"weight": 413,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-row.md",
|
||||
"demo": "tables-db\/get-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-row.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -36600,7 +36600,7 @@
|
|||
"weight": 416,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-row.md",
|
||||
"demo": "tables-db\/upsert-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36638,7 +36638,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update a Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/upsert-row.md"
|
||||
"demo": "tables-db\/upsert-row.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -36731,7 +36731,7 @@
|
|||
"weight": 414,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-row.md",
|
||||
"demo": "tables-db\/update-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36827,7 +36827,7 @@
|
|||
"weight": 418,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-row.md",
|
||||
"demo": "tables-db\/delete-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-row.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36904,7 +36904,7 @@
|
|||
"weight": 421,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-row-logs.md",
|
||||
"demo": "tables-db\/list-row-logs.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-row-logs.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -36992,7 +36992,7 @@
|
|||
"weight": 423,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/decrement-row-column.md",
|
||||
"demo": "tables-db\/decrement-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/decrement-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -37100,7 +37100,7 @@
|
|||
"weight": 422,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/increment-row-column.md",
|
||||
"demo": "tables-db\/increment-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/increment-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -37206,7 +37206,7 @@
|
|||
"weight": 384,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-table-usage.md",
|
||||
"demo": "tables-db\/get-table-usage.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-table-usage.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -37292,7 +37292,7 @@
|
|||
"weight": 376,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-usage.md",
|
||||
"demo": "tables-db\/get-usage.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-database-usage.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -37324,7 +37324,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get usage metrics and statistics for a database. You can view the total number of tables, rows, and storage usage. The response includes both current totals and historical data over time. Use the optional range parameter to specify the time window for historical data: 24h (last 24 hours), 30d (last 30 days), or 90d (last 90 days). If not specified, range defaults to 30 days.",
|
||||
"demo": "tables-d-b\/get-usage.md"
|
||||
"demo": "tables-db\/get-usage.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -38996,7 +38996,7 @@
|
|||
"weight": 188,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-argon2user.md",
|
||||
"demo": "users\/create-argon-2-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-argon2-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -39306,7 +39306,7 @@
|
|||
"weight": 187,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-m-d5user.md",
|
||||
"demo": "users\/create-md-5-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-md5-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -39397,7 +39397,7 @@
|
|||
"weight": 190,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-p-h-pass-user.md",
|
||||
"demo": "users\/create-ph-pass-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-phpass-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -39726,7 +39726,7 @@
|
|||
"weight": 189,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-s-h-a-user.md",
|
||||
"demo": "users\/create-sha-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-sha-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -40100,7 +40100,7 @@
|
|||
"weight": 226,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-j-w-t.md",
|
||||
"demo": "users\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-user-jwt.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -40480,7 +40480,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Enable or disable MFA on a user account.",
|
||||
"demo": "users\/update-m-f-a.md"
|
||||
"demo": "users\/update-mfa.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -40610,7 +40610,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator app.",
|
||||
"demo": "users\/delete-m-f-a-authenticator.md"
|
||||
"demo": "users\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -40736,7 +40736,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "users\/list-m-f-a-factors.md"
|
||||
"demo": "users\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -40849,7 +40849,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow by User ID. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method.",
|
||||
"demo": "users\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -40962,7 +40962,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow by User ID. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method.",
|
||||
"demo": "users\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -41075,7 +41075,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes used as backup for MFA flow for User ID. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method by client SDK.",
|
||||
"demo": "users\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
|
|||
|
|
@ -455,7 +455,7 @@
|
|||
"weight": 30,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-j-w-t.md",
|
||||
"demo": "account\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-jwt.md",
|
||||
"rate-limit": 100,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -572,7 +572,7 @@
|
|||
"weight": 45,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-m-f-a.md",
|
||||
"demo": "account\/update-mfa.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/update-mfa.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -710,7 +710,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Add an authenticator app to be used as an MFA factor. Verify the authenticator using the [verify authenticator](\/docs\/references\/cloud\/client-web\/account#updateMfaAuthenticator) method.",
|
||||
"demo": "account\/create-m-f-a-authenticator.md"
|
||||
"demo": "account\/create-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -837,7 +837,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Verify an authenticator app after adding it using the [add authenticator](\/docs\/references\/cloud\/client-web\/account#createMfaAuthenticator) method.",
|
||||
"demo": "account\/update-m-f-a-authenticator.md"
|
||||
"demo": "account\/update-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -971,7 +971,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator for a user by ID.",
|
||||
"demo": "account\/delete-m-f-a-authenticator.md"
|
||||
"demo": "account\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1094,7 +1094,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Begin the process of MFA verification after sign-in. Finish the flow with [updateMfaChallenge](\/docs\/references\/cloud\/client-web\/account#updateMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-challenge.md"
|
||||
"demo": "account\/create-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1231,7 +1231,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/update-m-f-a-challenge.md"
|
||||
"demo": "account\/update-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1358,7 +1358,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "account\/list-m-f-a-factors.md"
|
||||
"demo": "account\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1458,7 +1458,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to read recovery codes.",
|
||||
"demo": "account\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1558,7 +1558,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes as backup for MFA flow. It's recommended to generate and show then immediately after user successfully adds their authehticator. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1658,7 +1658,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to regenreate recovery codes.",
|
||||
"demo": "account\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -2461,7 +2461,7 @@
|
|||
"weight": 27,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-magic-u-r-l-session.md",
|
||||
"demo": "account\/update-magic-url-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session.md",
|
||||
"rate-limit": 10,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3017,7 +3017,7 @@
|
|||
"weight": 25,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-magic-u-r-l-token.md",
|
||||
"demo": "account\/create-magic-url-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-magic-url.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3105,7 +3105,7 @@
|
|||
"weight": 24,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2token.md",
|
||||
"demo": "account\/create-o-auth-2-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -4596,7 +4596,7 @@
|
|||
"weight": 65,
|
||||
"cookies": false,
|
||||
"type": "location",
|
||||
"demo": "avatars\/get-q-r.md",
|
||||
"demo": "avatars\/get-qr.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/avatars\/get-qr.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -4805,7 +4805,7 @@
|
|||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tablesDB.createDatabase"
|
||||
"replaceWith": "tablesDB.create"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
|
|
@ -4835,7 +4835,7 @@
|
|||
"demo": "databases\/create.md",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tablesDB.createDatabase"
|
||||
"replaceWith": "tablesDB.create"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -12570,7 +12570,7 @@
|
|||
"weight": 80,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "health\/get-d-b.md",
|
||||
"demo": "health\/get-db.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/health\/get-db.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -13858,7 +13858,7 @@
|
|||
"weight": 73,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "locale\/list-countries-e-u.md",
|
||||
"demo": "locale\/list-countries-eu.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/locale\/list-countries-eu.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -14930,7 +14930,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new SMS message.",
|
||||
"demo": "messaging\/create-s-m-s.md"
|
||||
"demo": "messaging\/create-sms.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -15117,7 +15117,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update an SMS message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"demo": "messaging\/update-s-m-s.md"
|
||||
"demo": "messaging\/update-sms.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -15643,7 +15643,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Apple Push Notification service provider.",
|
||||
"demo": "messaging\/create-a-p-n-s-provider.md"
|
||||
"demo": "messaging\/create-apns-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -15829,7 +15829,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a Apple Push Notification service provider by its unique ID.",
|
||||
"demo": "messaging\/update-a-p-n-s-provider.md"
|
||||
"demo": "messaging\/update-apns-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16007,7 +16007,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Firebase Cloud Messaging provider.",
|
||||
"demo": "messaging\/create-f-c-m-provider.md"
|
||||
"demo": "messaging\/create-fcm-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16161,7 +16161,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a Firebase Cloud Messaging provider by its unique ID.",
|
||||
"demo": "messaging\/update-f-c-m-provider.md"
|
||||
"demo": "messaging\/update-fcm-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16497,7 +16497,7 @@
|
|||
"weight": 274,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "messaging\/create-msg91provider.md",
|
||||
"demo": "messaging\/create-msg-91-provider.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/create-msg91-provider.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -16601,7 +16601,7 @@
|
|||
"weight": 287,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "messaging\/update-msg91provider.md",
|
||||
"demo": "messaging\/update-msg-91-provider.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/update-msg91-provider.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -17027,7 +17027,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new SMTP provider.",
|
||||
"demo": "messaging\/create-s-m-t-p-provider.md"
|
||||
"demo": "messaging\/create-smtp-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -17269,7 +17269,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a SMTP provider by its unique ID.",
|
||||
"demo": "messaging\/update-s-m-t-p-provider.md"
|
||||
"demo": "messaging\/update-smtp-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -22730,7 +22730,7 @@
|
|||
"weight": 375,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list.md",
|
||||
"demo": "tables-db\/list.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -22803,7 +22803,7 @@
|
|||
"weight": 371,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create.md",
|
||||
"demo": "tables-db\/create.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -22886,7 +22886,7 @@
|
|||
"weight": 372,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get.md",
|
||||
"demo": "tables-db\/get.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -22946,7 +22946,7 @@
|
|||
"weight": 373,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update.md",
|
||||
"demo": "tables-db\/update.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23025,7 +23025,7 @@
|
|||
"weight": 374,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete.md",
|
||||
"demo": "tables-db\/delete.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23085,7 +23085,7 @@
|
|||
"weight": 382,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-tables.md",
|
||||
"demo": "tables-db\/list-tables.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-tables.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23166,7 +23166,7 @@
|
|||
"weight": 378,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-table.md",
|
||||
"demo": "tables-db\/create-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23272,7 +23272,7 @@
|
|||
"weight": 379,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-table.md",
|
||||
"demo": "tables-db\/get-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23340,7 +23340,7 @@
|
|||
"weight": 380,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-table.md",
|
||||
"demo": "tables-db\/update-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23442,7 +23442,7 @@
|
|||
"weight": 381,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-table.md",
|
||||
"demo": "tables-db\/delete-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23510,7 +23510,7 @@
|
|||
"weight": 387,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-columns.md",
|
||||
"demo": "tables-db\/list-columns.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-columns.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23592,7 +23592,7 @@
|
|||
"weight": 388,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-boolean-column.md",
|
||||
"demo": "tables-db\/create-boolean-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-boolean-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23699,7 +23699,7 @@
|
|||
"weight": 389,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-boolean-column.md",
|
||||
"demo": "tables-db\/update-boolean-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-boolean-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23808,7 +23808,7 @@
|
|||
"weight": 390,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-datetime-column.md",
|
||||
"demo": "tables-db\/create-datetime-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-datetime-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23915,7 +23915,7 @@
|
|||
"weight": 391,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-datetime-column.md",
|
||||
"demo": "tables-db\/update-datetime-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-datetime-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24024,7 +24024,7 @@
|
|||
"weight": 392,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-email-column.md",
|
||||
"demo": "tables-db\/create-email-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-email-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24131,7 +24131,7 @@
|
|||
"weight": 393,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-email-column.md",
|
||||
"demo": "tables-db\/update-email-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-email-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24240,7 +24240,7 @@
|
|||
"weight": 394,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-enum-column.md",
|
||||
"demo": "tables-db\/create-enum-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-enum-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24357,7 +24357,7 @@
|
|||
"weight": 395,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-enum-column.md",
|
||||
"demo": "tables-db\/update-enum-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-enum-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24476,7 +24476,7 @@
|
|||
"weight": 396,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-float-column.md",
|
||||
"demo": "tables-db\/create-float-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-float-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24595,7 +24595,7 @@
|
|||
"weight": 397,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-float-column.md",
|
||||
"demo": "tables-db\/update-float-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-float-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24716,7 +24716,7 @@
|
|||
"weight": 398,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-integer-column.md",
|
||||
"demo": "tables-db\/create-integer-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-integer-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24835,7 +24835,7 @@
|
|||
"weight": 399,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-integer-column.md",
|
||||
"demo": "tables-db\/update-integer-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-integer-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24956,7 +24956,7 @@
|
|||
"weight": 400,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-ip-column.md",
|
||||
"demo": "tables-db\/create-ip-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-ip-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25063,7 +25063,7 @@
|
|||
"weight": 401,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-ip-column.md",
|
||||
"demo": "tables-db\/update-ip-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-ip-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25172,7 +25172,7 @@
|
|||
"weight": 402,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-relationship-column.md",
|
||||
"demo": "tables-db\/create-relationship-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-relationship-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25306,7 +25306,7 @@
|
|||
"weight": 404,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-string-column.md",
|
||||
"demo": "tables-db\/create-string-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-string-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25426,7 +25426,7 @@
|
|||
"weight": 405,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-string-column.md",
|
||||
"demo": "tables-db\/update-string-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-string-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25541,7 +25541,7 @@
|
|||
"weight": 406,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-url-column.md",
|
||||
"demo": "tables-db\/create-url-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-url-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25648,7 +25648,7 @@
|
|||
"weight": 407,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-url-column.md",
|
||||
"demo": "tables-db\/update-url-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-url-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25786,7 +25786,7 @@
|
|||
"weight": 385,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-column.md",
|
||||
"demo": "tables-db\/get-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25856,7 +25856,7 @@
|
|||
"weight": 386,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-column.md",
|
||||
"demo": "tables-db\/delete-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25933,7 +25933,7 @@
|
|||
"weight": 403,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-relationship-column.md",
|
||||
"demo": "tables-db\/update-relationship-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-relationship-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26036,7 +26036,7 @@
|
|||
"weight": 411,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-indexes.md",
|
||||
"demo": "tables-db\/list-indexes.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-indexes.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26116,7 +26116,7 @@
|
|||
"weight": 408,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-index.md",
|
||||
"demo": "tables-db\/create-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26244,7 +26244,7 @@
|
|||
"weight": 409,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-index.md",
|
||||
"demo": "tables-db\/get-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26314,7 +26314,7 @@
|
|||
"weight": 410,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-index.md",
|
||||
"demo": "tables-db\/delete-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26389,7 +26389,7 @@
|
|||
"weight": 420,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-rows.md",
|
||||
"demo": "tables-db\/list-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-rows.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26472,7 +26472,7 @@
|
|||
"weight": 412,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-row.md",
|
||||
"demo": "tables-db\/create-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -26512,7 +26512,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-row.md"
|
||||
"demo": "tables-db\/create-row.md"
|
||||
},
|
||||
{
|
||||
"name": "createRows",
|
||||
|
|
@ -26539,7 +26539,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create new Rows. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-rows.md"
|
||||
"demo": "tables-db\/create-rows.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26641,7 +26641,7 @@
|
|||
"weight": 417,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-rows.md",
|
||||
"demo": "tables-db\/upsert-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-rows.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -26678,7 +26678,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update Rows. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.\n",
|
||||
"demo": "tables-d-b\/upsert-rows.md"
|
||||
"demo": "tables-db\/upsert-rows.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26760,7 +26760,7 @@
|
|||
"weight": 415,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-rows.md",
|
||||
"demo": "tables-db\/update-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-rows.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -26853,7 +26853,7 @@
|
|||
"weight": 419,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-rows.md",
|
||||
"demo": "tables-db\/delete-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-rows.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -26940,7 +26940,7 @@
|
|||
"weight": 413,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-row.md",
|
||||
"demo": "tables-db\/get-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-row.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -27031,7 +27031,7 @@
|
|||
"weight": 416,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-row.md",
|
||||
"demo": "tables-db\/upsert-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -27070,7 +27070,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update a Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/upsert-row.md"
|
||||
"demo": "tables-db\/upsert-row.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -27165,7 +27165,7 @@
|
|||
"weight": 414,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-row.md",
|
||||
"demo": "tables-db\/update-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -27263,7 +27263,7 @@
|
|||
"weight": 418,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-row.md",
|
||||
"demo": "tables-db\/delete-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-row.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -27344,7 +27344,7 @@
|
|||
"weight": 423,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/decrement-row-column.md",
|
||||
"demo": "tables-db\/decrement-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/decrement-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -27454,7 +27454,7 @@
|
|||
"weight": 422,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/increment-row-column.md",
|
||||
"demo": "tables-db\/increment-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/increment-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -29126,7 +29126,7 @@
|
|||
"weight": 188,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-argon2user.md",
|
||||
"demo": "users\/create-argon-2-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-argon2-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -29440,7 +29440,7 @@
|
|||
"weight": 187,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-m-d5user.md",
|
||||
"demo": "users\/create-md-5-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-md5-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -29532,7 +29532,7 @@
|
|||
"weight": 190,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-p-h-pass-user.md",
|
||||
"demo": "users\/create-ph-pass-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-phpass-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -29864,7 +29864,7 @@
|
|||
"weight": 189,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-s-h-a-user.md",
|
||||
"demo": "users\/create-sha-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-sha-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -30172,7 +30172,7 @@
|
|||
"weight": 226,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-j-w-t.md",
|
||||
"demo": "users\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-user-jwt.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -30558,7 +30558,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Enable or disable MFA on a user account.",
|
||||
"demo": "users\/update-m-f-a.md"
|
||||
"demo": "users\/update-mfa.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -30691,7 +30691,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator app.",
|
||||
"demo": "users\/delete-m-f-a-authenticator.md"
|
||||
"demo": "users\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -30820,7 +30820,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "users\/list-m-f-a-factors.md"
|
||||
"demo": "users\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -30936,7 +30936,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow by User ID. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method.",
|
||||
"demo": "users\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -31052,7 +31052,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow by User ID. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method.",
|
||||
"demo": "users\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -31168,7 +31168,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes used as backup for MFA flow for User ID. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method by client SDK.",
|
||||
"demo": "users\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
|
|||
|
|
@ -442,7 +442,7 @@
|
|||
"weight": 30,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-j-w-t.md",
|
||||
"demo": "account\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-jwt.md",
|
||||
"rate-limit": 100,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -558,7 +558,7 @@
|
|||
"weight": 45,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-m-f-a.md",
|
||||
"demo": "account\/update-mfa.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/update-mfa.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -693,7 +693,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Add an authenticator app to be used as an MFA factor. Verify the authenticator using the [verify authenticator](\/docs\/references\/cloud\/client-web\/account#updateMfaAuthenticator) method.",
|
||||
"demo": "account\/create-m-f-a-authenticator.md"
|
||||
"demo": "account\/create-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -817,7 +817,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Verify an authenticator app after adding it using the [add authenticator](\/docs\/references\/cloud\/client-web\/account#createMfaAuthenticator) method.",
|
||||
"demo": "account\/update-m-f-a-authenticator.md"
|
||||
"demo": "account\/update-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -948,7 +948,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator for a user by ID.",
|
||||
"demo": "account\/delete-m-f-a-authenticator.md"
|
||||
"demo": "account\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1070,7 +1070,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Begin the process of MFA verification after sign-in. Finish the flow with [updateMfaChallenge](\/docs\/references\/cloud\/client-web\/account#updateMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-challenge.md"
|
||||
"demo": "account\/create-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1205,7 +1205,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/update-m-f-a-challenge.md"
|
||||
"demo": "account\/update-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1329,7 +1329,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "account\/list-m-f-a-factors.md"
|
||||
"demo": "account\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1426,7 +1426,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to read recovery codes.",
|
||||
"demo": "account\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1523,7 +1523,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes as backup for MFA flow. It's recommended to generate and show then immediately after user successfully adds their authehticator. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1620,7 +1620,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to regenreate recovery codes.",
|
||||
"demo": "account\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -2413,7 +2413,7 @@
|
|||
"weight": 27,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-magic-u-r-l-session.md",
|
||||
"demo": "account\/update-magic-url-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session.md",
|
||||
"rate-limit": 10,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -2486,7 +2486,7 @@
|
|||
"weight": 20,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2session.md",
|
||||
"demo": "account\/create-o-auth-2-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3314,7 +3314,7 @@
|
|||
"weight": 25,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-magic-u-r-l-token.md",
|
||||
"demo": "account\/create-magic-url-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-magic-url.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3402,7 +3402,7 @@
|
|||
"weight": 24,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2token.md",
|
||||
"demo": "account\/create-o-auth-2-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -4877,7 +4877,7 @@
|
|||
"weight": 65,
|
||||
"cookies": false,
|
||||
"type": "location",
|
||||
"demo": "avatars\/get-q-r.md",
|
||||
"demo": "avatars\/get-qr.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/avatars\/get-qr.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -6448,7 +6448,7 @@
|
|||
"weight": 73,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "locale\/list-countries-e-u.md",
|
||||
"demo": "locale\/list-countries-eu.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/locale\/list-countries-eu.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -7567,7 +7567,7 @@
|
|||
"weight": 420,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-rows.md",
|
||||
"demo": "tables-db\/list-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-rows.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -7648,7 +7648,7 @@
|
|||
"weight": 412,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-row.md",
|
||||
"demo": "tables-db\/create-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -7687,7 +7687,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-row.md"
|
||||
"demo": "tables-db\/create-row.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -7787,7 +7787,7 @@
|
|||
"weight": 413,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-row.md",
|
||||
"demo": "tables-db\/get-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-row.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -7876,7 +7876,7 @@
|
|||
"weight": 416,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-row.md",
|
||||
"demo": "tables-db\/upsert-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -7914,7 +7914,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update a Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/upsert-row.md"
|
||||
"demo": "tables-db\/upsert-row.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -8007,7 +8007,7 @@
|
|||
"weight": 414,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-row.md",
|
||||
"demo": "tables-db\/update-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -8103,7 +8103,7 @@
|
|||
"weight": 418,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-row.md",
|
||||
"demo": "tables-db\/delete-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-row.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -8182,7 +8182,7 @@
|
|||
"weight": 423,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/decrement-row-column.md",
|
||||
"demo": "tables-db\/decrement-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/decrement-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -8290,7 +8290,7 @@
|
|||
"weight": 422,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/increment-row-column.md",
|
||||
"demo": "tables-db\/increment-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/increment-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
|
|||
|
|
@ -487,7 +487,7 @@
|
|||
"weight": 30,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-j-w-t.md",
|
||||
"demo": "account\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-jwt.md",
|
||||
"rate-limit": 100,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -602,7 +602,7 @@
|
|||
"weight": 45,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-m-f-a.md",
|
||||
"demo": "account\/update-mfa.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/update-mfa.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -736,7 +736,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Add an authenticator app to be used as an MFA factor. Verify the authenticator using the [verify authenticator](\/docs\/references\/cloud\/client-web\/account#updateMfaAuthenticator) method.",
|
||||
"demo": "account\/create-m-f-a-authenticator.md"
|
||||
"demo": "account\/create-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -859,7 +859,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Verify an authenticator app after adding it using the [add authenticator](\/docs\/references\/cloud\/client-web\/account#createMfaAuthenticator) method.",
|
||||
"demo": "account\/update-m-f-a-authenticator.md"
|
||||
"demo": "account\/update-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -989,7 +989,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator for a user by ID.",
|
||||
"demo": "account\/delete-m-f-a-authenticator.md"
|
||||
"demo": "account\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1110,7 +1110,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Begin the process of MFA verification after sign-in. Finish the flow with [updateMfaChallenge](\/docs\/references\/cloud\/client-web\/account#updateMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-challenge.md"
|
||||
"demo": "account\/create-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1245,7 +1245,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/update-m-f-a-challenge.md"
|
||||
"demo": "account\/update-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1368,7 +1368,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "account\/list-m-f-a-factors.md"
|
||||
"demo": "account\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1464,7 +1464,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to read recovery codes.",
|
||||
"demo": "account\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1560,7 +1560,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes as backup for MFA flow. It's recommended to generate and show then immediately after user successfully adds their authehticator. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1656,7 +1656,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to regenreate recovery codes.",
|
||||
"demo": "account\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -2439,7 +2439,7 @@
|
|||
"weight": 27,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-magic-u-r-l-session.md",
|
||||
"demo": "account\/update-magic-url-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session.md",
|
||||
"rate-limit": 10,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -2512,7 +2512,7 @@
|
|||
"weight": 20,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2session.md",
|
||||
"demo": "account\/create-o-auth-2-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3333,7 +3333,7 @@
|
|||
"weight": 25,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-magic-u-r-l-token.md",
|
||||
"demo": "account\/create-magic-url-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-magic-url.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3421,7 +3421,7 @@
|
|||
"weight": 24,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2token.md",
|
||||
"demo": "account\/create-o-auth-2-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -4892,7 +4892,7 @@
|
|||
"weight": 65,
|
||||
"cookies": false,
|
||||
"type": "location",
|
||||
"demo": "avatars\/get-q-r.md",
|
||||
"demo": "avatars\/get-qr.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/avatars\/get-qr.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -5281,7 +5281,7 @@
|
|||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tablesDB.createDatabase"
|
||||
"replaceWith": "tablesDB.create"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
|
|
@ -5310,7 +5310,7 @@
|
|||
"demo": "databases\/create.md",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tablesDB.createDatabase"
|
||||
"replaceWith": "tablesDB.create"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -13822,7 +13822,7 @@
|
|||
"weight": 80,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "health\/get-d-b.md",
|
||||
"demo": "health\/get-db.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/health\/get-db.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -15084,7 +15084,7 @@
|
|||
"weight": 73,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "locale\/list-countries-e-u.md",
|
||||
"demo": "locale\/list-countries-eu.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/locale\/list-countries-eu.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -16141,7 +16141,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new SMS message.",
|
||||
"demo": "messaging\/create-s-m-s.md"
|
||||
"demo": "messaging\/create-sms.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16325,7 +16325,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update an SMS message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"demo": "messaging\/update-s-m-s.md"
|
||||
"demo": "messaging\/update-sms.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16843,7 +16843,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Apple Push Notification service provider.",
|
||||
"demo": "messaging\/create-a-p-n-s-provider.md"
|
||||
"demo": "messaging\/create-apns-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -17026,7 +17026,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a Apple Push Notification service provider by its unique ID.",
|
||||
"demo": "messaging\/update-a-p-n-s-provider.md"
|
||||
"demo": "messaging\/update-apns-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -17201,7 +17201,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Firebase Cloud Messaging provider.",
|
||||
"demo": "messaging\/create-f-c-m-provider.md"
|
||||
"demo": "messaging\/create-fcm-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -17352,7 +17352,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a Firebase Cloud Messaging provider by its unique ID.",
|
||||
"demo": "messaging\/update-f-c-m-provider.md"
|
||||
"demo": "messaging\/update-fcm-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -17685,7 +17685,7 @@
|
|||
"weight": 274,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "messaging\/create-msg91provider.md",
|
||||
"demo": "messaging\/create-msg-91-provider.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/create-msg91-provider.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -17788,7 +17788,7 @@
|
|||
"weight": 287,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "messaging\/update-msg91provider.md",
|
||||
"demo": "messaging\/update-msg-91-provider.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/update-msg91-provider.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -18209,7 +18209,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new SMTP provider.",
|
||||
"demo": "messaging\/create-s-m-t-p-provider.md"
|
||||
"demo": "messaging\/create-smtp-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -18448,7 +18448,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a SMTP provider by its unique ID.",
|
||||
"demo": "messaging\/update-s-m-t-p-provider.md"
|
||||
"demo": "messaging\/update-smtp-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -22465,7 +22465,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update the status of a specific API type. Use this endpoint to enable or disable API types such as REST, GraphQL and Realtime.",
|
||||
"demo": "projects\/update-a-p-i-status.md"
|
||||
"demo": "projects\/update-api-status.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -22615,7 +22615,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update the status of all API types. Use this endpoint to enable or disable API types such as REST, GraphQL and Realtime all at once.",
|
||||
"demo": "projects\/update-a-p-i-status-all.md"
|
||||
"demo": "projects\/update-api-status-all.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -23951,7 +23951,7 @@
|
|||
"weight": 134,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "projects\/create-j-w-t.md",
|
||||
"demo": "projects\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/projects\/create-jwt.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24415,7 +24415,7 @@
|
|||
"weight": 111,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "projects\/update-o-auth2.md",
|
||||
"demo": "projects\/update-o-auth-2.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/projects\/update-oauth2.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25223,7 +25223,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update the SMTP configuration for your project. Use this endpoint to configure your project's SMTP provider with your custom settings for sending transactional emails. ",
|
||||
"demo": "projects\/update-s-m-t-p.md"
|
||||
"demo": "projects\/update-smtp.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -25430,7 +25430,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Send a test email to verify SMTP configuration. ",
|
||||
"demo": "projects\/create-s-m-t-p-test.md"
|
||||
"demo": "projects\/create-smtp-test.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26409,7 +26409,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get a custom SMS template for the specified locale and type returning it's contents.",
|
||||
"demo": "projects\/get-s-m-s-template.md"
|
||||
"demo": "projects\/get-sms-template.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26692,7 +26692,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a custom SMS template for the specified locale and type. Use this endpoint to modify the content of your SMS templates. ",
|
||||
"demo": "projects\/update-s-m-s-template.md"
|
||||
"demo": "projects\/update-sms-template.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26989,7 +26989,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Reset a custom SMS template to its default value. This endpoint removes any custom message and restores the template to its original state. ",
|
||||
"demo": "projects\/delete-s-m-s-template.md"
|
||||
"demo": "projects\/delete-sms-template.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -27769,7 +27769,7 @@
|
|||
"weight": 489,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "proxy\/create-a-p-i-rule.md",
|
||||
"demo": "proxy\/create-api-rule.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterCreate a new proxy rule for serving Appwrite's API on custom domain.",
|
||||
"rate-limit": 10,
|
||||
"rate-time": 60,
|
||||
|
|
@ -32178,7 +32178,7 @@
|
|||
"weight": 375,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list.md",
|
||||
"demo": "tables-db\/list.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32250,7 +32250,7 @@
|
|||
"weight": 371,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create.md",
|
||||
"demo": "tables-db\/create.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32332,7 +32332,7 @@
|
|||
"weight": 377,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-usage.md",
|
||||
"demo": "tables-db\/list-usage.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-usage.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32361,7 +32361,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List usage metrics and statistics for all databases in the project. You can view the total number of databases, tables, rows, and storage usage. The response includes both current totals and historical data over time. Use the optional range parameter to specify the time window for historical data: 24h (last 24 hours), 30d (last 30 days), or 90d (last 90 days). If not specified, range defaults to 30 days.",
|
||||
"demo": "tables-d-b\/list-usage.md"
|
||||
"demo": "tables-db\/list-usage.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -32424,7 +32424,7 @@
|
|||
"weight": 372,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get.md",
|
||||
"demo": "tables-db\/get.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32483,7 +32483,7 @@
|
|||
"weight": 373,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update.md",
|
||||
"demo": "tables-db\/update.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32561,7 +32561,7 @@
|
|||
"weight": 374,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete.md",
|
||||
"demo": "tables-db\/delete.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32620,7 +32620,7 @@
|
|||
"weight": 382,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-tables.md",
|
||||
"demo": "tables-db\/list-tables.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-tables.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32700,7 +32700,7 @@
|
|||
"weight": 378,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-table.md",
|
||||
"demo": "tables-db\/create-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32805,7 +32805,7 @@
|
|||
"weight": 379,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-table.md",
|
||||
"demo": "tables-db\/get-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32872,7 +32872,7 @@
|
|||
"weight": 380,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-table.md",
|
||||
"demo": "tables-db\/update-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -32973,7 +32973,7 @@
|
|||
"weight": 381,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-table.md",
|
||||
"demo": "tables-db\/delete-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33040,7 +33040,7 @@
|
|||
"weight": 387,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-columns.md",
|
||||
"demo": "tables-db\/list-columns.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-columns.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33121,7 +33121,7 @@
|
|||
"weight": 388,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-boolean-column.md",
|
||||
"demo": "tables-db\/create-boolean-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-boolean-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33227,7 +33227,7 @@
|
|||
"weight": 389,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-boolean-column.md",
|
||||
"demo": "tables-db\/update-boolean-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-boolean-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33335,7 +33335,7 @@
|
|||
"weight": 390,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-datetime-column.md",
|
||||
"demo": "tables-db\/create-datetime-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-datetime-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33441,7 +33441,7 @@
|
|||
"weight": 391,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-datetime-column.md",
|
||||
"demo": "tables-db\/update-datetime-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-datetime-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33549,7 +33549,7 @@
|
|||
"weight": 392,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-email-column.md",
|
||||
"demo": "tables-db\/create-email-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-email-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33655,7 +33655,7 @@
|
|||
"weight": 393,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-email-column.md",
|
||||
"demo": "tables-db\/update-email-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-email-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33763,7 +33763,7 @@
|
|||
"weight": 394,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-enum-column.md",
|
||||
"demo": "tables-db\/create-enum-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-enum-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33879,7 +33879,7 @@
|
|||
"weight": 395,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-enum-column.md",
|
||||
"demo": "tables-db\/update-enum-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-enum-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -33997,7 +33997,7 @@
|
|||
"weight": 396,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-float-column.md",
|
||||
"demo": "tables-db\/create-float-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-float-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34115,7 +34115,7 @@
|
|||
"weight": 397,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-float-column.md",
|
||||
"demo": "tables-db\/update-float-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-float-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34235,7 +34235,7 @@
|
|||
"weight": 398,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-integer-column.md",
|
||||
"demo": "tables-db\/create-integer-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-integer-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34353,7 +34353,7 @@
|
|||
"weight": 399,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-integer-column.md",
|
||||
"demo": "tables-db\/update-integer-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-integer-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34473,7 +34473,7 @@
|
|||
"weight": 400,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-ip-column.md",
|
||||
"demo": "tables-db\/create-ip-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-ip-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34579,7 +34579,7 @@
|
|||
"weight": 401,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-ip-column.md",
|
||||
"demo": "tables-db\/update-ip-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-ip-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34687,7 +34687,7 @@
|
|||
"weight": 402,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-relationship-column.md",
|
||||
"demo": "tables-db\/create-relationship-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-relationship-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34820,7 +34820,7 @@
|
|||
"weight": 404,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-string-column.md",
|
||||
"demo": "tables-db\/create-string-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-string-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -34939,7 +34939,7 @@
|
|||
"weight": 405,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-string-column.md",
|
||||
"demo": "tables-db\/update-string-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-string-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35053,7 +35053,7 @@
|
|||
"weight": 406,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-url-column.md",
|
||||
"demo": "tables-db\/create-url-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-url-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35159,7 +35159,7 @@
|
|||
"weight": 407,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-url-column.md",
|
||||
"demo": "tables-db\/update-url-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-url-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35296,7 +35296,7 @@
|
|||
"weight": 385,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-column.md",
|
||||
"demo": "tables-db\/get-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35365,7 +35365,7 @@
|
|||
"weight": 386,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-column.md",
|
||||
"demo": "tables-db\/delete-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35441,7 +35441,7 @@
|
|||
"weight": 403,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-relationship-column.md",
|
||||
"demo": "tables-db\/update-relationship-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-relationship-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35543,7 +35543,7 @@
|
|||
"weight": 411,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-indexes.md",
|
||||
"demo": "tables-db\/list-indexes.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-indexes.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35622,7 +35622,7 @@
|
|||
"weight": 408,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-index.md",
|
||||
"demo": "tables-db\/create-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35749,7 +35749,7 @@
|
|||
"weight": 409,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-index.md",
|
||||
"demo": "tables-db\/get-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35818,7 +35818,7 @@
|
|||
"weight": 410,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-index.md",
|
||||
"demo": "tables-db\/delete-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35892,7 +35892,7 @@
|
|||
"weight": 383,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-table-logs.md",
|
||||
"demo": "tables-db\/list-table-logs.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-table-logs.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -35970,7 +35970,7 @@
|
|||
"weight": 420,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-rows.md",
|
||||
"demo": "tables-db\/list-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-rows.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -36051,7 +36051,7 @@
|
|||
"weight": 412,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-row.md",
|
||||
"demo": "tables-db\/create-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36090,7 +36090,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-row.md"
|
||||
"demo": "tables-db\/create-row.md"
|
||||
},
|
||||
{
|
||||
"name": "createRows",
|
||||
|
|
@ -36116,7 +36116,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create new Rows. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-rows.md"
|
||||
"demo": "tables-db\/create-rows.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -36216,7 +36216,7 @@
|
|||
"weight": 417,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-rows.md",
|
||||
"demo": "tables-db\/upsert-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-rows.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36252,7 +36252,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update Rows. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.\n",
|
||||
"demo": "tables-d-b\/upsert-rows.md"
|
||||
"demo": "tables-db\/upsert-rows.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -36333,7 +36333,7 @@
|
|||
"weight": 415,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-rows.md",
|
||||
"demo": "tables-db\/update-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-rows.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36425,7 +36425,7 @@
|
|||
"weight": 419,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-rows.md",
|
||||
"demo": "tables-db\/delete-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-rows.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36511,7 +36511,7 @@
|
|||
"weight": 413,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-row.md",
|
||||
"demo": "tables-db\/get-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-row.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -36600,7 +36600,7 @@
|
|||
"weight": 416,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-row.md",
|
||||
"demo": "tables-db\/upsert-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36638,7 +36638,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update a Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/upsert-row.md"
|
||||
"demo": "tables-db\/upsert-row.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -36731,7 +36731,7 @@
|
|||
"weight": 414,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-row.md",
|
||||
"demo": "tables-db\/update-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36827,7 +36827,7 @@
|
|||
"weight": 418,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-row.md",
|
||||
"demo": "tables-db\/delete-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-row.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -36904,7 +36904,7 @@
|
|||
"weight": 421,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-row-logs.md",
|
||||
"demo": "tables-db\/list-row-logs.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-row-logs.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -36992,7 +36992,7 @@
|
|||
"weight": 423,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/decrement-row-column.md",
|
||||
"demo": "tables-db\/decrement-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/decrement-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -37100,7 +37100,7 @@
|
|||
"weight": 422,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/increment-row-column.md",
|
||||
"demo": "tables-db\/increment-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/increment-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -37206,7 +37206,7 @@
|
|||
"weight": 384,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-table-usage.md",
|
||||
"demo": "tables-db\/get-table-usage.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-table-usage.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -37292,7 +37292,7 @@
|
|||
"weight": 376,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-usage.md",
|
||||
"demo": "tables-db\/get-usage.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-database-usage.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -37324,7 +37324,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get usage metrics and statistics for a database. You can view the total number of tables, rows, and storage usage. The response includes both current totals and historical data over time. Use the optional range parameter to specify the time window for historical data: 24h (last 24 hours), 30d (last 30 days), or 90d (last 90 days). If not specified, range defaults to 30 days.",
|
||||
"demo": "tables-d-b\/get-usage.md"
|
||||
"demo": "tables-db\/get-usage.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -38996,7 +38996,7 @@
|
|||
"weight": 188,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-argon2user.md",
|
||||
"demo": "users\/create-argon-2-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-argon2-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -39306,7 +39306,7 @@
|
|||
"weight": 187,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-m-d5user.md",
|
||||
"demo": "users\/create-md-5-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-md5-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -39397,7 +39397,7 @@
|
|||
"weight": 190,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-p-h-pass-user.md",
|
||||
"demo": "users\/create-ph-pass-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-phpass-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -39726,7 +39726,7 @@
|
|||
"weight": 189,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-s-h-a-user.md",
|
||||
"demo": "users\/create-sha-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-sha-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -40100,7 +40100,7 @@
|
|||
"weight": 226,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-j-w-t.md",
|
||||
"demo": "users\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-user-jwt.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -40480,7 +40480,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Enable or disable MFA on a user account.",
|
||||
"demo": "users\/update-m-f-a.md"
|
||||
"demo": "users\/update-mfa.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -40610,7 +40610,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator app.",
|
||||
"demo": "users\/delete-m-f-a-authenticator.md"
|
||||
"demo": "users\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -40736,7 +40736,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "users\/list-m-f-a-factors.md"
|
||||
"demo": "users\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -40849,7 +40849,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow by User ID. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method.",
|
||||
"demo": "users\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -40962,7 +40962,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow by User ID. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method.",
|
||||
"demo": "users\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -41075,7 +41075,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes used as backup for MFA flow for User ID. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method by client SDK.",
|
||||
"demo": "users\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
|
|||
|
|
@ -455,7 +455,7 @@
|
|||
"weight": 30,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-j-w-t.md",
|
||||
"demo": "account\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-jwt.md",
|
||||
"rate-limit": 100,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -572,7 +572,7 @@
|
|||
"weight": 45,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-m-f-a.md",
|
||||
"demo": "account\/update-mfa.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/update-mfa.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -710,7 +710,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Add an authenticator app to be used as an MFA factor. Verify the authenticator using the [verify authenticator](\/docs\/references\/cloud\/client-web\/account#updateMfaAuthenticator) method.",
|
||||
"demo": "account\/create-m-f-a-authenticator.md"
|
||||
"demo": "account\/create-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -837,7 +837,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Verify an authenticator app after adding it using the [add authenticator](\/docs\/references\/cloud\/client-web\/account#createMfaAuthenticator) method.",
|
||||
"demo": "account\/update-m-f-a-authenticator.md"
|
||||
"demo": "account\/update-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -971,7 +971,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator for a user by ID.",
|
||||
"demo": "account\/delete-m-f-a-authenticator.md"
|
||||
"demo": "account\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1094,7 +1094,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Begin the process of MFA verification after sign-in. Finish the flow with [updateMfaChallenge](\/docs\/references\/cloud\/client-web\/account#updateMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-challenge.md"
|
||||
"demo": "account\/create-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1231,7 +1231,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/update-m-f-a-challenge.md"
|
||||
"demo": "account\/update-mfa-challenge.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1358,7 +1358,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "account\/list-m-f-a-factors.md"
|
||||
"demo": "account\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1458,7 +1458,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to read recovery codes.",
|
||||
"demo": "account\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1558,7 +1558,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes as backup for MFA flow. It's recommended to generate and show then immediately after user successfully adds their authehticator. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"demo": "account\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -1658,7 +1658,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method. An OTP challenge is required to regenreate recovery codes.",
|
||||
"demo": "account\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "account\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -2461,7 +2461,7 @@
|
|||
"weight": 27,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/update-magic-u-r-l-session.md",
|
||||
"demo": "account\/update-magic-url-session.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-session.md",
|
||||
"rate-limit": 10,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3017,7 +3017,7 @@
|
|||
"weight": 25,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "account\/create-magic-u-r-l-token.md",
|
||||
"demo": "account\/create-magic-url-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-magic-url.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -3105,7 +3105,7 @@
|
|||
"weight": 24,
|
||||
"cookies": false,
|
||||
"type": "webAuth",
|
||||
"demo": "account\/create-o-auth2token.md",
|
||||
"demo": "account\/create-o-auth-2-token.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-token-oauth2.md",
|
||||
"rate-limit": 50,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -4596,7 +4596,7 @@
|
|||
"weight": 65,
|
||||
"cookies": false,
|
||||
"type": "location",
|
||||
"demo": "avatars\/get-q-r.md",
|
||||
"demo": "avatars\/get-qr.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/avatars\/get-qr.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -4805,7 +4805,7 @@
|
|||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tablesDB.createDatabase"
|
||||
"replaceWith": "tablesDB.create"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
|
|
@ -4835,7 +4835,7 @@
|
|||
"demo": "databases\/create.md",
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tablesDB.createDatabase"
|
||||
"replaceWith": "tablesDB.create"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -12570,7 +12570,7 @@
|
|||
"weight": 80,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "health\/get-d-b.md",
|
||||
"demo": "health\/get-db.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/health\/get-db.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -13858,7 +13858,7 @@
|
|||
"weight": 73,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "locale\/list-countries-e-u.md",
|
||||
"demo": "locale\/list-countries-eu.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/locale\/list-countries-eu.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -14930,7 +14930,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new SMS message.",
|
||||
"demo": "messaging\/create-s-m-s.md"
|
||||
"demo": "messaging\/create-sms.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -15117,7 +15117,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update an SMS message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"demo": "messaging\/update-s-m-s.md"
|
||||
"demo": "messaging\/update-sms.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -15643,7 +15643,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Apple Push Notification service provider.",
|
||||
"demo": "messaging\/create-a-p-n-s-provider.md"
|
||||
"demo": "messaging\/create-apns-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -15829,7 +15829,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a Apple Push Notification service provider by its unique ID.",
|
||||
"demo": "messaging\/update-a-p-n-s-provider.md"
|
||||
"demo": "messaging\/update-apns-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16007,7 +16007,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Firebase Cloud Messaging provider.",
|
||||
"demo": "messaging\/create-f-c-m-provider.md"
|
||||
"demo": "messaging\/create-fcm-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16161,7 +16161,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a Firebase Cloud Messaging provider by its unique ID.",
|
||||
"demo": "messaging\/update-f-c-m-provider.md"
|
||||
"demo": "messaging\/update-fcm-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -16497,7 +16497,7 @@
|
|||
"weight": 274,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "messaging\/create-msg91provider.md",
|
||||
"demo": "messaging\/create-msg-91-provider.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/create-msg91-provider.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -16601,7 +16601,7 @@
|
|||
"weight": 287,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "messaging\/update-msg91provider.md",
|
||||
"demo": "messaging\/update-msg-91-provider.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/messaging\/update-msg91-provider.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -17027,7 +17027,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new SMTP provider.",
|
||||
"demo": "messaging\/create-s-m-t-p-provider.md"
|
||||
"demo": "messaging\/create-smtp-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -17269,7 +17269,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Update a SMTP provider by its unique ID.",
|
||||
"demo": "messaging\/update-s-m-t-p-provider.md"
|
||||
"demo": "messaging\/update-smtp-provider.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -22730,7 +22730,7 @@
|
|||
"weight": 375,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list.md",
|
||||
"demo": "tables-db\/list.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -22803,7 +22803,7 @@
|
|||
"weight": 371,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create.md",
|
||||
"demo": "tables-db\/create.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -22886,7 +22886,7 @@
|
|||
"weight": 372,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get.md",
|
||||
"demo": "tables-db\/get.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -22946,7 +22946,7 @@
|
|||
"weight": 373,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update.md",
|
||||
"demo": "tables-db\/update.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23025,7 +23025,7 @@
|
|||
"weight": 374,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete.md",
|
||||
"demo": "tables-db\/delete.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23085,7 +23085,7 @@
|
|||
"weight": 382,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-tables.md",
|
||||
"demo": "tables-db\/list-tables.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-tables.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23166,7 +23166,7 @@
|
|||
"weight": 378,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-table.md",
|
||||
"demo": "tables-db\/create-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23272,7 +23272,7 @@
|
|||
"weight": 379,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-table.md",
|
||||
"demo": "tables-db\/get-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23340,7 +23340,7 @@
|
|||
"weight": 380,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-table.md",
|
||||
"demo": "tables-db\/update-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23442,7 +23442,7 @@
|
|||
"weight": 381,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-table.md",
|
||||
"demo": "tables-db\/delete-table.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-table.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23510,7 +23510,7 @@
|
|||
"weight": 387,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-columns.md",
|
||||
"demo": "tables-db\/list-columns.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-columns.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23592,7 +23592,7 @@
|
|||
"weight": 388,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-boolean-column.md",
|
||||
"demo": "tables-db\/create-boolean-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-boolean-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23699,7 +23699,7 @@
|
|||
"weight": 389,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-boolean-column.md",
|
||||
"demo": "tables-db\/update-boolean-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-boolean-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23808,7 +23808,7 @@
|
|||
"weight": 390,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-datetime-column.md",
|
||||
"demo": "tables-db\/create-datetime-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-datetime-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -23915,7 +23915,7 @@
|
|||
"weight": 391,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-datetime-column.md",
|
||||
"demo": "tables-db\/update-datetime-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-datetime-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24024,7 +24024,7 @@
|
|||
"weight": 392,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-email-column.md",
|
||||
"demo": "tables-db\/create-email-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-email-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24131,7 +24131,7 @@
|
|||
"weight": 393,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-email-column.md",
|
||||
"demo": "tables-db\/update-email-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-email-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24240,7 +24240,7 @@
|
|||
"weight": 394,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-enum-column.md",
|
||||
"demo": "tables-db\/create-enum-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-enum-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24357,7 +24357,7 @@
|
|||
"weight": 395,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-enum-column.md",
|
||||
"demo": "tables-db\/update-enum-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-enum-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24476,7 +24476,7 @@
|
|||
"weight": 396,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-float-column.md",
|
||||
"demo": "tables-db\/create-float-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-float-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24595,7 +24595,7 @@
|
|||
"weight": 397,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-float-column.md",
|
||||
"demo": "tables-db\/update-float-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-float-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24716,7 +24716,7 @@
|
|||
"weight": 398,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-integer-column.md",
|
||||
"demo": "tables-db\/create-integer-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-integer-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24835,7 +24835,7 @@
|
|||
"weight": 399,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-integer-column.md",
|
||||
"demo": "tables-db\/update-integer-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-integer-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -24956,7 +24956,7 @@
|
|||
"weight": 400,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-ip-column.md",
|
||||
"demo": "tables-db\/create-ip-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-ip-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25063,7 +25063,7 @@
|
|||
"weight": 401,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-ip-column.md",
|
||||
"demo": "tables-db\/update-ip-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-ip-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25172,7 +25172,7 @@
|
|||
"weight": 402,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-relationship-column.md",
|
||||
"demo": "tables-db\/create-relationship-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-relationship-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25306,7 +25306,7 @@
|
|||
"weight": 404,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-string-column.md",
|
||||
"demo": "tables-db\/create-string-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-string-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25426,7 +25426,7 @@
|
|||
"weight": 405,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-string-column.md",
|
||||
"demo": "tables-db\/update-string-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-string-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25541,7 +25541,7 @@
|
|||
"weight": 406,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-url-column.md",
|
||||
"demo": "tables-db\/create-url-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-url-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25648,7 +25648,7 @@
|
|||
"weight": 407,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-url-column.md",
|
||||
"demo": "tables-db\/update-url-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-url-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25786,7 +25786,7 @@
|
|||
"weight": 385,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-column.md",
|
||||
"demo": "tables-db\/get-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25856,7 +25856,7 @@
|
|||
"weight": 386,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-column.md",
|
||||
"demo": "tables-db\/delete-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -25933,7 +25933,7 @@
|
|||
"weight": 403,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-relationship-column.md",
|
||||
"demo": "tables-db\/update-relationship-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-relationship-column.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26036,7 +26036,7 @@
|
|||
"weight": 411,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-indexes.md",
|
||||
"demo": "tables-db\/list-indexes.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-indexes.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26116,7 +26116,7 @@
|
|||
"weight": 408,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-index.md",
|
||||
"demo": "tables-db\/create-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26244,7 +26244,7 @@
|
|||
"weight": 409,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-index.md",
|
||||
"demo": "tables-db\/get-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26314,7 +26314,7 @@
|
|||
"weight": 410,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-index.md",
|
||||
"demo": "tables-db\/delete-index.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-index.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26389,7 +26389,7 @@
|
|||
"weight": 420,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/list-rows.md",
|
||||
"demo": "tables-db\/list-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/list-rows.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -26472,7 +26472,7 @@
|
|||
"weight": 412,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/create-row.md",
|
||||
"demo": "tables-db\/create-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/create-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -26512,7 +26512,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create a new Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-row.md"
|
||||
"demo": "tables-db\/create-row.md"
|
||||
},
|
||||
{
|
||||
"name": "createRows",
|
||||
|
|
@ -26539,7 +26539,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create new Rows. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/create-rows.md"
|
||||
"demo": "tables-db\/create-rows.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26641,7 +26641,7 @@
|
|||
"weight": 417,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-rows.md",
|
||||
"demo": "tables-db\/upsert-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-rows.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -26678,7 +26678,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update Rows. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.\n",
|
||||
"demo": "tables-d-b\/upsert-rows.md"
|
||||
"demo": "tables-db\/upsert-rows.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -26760,7 +26760,7 @@
|
|||
"weight": 415,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-rows.md",
|
||||
"demo": "tables-db\/update-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-rows.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -26853,7 +26853,7 @@
|
|||
"weight": 419,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-rows.md",
|
||||
"demo": "tables-db\/delete-rows.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-rows.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -26940,7 +26940,7 @@
|
|||
"weight": 413,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/get-row.md",
|
||||
"demo": "tables-db\/get-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/get-row.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -27031,7 +27031,7 @@
|
|||
"weight": 416,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/upsert-row.md",
|
||||
"demo": "tables-db\/upsert-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/upsert-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -27070,7 +27070,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Create or update a Row. Before using this route, you should create a new table resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/tablesdb#tablesDBCreateTable) API or directly from your database console.",
|
||||
"demo": "tables-d-b\/upsert-row.md"
|
||||
"demo": "tables-db\/upsert-row.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -27165,7 +27165,7 @@
|
|||
"weight": 414,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/update-row.md",
|
||||
"demo": "tables-db\/update-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/update-row.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -27263,7 +27263,7 @@
|
|||
"weight": 418,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/delete-row.md",
|
||||
"demo": "tables-db\/delete-row.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/delete-row.md",
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
|
|
@ -27344,7 +27344,7 @@
|
|||
"weight": 423,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/decrement-row-column.md",
|
||||
"demo": "tables-db\/decrement-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/decrement-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -27454,7 +27454,7 @@
|
|||
"weight": 422,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "tables-d-b\/increment-row-column.md",
|
||||
"demo": "tables-db\/increment-row-column.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/tablesdb\/increment-row-column.md",
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
|
|
@ -29126,7 +29126,7 @@
|
|||
"weight": 188,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-argon2user.md",
|
||||
"demo": "users\/create-argon-2-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-argon2-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -29440,7 +29440,7 @@
|
|||
"weight": 187,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-m-d5user.md",
|
||||
"demo": "users\/create-md-5-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-md5-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -29532,7 +29532,7 @@
|
|||
"weight": 190,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-p-h-pass-user.md",
|
||||
"demo": "users\/create-ph-pass-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-phpass-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -29864,7 +29864,7 @@
|
|||
"weight": 189,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-s-h-a-user.md",
|
||||
"demo": "users\/create-sha-user.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-sha-user.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -30172,7 +30172,7 @@
|
|||
"weight": 226,
|
||||
"cookies": false,
|
||||
"type": "",
|
||||
"demo": "users\/create-j-w-t.md",
|
||||
"demo": "users\/create-jwt.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/users\/create-user-jwt.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
|
|
@ -30558,7 +30558,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Enable or disable MFA on a user account.",
|
||||
"demo": "users\/update-m-f-a.md"
|
||||
"demo": "users\/update-mfa.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -30691,7 +30691,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Delete an authenticator app.",
|
||||
"demo": "users\/delete-m-f-a-authenticator.md"
|
||||
"demo": "users\/delete-mfa-authenticator.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -30820,7 +30820,7 @@
|
|||
}
|
||||
],
|
||||
"description": "List the factors available on the account to be used as a MFA challange.",
|
||||
"demo": "users\/list-m-f-a-factors.md"
|
||||
"demo": "users\/list-mfa-factors.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -30936,7 +30936,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Get recovery codes that can be used as backup for MFA flow by User ID. Before getting codes, they must be generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method.",
|
||||
"demo": "users\/get-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/get-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -31052,7 +31052,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Regenerate recovery codes that can be used as backup for MFA flow by User ID. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](\/docs\/references\/cloud\/client-web\/account#createMfaRecoveryCodes) method.",
|
||||
"demo": "users\/update-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/update-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
@ -31168,7 +31168,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Generate recovery codes used as backup for MFA flow for User ID. Recovery codes can be used as a MFA verification type in [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method by client SDK.",
|
||||
"demo": "users\/create-m-f-a-recovery-codes.md"
|
||||
"demo": "users\/create-mfa-recovery-codes.md"
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
|
|
|
|||
24
composer.lock
generated
24
composer.lock
generated
|
|
@ -3861,16 +3861,16 @@
|
|||
},
|
||||
{
|
||||
"name": "utopia-php/framework",
|
||||
"version": "0.33.21",
|
||||
"version": "0.33.22",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/utopia-php/http.git",
|
||||
"reference": "eb0e82e90b8fa493f99b8d131bdd25173422c493"
|
||||
"reference": "c01a815cb976c9255e045fc3bcc3f5fcf477e0bc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/utopia-php/http/zipball/eb0e82e90b8fa493f99b8d131bdd25173422c493",
|
||||
"reference": "eb0e82e90b8fa493f99b8d131bdd25173422c493",
|
||||
"url": "https://api.github.com/repos/utopia-php/http/zipball/c01a815cb976c9255e045fc3bcc3f5fcf477e0bc",
|
||||
"reference": "c01a815cb976c9255e045fc3bcc3f5fcf477e0bc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -3902,9 +3902,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/utopia-php/http/issues",
|
||||
"source": "https://github.com/utopia-php/http/tree/0.33.21"
|
||||
"source": "https://github.com/utopia-php/http/tree/0.33.22"
|
||||
},
|
||||
"time": "2025-08-19T10:52:15+00:00"
|
||||
"time": "2025-08-26T10:29:50+00:00"
|
||||
},
|
||||
{
|
||||
"name": "utopia-php/image",
|
||||
|
|
@ -4926,16 +4926,16 @@
|
|||
"packages-dev": [
|
||||
{
|
||||
"name": "appwrite/sdk-generator",
|
||||
"version": "1.1.12",
|
||||
"version": "1.1.13",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/appwrite/sdk-generator.git",
|
||||
"reference": "0968928543fc78ae83676a5844010bf8422b3470"
|
||||
"reference": "3a4b01bf4c729c2aee8e1d7fec39f00e8b95fa43"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/0968928543fc78ae83676a5844010bf8422b3470",
|
||||
"reference": "0968928543fc78ae83676a5844010bf8422b3470",
|
||||
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/3a4b01bf4c729c2aee8e1d7fec39f00e8b95fa43",
|
||||
"reference": "3a4b01bf4c729c2aee8e1d7fec39f00e8b95fa43",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -4971,9 +4971,9 @@
|
|||
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
|
||||
"support": {
|
||||
"issues": "https://github.com/appwrite/sdk-generator/issues",
|
||||
"source": "https://github.com/appwrite/sdk-generator/tree/1.1.12"
|
||||
"source": "https://github.com/appwrite/sdk-generator/tree/1.1.13"
|
||||
},
|
||||
"time": "2025-08-26T08:46:30+00:00"
|
||||
"time": "2025-08-26T11:08:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/annotations",
|
||||
|
|
|
|||
|
|
@ -173,6 +173,6 @@ class Template extends View
|
|||
*/
|
||||
public static function fromCamelCaseToDash($input): string
|
||||
{
|
||||
return \str_replace([' ', '_'], '-', \strtolower(\preg_replace('/([a-zA-Z])(?=[A-Z])/', '$1-', $input)));
|
||||
return \strtolower(\preg_replace('/(?<!^)([A-Z][a-z]|(?<=[a-z])[^a-z\s]|(?<=[A-Z])[0-9_])/', '-$1', $input));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue