mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge pull request #8745 from appwrite/update-database-metrics
chore: remove db disk storage calculation
This commit is contained in:
commit
1abd096347
17 changed files with 417 additions and 475 deletions
|
|
@ -320,15 +320,12 @@ These are the current metrics we collect usage stats for:
|
|||
| executions | Total number of executions per project |
|
||||
| databases | Total number of databases per project |
|
||||
| databases.storage | Total amount of storage used by all databases per project (in bytes) |
|
||||
| databases.storage_disk | Total amount of storage used by all database per project on disk (in bytes) |
|
||||
| collections | Total number of collections per project |
|
||||
| {databaseInternalId}.collections | Total number of collections per database|
|
||||
| {databaseInternalId}.storage | Sum of database storage (in bytes) |
|
||||
| {databaseInternalId}.storage_disk | Sum of database storage on disk (in bytes) |
|
||||
| documents | Total number of documents per project |
|
||||
| {databaseInternalId}.{collectionInternalId}.documents | Total number of documents per collection |
|
||||
| {databaseInternalId}.{collectionInternalId}.storage | Sum of database storage used by the collection (in bytes) |
|
||||
| {databsaeInternalId}.{collectionInternalId}.storage_disk | Sum of database storage used by the collection on disk (in bytes) |
|
||||
| buckets | Total number of buckets per project |
|
||||
| files | Total number of files per project |
|
||||
| {bucketInternalId}.files.storage | Sum of files.storage per bucket (in bytes) |
|
||||
|
|
|
|||
|
|
@ -239,7 +239,7 @@
|
|||
},
|
||||
"\/account\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "accountListIdentities",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -556,7 +556,7 @@
|
|||
},
|
||||
"\/account\/mfa\/authenticators\/{type}": {
|
||||
"post": {
|
||||
"summary": "Create Authenticator",
|
||||
"summary": "Create authenticator",
|
||||
"operationId": "accountCreateMfaAuthenticator",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -624,7 +624,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Verify Authenticator",
|
||||
"summary": "Verify authenticator",
|
||||
"operationId": "accountUpdateMfaAuthenticator",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -711,7 +711,7 @@
|
|||
}
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "accountDeleteMfaAuthenticator",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -774,7 +774,7 @@
|
|||
},
|
||||
"\/account\/mfa\/challenge": {
|
||||
"post": {
|
||||
"summary": "Create MFA Challenge",
|
||||
"summary": "Create MFA challenge",
|
||||
"operationId": "accountCreateMfaChallenge",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -850,7 +850,7 @@
|
|||
}
|
||||
},
|
||||
"put": {
|
||||
"summary": "Create MFA Challenge (confirmation)",
|
||||
"summary": "Create MFA challenge (confirmation)",
|
||||
"operationId": "accountUpdateMfaChallenge",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -928,7 +928,7 @@
|
|||
},
|
||||
"\/account\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "accountListMfaFactors",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -981,7 +981,7 @@
|
|||
},
|
||||
"\/account\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "accountGetMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -1032,7 +1032,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "accountCreateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -1083,7 +1083,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "accountUpdateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -5368,7 +5368,7 @@
|
|||
},
|
||||
"\/locale\/codes": {
|
||||
"get": {
|
||||
"summary": "List Locale Codes",
|
||||
"summary": "List locale codes",
|
||||
"operationId": "localeListCodes",
|
||||
"tags": [
|
||||
"locale"
|
||||
|
|
@ -6268,7 +6268,7 @@
|
|||
}
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete File",
|
||||
"summary": "Delete file",
|
||||
"operationId": "storageDeleteFile",
|
||||
"tags": [
|
||||
"storage"
|
||||
|
|
|
|||
|
|
@ -278,7 +278,7 @@
|
|||
},
|
||||
"\/account\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "accountListIdentities",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -591,7 +591,7 @@
|
|||
},
|
||||
"\/account\/mfa\/authenticators\/{type}": {
|
||||
"post": {
|
||||
"summary": "Create Authenticator",
|
||||
"summary": "Create authenticator",
|
||||
"operationId": "accountCreateMfaAuthenticator",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -658,7 +658,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Verify Authenticator",
|
||||
"summary": "Verify authenticator",
|
||||
"operationId": "accountUpdateMfaAuthenticator",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -744,7 +744,7 @@
|
|||
}
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "accountDeleteMfaAuthenticator",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -806,7 +806,7 @@
|
|||
},
|
||||
"\/account\/mfa\/challenge": {
|
||||
"post": {
|
||||
"summary": "Create MFA Challenge",
|
||||
"summary": "Create MFA challenge",
|
||||
"operationId": "accountCreateMfaChallenge",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -882,7 +882,7 @@
|
|||
}
|
||||
},
|
||||
"put": {
|
||||
"summary": "Create MFA Challenge (confirmation)",
|
||||
"summary": "Create MFA challenge (confirmation)",
|
||||
"operationId": "accountUpdateMfaChallenge",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -959,7 +959,7 @@
|
|||
},
|
||||
"\/account\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "accountListMfaFactors",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -1011,7 +1011,7 @@
|
|||
},
|
||||
"\/account\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "accountGetMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -1061,7 +1061,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "accountCreateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -1111,7 +1111,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "accountUpdateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -4452,7 +4452,7 @@
|
|||
},
|
||||
"\/console\/assistant": {
|
||||
"post": {
|
||||
"summary": "Ask Query",
|
||||
"summary": "Ask query",
|
||||
"operationId": "assistantChat",
|
||||
"tags": [
|
||||
"assistant"
|
||||
|
|
@ -13257,7 +13257,7 @@
|
|||
},
|
||||
"\/locale\/codes": {
|
||||
"get": {
|
||||
"summary": "List Locale Codes",
|
||||
"summary": "List locale codes",
|
||||
"operationId": "localeListCodes",
|
||||
"tags": [
|
||||
"locale"
|
||||
|
|
@ -18060,7 +18060,7 @@
|
|||
},
|
||||
"\/migrations": {
|
||||
"get": {
|
||||
"summary": "List Migrations",
|
||||
"summary": "List migrations",
|
||||
"operationId": "migrationsList",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18136,7 +18136,7 @@
|
|||
},
|
||||
"\/migrations\/appwrite": {
|
||||
"post": {
|
||||
"summary": "Migrate Appwrite Data",
|
||||
"summary": "Migrate Appwrite data",
|
||||
"operationId": "migrationsCreateAppwriteMigration",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18226,7 +18226,7 @@
|
|||
},
|
||||
"\/migrations\/appwrite\/report": {
|
||||
"get": {
|
||||
"summary": "Generate a report on Appwrite Data",
|
||||
"summary": "Generate a report on Appwrite data",
|
||||
"operationId": "migrationsGetAppwriteReport",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18321,7 +18321,7 @@
|
|||
},
|
||||
"\/migrations\/firebase": {
|
||||
"post": {
|
||||
"summary": "Migrate Firebase Data (Service Account)",
|
||||
"summary": "Migrate Firebase data (Service Account)",
|
||||
"operationId": "migrationsCreateFirebaseMigration",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18399,7 +18399,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/deauthorize": {
|
||||
"get": {
|
||||
"summary": "Revoke Appwrite's authorization to access Firebase Projects",
|
||||
"summary": "Revoke Appwrite's authorization to access Firebase projects",
|
||||
"operationId": "migrationsDeleteFirebaseAuth",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18442,7 +18442,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/oauth": {
|
||||
"post": {
|
||||
"summary": "Migrate Firebase Data (OAuth)",
|
||||
"summary": "Migrate Firebase data (OAuth)",
|
||||
"operationId": "migrationsCreateFirebaseOAuthMigration",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18520,7 +18520,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/projects": {
|
||||
"get": {
|
||||
"summary": "List Firebase Projects",
|
||||
"summary": "List Firebase projects",
|
||||
"operationId": "migrationsListFirebaseProjects",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18570,7 +18570,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/report": {
|
||||
"get": {
|
||||
"summary": "Generate a report on Firebase Data",
|
||||
"summary": "Generate a report on Firebase data",
|
||||
"operationId": "migrationsGetFirebaseReport",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18644,7 +18644,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/report\/oauth": {
|
||||
"get": {
|
||||
"summary": "Generate a report on Firebase Data using OAuth",
|
||||
"summary": "Generate a report on Firebase data using OAuth",
|
||||
"operationId": "migrationsGetFirebaseReportOAuth",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18718,7 +18718,7 @@
|
|||
},
|
||||
"\/migrations\/nhost": {
|
||||
"post": {
|
||||
"summary": "Migrate NHost Data",
|
||||
"summary": "Migrate NHost data",
|
||||
"operationId": "migrationsCreateNHostMigration",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18966,7 +18966,7 @@
|
|||
},
|
||||
"\/migrations\/supabase": {
|
||||
"post": {
|
||||
"summary": "Migrate Supabase Data",
|
||||
"summary": "Migrate Supabase data",
|
||||
"operationId": "migrationsCreateSupabaseMigration",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -19199,7 +19199,7 @@
|
|||
},
|
||||
"\/migrations\/{migrationId}": {
|
||||
"get": {
|
||||
"summary": "Get Migration",
|
||||
"summary": "Get migration",
|
||||
"operationId": "migrationsGet",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -19259,7 +19259,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Retry Migration",
|
||||
"summary": "Retry migration",
|
||||
"operationId": "migrationsRetry",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -19319,7 +19319,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Migration",
|
||||
"summary": "Delete migration",
|
||||
"operationId": "migrationsDelete",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -19464,7 +19464,7 @@
|
|||
},
|
||||
"\/project\/variables": {
|
||||
"get": {
|
||||
"summary": "List Variables",
|
||||
"summary": "List variables",
|
||||
"operationId": "projectListVariables",
|
||||
"tags": [
|
||||
"project"
|
||||
|
|
@ -19512,7 +19512,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create Variable",
|
||||
"summary": "Create variable",
|
||||
"operationId": "projectCreateVariable",
|
||||
"tags": [
|
||||
"project"
|
||||
|
|
@ -19587,7 +19587,7 @@
|
|||
},
|
||||
"\/project\/variables\/{variableId}": {
|
||||
"get": {
|
||||
"summary": "Get Variable",
|
||||
"summary": "Get variable",
|
||||
"operationId": "projectGetVariable",
|
||||
"tags": [
|
||||
"project"
|
||||
|
|
@ -19647,7 +19647,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Update Variable",
|
||||
"summary": "Update variable",
|
||||
"operationId": "projectUpdateVariable",
|
||||
"tags": [
|
||||
"project"
|
||||
|
|
@ -19731,7 +19731,7 @@
|
|||
}
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Variable",
|
||||
"summary": "Delete variable",
|
||||
"operationId": "projectDeleteVariable",
|
||||
"tags": [
|
||||
"project"
|
||||
|
|
@ -21282,7 +21282,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.read",
|
||||
"scope": "keys.read",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21342,7 +21342,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "keys.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21437,7 +21437,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.read",
|
||||
"scope": "keys.read",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21507,7 +21507,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "keys.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21603,7 +21603,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "keys.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21814,7 +21814,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.read",
|
||||
"scope": "platforms.read",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21874,7 +21874,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "platforms.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21995,7 +21995,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.read",
|
||||
"scope": "platforms.read",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -22065,7 +22065,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "platforms.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -22162,7 +22162,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "platforms.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -24640,7 +24640,7 @@
|
|||
},
|
||||
"\/proxy\/rules": {
|
||||
"get": {
|
||||
"summary": "List Rules",
|
||||
"summary": "List rules",
|
||||
"operationId": "proxyListRules",
|
||||
"tags": [
|
||||
"proxy"
|
||||
|
|
@ -24714,7 +24714,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create Rule",
|
||||
"summary": "Create rule",
|
||||
"operationId": "proxyCreateRule",
|
||||
"tags": [
|
||||
"proxy"
|
||||
|
|
@ -24800,7 +24800,7 @@
|
|||
},
|
||||
"\/proxy\/rules\/{ruleId}": {
|
||||
"get": {
|
||||
"summary": "Get Rule",
|
||||
"summary": "Get rule",
|
||||
"operationId": "proxyGetRule",
|
||||
"tags": [
|
||||
"proxy"
|
||||
|
|
@ -24860,7 +24860,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Rule",
|
||||
"summary": "Delete rule",
|
||||
"operationId": "proxyDeleteRule",
|
||||
"tags": [
|
||||
"proxy"
|
||||
|
|
@ -24915,7 +24915,7 @@
|
|||
},
|
||||
"\/proxy\/rules\/{ruleId}\/verification": {
|
||||
"patch": {
|
||||
"summary": "Update Rule Verification Status",
|
||||
"summary": "Update rule verification status",
|
||||
"operationId": "proxyUpdateRuleVerification",
|
||||
"tags": [
|
||||
"proxy"
|
||||
|
|
@ -25791,7 +25791,7 @@
|
|||
}
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete File",
|
||||
"summary": "Delete file",
|
||||
"operationId": "storageDeleteFile",
|
||||
"tags": [
|
||||
"storage"
|
||||
|
|
@ -27842,7 +27842,7 @@
|
|||
},
|
||||
"\/users\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "usersListIdentities",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -29141,7 +29141,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/authenticators\/{type}": {
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "usersDeleteMfaAuthenticator",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -29219,7 +29219,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "usersListMfaFactors",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -29282,7 +29282,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "usersGetMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -29343,7 +29343,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "usersUpdateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -29404,7 +29404,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "usersCreateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -30182,7 +30182,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/targets": {
|
||||
"get": {
|
||||
"summary": "List User Targets",
|
||||
"summary": "List user targets",
|
||||
"operationId": "usersListTargets",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -30257,7 +30257,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create User Target",
|
||||
"summary": "Create user target",
|
||||
"operationId": "usersCreateTarget",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -30369,7 +30369,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/targets\/{targetId}": {
|
||||
"get": {
|
||||
"summary": "Get User Target",
|
||||
"summary": "Get user target",
|
||||
"operationId": "usersGetTarget",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -30441,7 +30441,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Update User target",
|
||||
"summary": "Update user target",
|
||||
"operationId": "usersUpdateTarget",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -30854,7 +30854,7 @@
|
|||
},
|
||||
"\/vcs\/github\/installations\/{installationId}\/providerRepositories": {
|
||||
"get": {
|
||||
"summary": "List Repositories",
|
||||
"summary": "List repositories",
|
||||
"operationId": "vcsListRepositories",
|
||||
"tags": [
|
||||
"vcs"
|
||||
|
|
@ -31084,7 +31084,7 @@
|
|||
},
|
||||
"\/vcs\/github\/installations\/{installationId}\/providerRepositories\/{providerRepositoryId}\/branches": {
|
||||
"get": {
|
||||
"summary": "List Repository Branches",
|
||||
"summary": "List repository branches",
|
||||
"operationId": "vcsListRepositoryBranches",
|
||||
"tags": [
|
||||
"vcs"
|
||||
|
|
@ -31547,7 +31547,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Installation",
|
||||
"summary": "Delete installation",
|
||||
"operationId": "vcsDeleteInstallation",
|
||||
"tags": [
|
||||
"vcs"
|
||||
|
|
|
|||
|
|
@ -241,7 +241,7 @@
|
|||
},
|
||||
"\/account\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "accountListIdentities",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -562,7 +562,7 @@
|
|||
},
|
||||
"\/account\/mfa\/authenticators\/{type}": {
|
||||
"post": {
|
||||
"summary": "Create Authenticator",
|
||||
"summary": "Create authenticator",
|
||||
"operationId": "accountCreateMfaAuthenticator",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -631,7 +631,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Verify Authenticator",
|
||||
"summary": "Verify authenticator",
|
||||
"operationId": "accountUpdateMfaAuthenticator",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -719,7 +719,7 @@
|
|||
}
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "accountDeleteMfaAuthenticator",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -783,7 +783,7 @@
|
|||
},
|
||||
"\/account\/mfa\/challenge": {
|
||||
"post": {
|
||||
"summary": "Create MFA Challenge",
|
||||
"summary": "Create MFA challenge",
|
||||
"operationId": "accountCreateMfaChallenge",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -859,7 +859,7 @@
|
|||
}
|
||||
},
|
||||
"put": {
|
||||
"summary": "Create MFA Challenge (confirmation)",
|
||||
"summary": "Create MFA challenge (confirmation)",
|
||||
"operationId": "accountUpdateMfaChallenge",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -938,7 +938,7 @@
|
|||
},
|
||||
"\/account\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "accountListMfaFactors",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -992,7 +992,7 @@
|
|||
},
|
||||
"\/account\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "accountGetMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -1044,7 +1044,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "accountCreateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -1096,7 +1096,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "accountUpdateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -12097,7 +12097,7 @@
|
|||
},
|
||||
"\/locale\/codes": {
|
||||
"get": {
|
||||
"summary": "List Locale Codes",
|
||||
"summary": "List locale codes",
|
||||
"operationId": "localeListCodes",
|
||||
"tags": [
|
||||
"locale"
|
||||
|
|
@ -17789,7 +17789,7 @@
|
|||
}
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete File",
|
||||
"summary": "Delete file",
|
||||
"operationId": "storageDeleteFile",
|
||||
"tags": [
|
||||
"storage"
|
||||
|
|
@ -19645,7 +19645,7 @@
|
|||
},
|
||||
"\/users\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "usersListIdentities",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -20885,7 +20885,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/authenticators\/{type}": {
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "usersDeleteMfaAuthenticator",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -20964,7 +20964,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "usersListMfaFactors",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -21028,7 +21028,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "usersGetMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -21090,7 +21090,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "usersUpdateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -21152,7 +21152,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "usersCreateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -21941,7 +21941,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/targets": {
|
||||
"get": {
|
||||
"summary": "List User Targets",
|
||||
"summary": "List user targets",
|
||||
"operationId": "usersListTargets",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -22017,7 +22017,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create User Target",
|
||||
"summary": "Create user target",
|
||||
"operationId": "usersCreateTarget",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -22130,7 +22130,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/targets\/{targetId}": {
|
||||
"get": {
|
||||
"summary": "Get User Target",
|
||||
"summary": "Get user target",
|
||||
"operationId": "usersGetTarget",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -22203,7 +22203,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Update User target",
|
||||
"summary": "Update user target",
|
||||
"operationId": "usersUpdateTarget",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
|
|||
|
|
@ -239,7 +239,7 @@
|
|||
},
|
||||
"\/account\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "accountListIdentities",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -556,7 +556,7 @@
|
|||
},
|
||||
"\/account\/mfa\/authenticators\/{type}": {
|
||||
"post": {
|
||||
"summary": "Create Authenticator",
|
||||
"summary": "Create authenticator",
|
||||
"operationId": "accountCreateMfaAuthenticator",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -624,7 +624,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Verify Authenticator",
|
||||
"summary": "Verify authenticator",
|
||||
"operationId": "accountUpdateMfaAuthenticator",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -711,7 +711,7 @@
|
|||
}
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "accountDeleteMfaAuthenticator",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -774,7 +774,7 @@
|
|||
},
|
||||
"\/account\/mfa\/challenge": {
|
||||
"post": {
|
||||
"summary": "Create MFA Challenge",
|
||||
"summary": "Create MFA challenge",
|
||||
"operationId": "accountCreateMfaChallenge",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -850,7 +850,7 @@
|
|||
}
|
||||
},
|
||||
"put": {
|
||||
"summary": "Create MFA Challenge (confirmation)",
|
||||
"summary": "Create MFA challenge (confirmation)",
|
||||
"operationId": "accountUpdateMfaChallenge",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -928,7 +928,7 @@
|
|||
},
|
||||
"\/account\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "accountListMfaFactors",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -981,7 +981,7 @@
|
|||
},
|
||||
"\/account\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "accountGetMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -1032,7 +1032,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "accountCreateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -1083,7 +1083,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "accountUpdateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -5368,7 +5368,7 @@
|
|||
},
|
||||
"\/locale\/codes": {
|
||||
"get": {
|
||||
"summary": "List Locale Codes",
|
||||
"summary": "List locale codes",
|
||||
"operationId": "localeListCodes",
|
||||
"tags": [
|
||||
"locale"
|
||||
|
|
@ -6268,7 +6268,7 @@
|
|||
}
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete File",
|
||||
"summary": "Delete file",
|
||||
"operationId": "storageDeleteFile",
|
||||
"tags": [
|
||||
"storage"
|
||||
|
|
|
|||
|
|
@ -278,7 +278,7 @@
|
|||
},
|
||||
"\/account\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "accountListIdentities",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -591,7 +591,7 @@
|
|||
},
|
||||
"\/account\/mfa\/authenticators\/{type}": {
|
||||
"post": {
|
||||
"summary": "Create Authenticator",
|
||||
"summary": "Create authenticator",
|
||||
"operationId": "accountCreateMfaAuthenticator",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -658,7 +658,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Verify Authenticator",
|
||||
"summary": "Verify authenticator",
|
||||
"operationId": "accountUpdateMfaAuthenticator",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -744,7 +744,7 @@
|
|||
}
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "accountDeleteMfaAuthenticator",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -806,7 +806,7 @@
|
|||
},
|
||||
"\/account\/mfa\/challenge": {
|
||||
"post": {
|
||||
"summary": "Create MFA Challenge",
|
||||
"summary": "Create MFA challenge",
|
||||
"operationId": "accountCreateMfaChallenge",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -882,7 +882,7 @@
|
|||
}
|
||||
},
|
||||
"put": {
|
||||
"summary": "Create MFA Challenge (confirmation)",
|
||||
"summary": "Create MFA challenge (confirmation)",
|
||||
"operationId": "accountUpdateMfaChallenge",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -959,7 +959,7 @@
|
|||
},
|
||||
"\/account\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "accountListMfaFactors",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -1011,7 +1011,7 @@
|
|||
},
|
||||
"\/account\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "accountGetMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -1061,7 +1061,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "accountCreateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -1111,7 +1111,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "accountUpdateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -4452,7 +4452,7 @@
|
|||
},
|
||||
"\/console\/assistant": {
|
||||
"post": {
|
||||
"summary": "Ask Query",
|
||||
"summary": "Ask query",
|
||||
"operationId": "assistantChat",
|
||||
"tags": [
|
||||
"assistant"
|
||||
|
|
@ -13257,7 +13257,7 @@
|
|||
},
|
||||
"\/locale\/codes": {
|
||||
"get": {
|
||||
"summary": "List Locale Codes",
|
||||
"summary": "List locale codes",
|
||||
"operationId": "localeListCodes",
|
||||
"tags": [
|
||||
"locale"
|
||||
|
|
@ -18060,7 +18060,7 @@
|
|||
},
|
||||
"\/migrations": {
|
||||
"get": {
|
||||
"summary": "List Migrations",
|
||||
"summary": "List migrations",
|
||||
"operationId": "migrationsList",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18136,7 +18136,7 @@
|
|||
},
|
||||
"\/migrations\/appwrite": {
|
||||
"post": {
|
||||
"summary": "Migrate Appwrite Data",
|
||||
"summary": "Migrate Appwrite data",
|
||||
"operationId": "migrationsCreateAppwriteMigration",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18226,7 +18226,7 @@
|
|||
},
|
||||
"\/migrations\/appwrite\/report": {
|
||||
"get": {
|
||||
"summary": "Generate a report on Appwrite Data",
|
||||
"summary": "Generate a report on Appwrite data",
|
||||
"operationId": "migrationsGetAppwriteReport",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18321,7 +18321,7 @@
|
|||
},
|
||||
"\/migrations\/firebase": {
|
||||
"post": {
|
||||
"summary": "Migrate Firebase Data (Service Account)",
|
||||
"summary": "Migrate Firebase data (Service Account)",
|
||||
"operationId": "migrationsCreateFirebaseMigration",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18399,7 +18399,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/deauthorize": {
|
||||
"get": {
|
||||
"summary": "Revoke Appwrite's authorization to access Firebase Projects",
|
||||
"summary": "Revoke Appwrite's authorization to access Firebase projects",
|
||||
"operationId": "migrationsDeleteFirebaseAuth",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18442,7 +18442,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/oauth": {
|
||||
"post": {
|
||||
"summary": "Migrate Firebase Data (OAuth)",
|
||||
"summary": "Migrate Firebase data (OAuth)",
|
||||
"operationId": "migrationsCreateFirebaseOAuthMigration",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18520,7 +18520,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/projects": {
|
||||
"get": {
|
||||
"summary": "List Firebase Projects",
|
||||
"summary": "List Firebase projects",
|
||||
"operationId": "migrationsListFirebaseProjects",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18570,7 +18570,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/report": {
|
||||
"get": {
|
||||
"summary": "Generate a report on Firebase Data",
|
||||
"summary": "Generate a report on Firebase data",
|
||||
"operationId": "migrationsGetFirebaseReport",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18644,7 +18644,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/report\/oauth": {
|
||||
"get": {
|
||||
"summary": "Generate a report on Firebase Data using OAuth",
|
||||
"summary": "Generate a report on Firebase data using OAuth",
|
||||
"operationId": "migrationsGetFirebaseReportOAuth",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18718,7 +18718,7 @@
|
|||
},
|
||||
"\/migrations\/nhost": {
|
||||
"post": {
|
||||
"summary": "Migrate NHost Data",
|
||||
"summary": "Migrate NHost data",
|
||||
"operationId": "migrationsCreateNHostMigration",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -18966,7 +18966,7 @@
|
|||
},
|
||||
"\/migrations\/supabase": {
|
||||
"post": {
|
||||
"summary": "Migrate Supabase Data",
|
||||
"summary": "Migrate Supabase data",
|
||||
"operationId": "migrationsCreateSupabaseMigration",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -19199,7 +19199,7 @@
|
|||
},
|
||||
"\/migrations\/{migrationId}": {
|
||||
"get": {
|
||||
"summary": "Get Migration",
|
||||
"summary": "Get migration",
|
||||
"operationId": "migrationsGet",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -19259,7 +19259,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Retry Migration",
|
||||
"summary": "Retry migration",
|
||||
"operationId": "migrationsRetry",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -19319,7 +19319,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Migration",
|
||||
"summary": "Delete migration",
|
||||
"operationId": "migrationsDelete",
|
||||
"tags": [
|
||||
"migrations"
|
||||
|
|
@ -19464,7 +19464,7 @@
|
|||
},
|
||||
"\/project\/variables": {
|
||||
"get": {
|
||||
"summary": "List Variables",
|
||||
"summary": "List variables",
|
||||
"operationId": "projectListVariables",
|
||||
"tags": [
|
||||
"project"
|
||||
|
|
@ -19512,7 +19512,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create Variable",
|
||||
"summary": "Create variable",
|
||||
"operationId": "projectCreateVariable",
|
||||
"tags": [
|
||||
"project"
|
||||
|
|
@ -19587,7 +19587,7 @@
|
|||
},
|
||||
"\/project\/variables\/{variableId}": {
|
||||
"get": {
|
||||
"summary": "Get Variable",
|
||||
"summary": "Get variable",
|
||||
"operationId": "projectGetVariable",
|
||||
"tags": [
|
||||
"project"
|
||||
|
|
@ -19647,7 +19647,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Update Variable",
|
||||
"summary": "Update variable",
|
||||
"operationId": "projectUpdateVariable",
|
||||
"tags": [
|
||||
"project"
|
||||
|
|
@ -19731,7 +19731,7 @@
|
|||
}
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Variable",
|
||||
"summary": "Delete variable",
|
||||
"operationId": "projectDeleteVariable",
|
||||
"tags": [
|
||||
"project"
|
||||
|
|
@ -21282,7 +21282,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.read",
|
||||
"scope": "keys.read",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21342,7 +21342,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "keys.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21437,7 +21437,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.read",
|
||||
"scope": "keys.read",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21507,7 +21507,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "keys.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21603,7 +21603,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "keys.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21814,7 +21814,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.read",
|
||||
"scope": "platforms.read",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21874,7 +21874,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "platforms.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21995,7 +21995,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.read",
|
||||
"scope": "platforms.read",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -22065,7 +22065,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "platforms.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -22162,7 +22162,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "platforms.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -24640,7 +24640,7 @@
|
|||
},
|
||||
"\/proxy\/rules": {
|
||||
"get": {
|
||||
"summary": "List Rules",
|
||||
"summary": "List rules",
|
||||
"operationId": "proxyListRules",
|
||||
"tags": [
|
||||
"proxy"
|
||||
|
|
@ -24714,7 +24714,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create Rule",
|
||||
"summary": "Create rule",
|
||||
"operationId": "proxyCreateRule",
|
||||
"tags": [
|
||||
"proxy"
|
||||
|
|
@ -24800,7 +24800,7 @@
|
|||
},
|
||||
"\/proxy\/rules\/{ruleId}": {
|
||||
"get": {
|
||||
"summary": "Get Rule",
|
||||
"summary": "Get rule",
|
||||
"operationId": "proxyGetRule",
|
||||
"tags": [
|
||||
"proxy"
|
||||
|
|
@ -24860,7 +24860,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Rule",
|
||||
"summary": "Delete rule",
|
||||
"operationId": "proxyDeleteRule",
|
||||
"tags": [
|
||||
"proxy"
|
||||
|
|
@ -24915,7 +24915,7 @@
|
|||
},
|
||||
"\/proxy\/rules\/{ruleId}\/verification": {
|
||||
"patch": {
|
||||
"summary": "Update Rule Verification Status",
|
||||
"summary": "Update rule verification status",
|
||||
"operationId": "proxyUpdateRuleVerification",
|
||||
"tags": [
|
||||
"proxy"
|
||||
|
|
@ -25791,7 +25791,7 @@
|
|||
}
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete File",
|
||||
"summary": "Delete file",
|
||||
"operationId": "storageDeleteFile",
|
||||
"tags": [
|
||||
"storage"
|
||||
|
|
@ -27842,7 +27842,7 @@
|
|||
},
|
||||
"\/users\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "usersListIdentities",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -29141,7 +29141,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/authenticators\/{type}": {
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "usersDeleteMfaAuthenticator",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -29219,7 +29219,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "usersListMfaFactors",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -29282,7 +29282,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "usersGetMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -29343,7 +29343,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "usersUpdateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -29404,7 +29404,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "usersCreateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -30182,7 +30182,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/targets": {
|
||||
"get": {
|
||||
"summary": "List User Targets",
|
||||
"summary": "List user targets",
|
||||
"operationId": "usersListTargets",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -30257,7 +30257,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create User Target",
|
||||
"summary": "Create user target",
|
||||
"operationId": "usersCreateTarget",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -30369,7 +30369,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/targets\/{targetId}": {
|
||||
"get": {
|
||||
"summary": "Get User Target",
|
||||
"summary": "Get user target",
|
||||
"operationId": "usersGetTarget",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -30441,7 +30441,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Update User target",
|
||||
"summary": "Update user target",
|
||||
"operationId": "usersUpdateTarget",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -30854,7 +30854,7 @@
|
|||
},
|
||||
"\/vcs\/github\/installations\/{installationId}\/providerRepositories": {
|
||||
"get": {
|
||||
"summary": "List Repositories",
|
||||
"summary": "List repositories",
|
||||
"operationId": "vcsListRepositories",
|
||||
"tags": [
|
||||
"vcs"
|
||||
|
|
@ -31084,7 +31084,7 @@
|
|||
},
|
||||
"\/vcs\/github\/installations\/{installationId}\/providerRepositories\/{providerRepositoryId}\/branches": {
|
||||
"get": {
|
||||
"summary": "List Repository Branches",
|
||||
"summary": "List repository branches",
|
||||
"operationId": "vcsListRepositoryBranches",
|
||||
"tags": [
|
||||
"vcs"
|
||||
|
|
@ -31547,7 +31547,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Installation",
|
||||
"summary": "Delete installation",
|
||||
"operationId": "vcsDeleteInstallation",
|
||||
"tags": [
|
||||
"vcs"
|
||||
|
|
|
|||
|
|
@ -241,7 +241,7 @@
|
|||
},
|
||||
"\/account\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "accountListIdentities",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -562,7 +562,7 @@
|
|||
},
|
||||
"\/account\/mfa\/authenticators\/{type}": {
|
||||
"post": {
|
||||
"summary": "Create Authenticator",
|
||||
"summary": "Create authenticator",
|
||||
"operationId": "accountCreateMfaAuthenticator",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -631,7 +631,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Verify Authenticator",
|
||||
"summary": "Verify authenticator",
|
||||
"operationId": "accountUpdateMfaAuthenticator",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -719,7 +719,7 @@
|
|||
}
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "accountDeleteMfaAuthenticator",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -783,7 +783,7 @@
|
|||
},
|
||||
"\/account\/mfa\/challenge": {
|
||||
"post": {
|
||||
"summary": "Create MFA Challenge",
|
||||
"summary": "Create MFA challenge",
|
||||
"operationId": "accountCreateMfaChallenge",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -859,7 +859,7 @@
|
|||
}
|
||||
},
|
||||
"put": {
|
||||
"summary": "Create MFA Challenge (confirmation)",
|
||||
"summary": "Create MFA challenge (confirmation)",
|
||||
"operationId": "accountUpdateMfaChallenge",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -938,7 +938,7 @@
|
|||
},
|
||||
"\/account\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "accountListMfaFactors",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -992,7 +992,7 @@
|
|||
},
|
||||
"\/account\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "accountGetMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -1044,7 +1044,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "accountCreateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -1096,7 +1096,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "accountUpdateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"account"
|
||||
|
|
@ -12097,7 +12097,7 @@
|
|||
},
|
||||
"\/locale\/codes": {
|
||||
"get": {
|
||||
"summary": "List Locale Codes",
|
||||
"summary": "List locale codes",
|
||||
"operationId": "localeListCodes",
|
||||
"tags": [
|
||||
"locale"
|
||||
|
|
@ -17789,7 +17789,7 @@
|
|||
}
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete File",
|
||||
"summary": "Delete file",
|
||||
"operationId": "storageDeleteFile",
|
||||
"tags": [
|
||||
"storage"
|
||||
|
|
@ -19645,7 +19645,7 @@
|
|||
},
|
||||
"\/users\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "usersListIdentities",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -20885,7 +20885,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/authenticators\/{type}": {
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "usersDeleteMfaAuthenticator",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -20964,7 +20964,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "usersListMfaFactors",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -21028,7 +21028,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "usersGetMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -21090,7 +21090,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "usersUpdateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -21152,7 +21152,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "usersCreateMfaRecoveryCodes",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -21941,7 +21941,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/targets": {
|
||||
"get": {
|
||||
"summary": "List User Targets",
|
||||
"summary": "List user targets",
|
||||
"operationId": "usersListTargets",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -22017,7 +22017,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create User Target",
|
||||
"summary": "Create user target",
|
||||
"operationId": "usersCreateTarget",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -22130,7 +22130,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/targets\/{targetId}": {
|
||||
"get": {
|
||||
"summary": "Get User Target",
|
||||
"summary": "Get user target",
|
||||
"operationId": "usersGetTarget",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
@ -22203,7 +22203,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Update User target",
|
||||
"summary": "Update user target",
|
||||
"operationId": "usersUpdateTarget",
|
||||
"tags": [
|
||||
"users"
|
||||
|
|
|
|||
|
|
@ -293,7 +293,7 @@
|
|||
},
|
||||
"\/account\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "accountListIdentities",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -619,7 +619,7 @@
|
|||
},
|
||||
"\/account\/mfa\/authenticators\/{type}": {
|
||||
"post": {
|
||||
"summary": "Create Authenticator",
|
||||
"summary": "Create authenticator",
|
||||
"operationId": "accountCreateMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -687,7 +687,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Verify Authenticator",
|
||||
"summary": "Verify authenticator",
|
||||
"operationId": "accountUpdateMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -773,7 +773,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "accountDeleteMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -838,7 +838,7 @@
|
|||
},
|
||||
"\/account\/mfa\/challenge": {
|
||||
"post": {
|
||||
"summary": "Create MFA Challenge",
|
||||
"summary": "Create MFA challenge",
|
||||
"operationId": "accountCreateMfaChallenge",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -917,7 +917,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Create MFA Challenge (confirmation)",
|
||||
"summary": "Create MFA challenge (confirmation)",
|
||||
"operationId": "accountUpdateMfaChallenge",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -994,7 +994,7 @@
|
|||
},
|
||||
"\/account\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "accountListMfaFactors",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1049,7 +1049,7 @@
|
|||
},
|
||||
"\/account\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "accountGetMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1102,7 +1102,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "accountCreateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1155,7 +1155,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "accountUpdateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -5573,7 +5573,7 @@
|
|||
},
|
||||
"\/locale\/codes": {
|
||||
"get": {
|
||||
"summary": "List Locale Codes",
|
||||
"summary": "List locale codes",
|
||||
"operationId": "localeListCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -6476,7 +6476,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete File",
|
||||
"summary": "Delete file",
|
||||
"operationId": "storageDeleteFile",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
|
|||
|
|
@ -348,7 +348,7 @@
|
|||
},
|
||||
"\/account\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "accountListIdentities",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -670,7 +670,7 @@
|
|||
},
|
||||
"\/account\/mfa\/authenticators\/{type}": {
|
||||
"post": {
|
||||
"summary": "Create Authenticator",
|
||||
"summary": "Create authenticator",
|
||||
"operationId": "accountCreateMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -737,7 +737,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Verify Authenticator",
|
||||
"summary": "Verify authenticator",
|
||||
"operationId": "accountUpdateMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -822,7 +822,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "accountDeleteMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -886,7 +886,7 @@
|
|||
},
|
||||
"\/account\/mfa\/challenge": {
|
||||
"post": {
|
||||
"summary": "Create MFA Challenge",
|
||||
"summary": "Create MFA challenge",
|
||||
"operationId": "accountCreateMfaChallenge",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -965,7 +965,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Create MFA Challenge (confirmation)",
|
||||
"summary": "Create MFA challenge (confirmation)",
|
||||
"operationId": "accountUpdateMfaChallenge",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1041,7 +1041,7 @@
|
|||
},
|
||||
"\/account\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "accountListMfaFactors",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1095,7 +1095,7 @@
|
|||
},
|
||||
"\/account\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "accountGetMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1147,7 +1147,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "accountCreateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1199,7 +1199,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "accountUpdateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -4637,7 +4637,7 @@
|
|||
},
|
||||
"\/console\/assistant": {
|
||||
"post": {
|
||||
"summary": "Ask Query",
|
||||
"summary": "Ask query",
|
||||
"operationId": "assistantChat",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -13464,7 +13464,7 @@
|
|||
},
|
||||
"\/locale\/codes": {
|
||||
"get": {
|
||||
"summary": "List Locale Codes",
|
||||
"summary": "List locale codes",
|
||||
"operationId": "localeListCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -18494,7 +18494,7 @@
|
|||
},
|
||||
"\/migrations": {
|
||||
"get": {
|
||||
"summary": "List Migrations",
|
||||
"summary": "List migrations",
|
||||
"operationId": "migrationsList",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -18569,7 +18569,7 @@
|
|||
},
|
||||
"\/migrations\/appwrite": {
|
||||
"post": {
|
||||
"summary": "Migrate Appwrite Data",
|
||||
"summary": "Migrate Appwrite data",
|
||||
"operationId": "migrationsCreateAppwriteMigration",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -18665,7 +18665,7 @@
|
|||
},
|
||||
"\/migrations\/appwrite\/report": {
|
||||
"get": {
|
||||
"summary": "Generate a report on Appwrite Data",
|
||||
"summary": "Generate a report on Appwrite data",
|
||||
"operationId": "migrationsGetAppwriteReport",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -18755,7 +18755,7 @@
|
|||
},
|
||||
"\/migrations\/firebase": {
|
||||
"post": {
|
||||
"summary": "Migrate Firebase Data (Service Account)",
|
||||
"summary": "Migrate Firebase data (Service Account)",
|
||||
"operationId": "migrationsCreateFirebaseMigration",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -18837,7 +18837,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/deauthorize": {
|
||||
"get": {
|
||||
"summary": "Revoke Appwrite's authorization to access Firebase Projects",
|
||||
"summary": "Revoke Appwrite's authorization to access Firebase projects",
|
||||
"operationId": "migrationsDeleteFirebaseAuth",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -18889,7 +18889,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/oauth": {
|
||||
"post": {
|
||||
"summary": "Migrate Firebase Data (OAuth)",
|
||||
"summary": "Migrate Firebase data (OAuth)",
|
||||
"operationId": "migrationsCreateFirebaseOAuthMigration",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -18971,7 +18971,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/projects": {
|
||||
"get": {
|
||||
"summary": "List Firebase Projects",
|
||||
"summary": "List Firebase projects",
|
||||
"operationId": "migrationsListFirebaseProjects",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -19023,7 +19023,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/report": {
|
||||
"get": {
|
||||
"summary": "Generate a report on Firebase Data",
|
||||
"summary": "Generate a report on Firebase data",
|
||||
"operationId": "migrationsGetFirebaseReport",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -19096,7 +19096,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/report\/oauth": {
|
||||
"get": {
|
||||
"summary": "Generate a report on Firebase Data using OAuth",
|
||||
"summary": "Generate a report on Firebase data using OAuth",
|
||||
"operationId": "migrationsGetFirebaseReportOAuth",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -19169,7 +19169,7 @@
|
|||
},
|
||||
"\/migrations\/nhost": {
|
||||
"post": {
|
||||
"summary": "Migrate NHost Data",
|
||||
"summary": "Migrate NHost data",
|
||||
"operationId": "migrationsCreateNHostMigration",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -19414,7 +19414,7 @@
|
|||
},
|
||||
"\/migrations\/supabase": {
|
||||
"post": {
|
||||
"summary": "Migrate Supabase Data",
|
||||
"summary": "Migrate Supabase data",
|
||||
"operationId": "migrationsCreateSupabaseMigration",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -19645,7 +19645,7 @@
|
|||
},
|
||||
"\/migrations\/{migrationId}": {
|
||||
"get": {
|
||||
"summary": "Get Migration",
|
||||
"summary": "Get migration",
|
||||
"operationId": "migrationsGet",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -19705,7 +19705,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Retry Migration",
|
||||
"summary": "Retry migration",
|
||||
"operationId": "migrationsRetry",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -19765,7 +19765,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Migration",
|
||||
"summary": "Delete migration",
|
||||
"operationId": "migrationsDelete",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -19908,7 +19908,7 @@
|
|||
},
|
||||
"\/project\/variables": {
|
||||
"get": {
|
||||
"summary": "List Variables",
|
||||
"summary": "List variables",
|
||||
"operationId": "projectListVariables",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -19958,7 +19958,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create Variable",
|
||||
"summary": "Create variable",
|
||||
"operationId": "projectCreateVariable",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -20037,7 +20037,7 @@
|
|||
},
|
||||
"\/project\/variables\/{variableId}": {
|
||||
"get": {
|
||||
"summary": "Get Variable",
|
||||
"summary": "Get variable",
|
||||
"operationId": "projectGetVariable",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -20097,7 +20097,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Update Variable",
|
||||
"summary": "Update variable",
|
||||
"operationId": "projectUpdateVariable",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -20181,7 +20181,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Variable",
|
||||
"summary": "Delete variable",
|
||||
"operationId": "projectDeleteVariable",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -21748,7 +21748,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.read",
|
||||
"scope": "keys.read",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21808,7 +21808,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "keys.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21904,7 +21904,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.read",
|
||||
"scope": "keys.read",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21972,7 +21972,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "keys.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -22069,7 +22069,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "keys.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -22280,7 +22280,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.read",
|
||||
"scope": "platforms.read",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -22340,7 +22340,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "platforms.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -22464,7 +22464,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.read",
|
||||
"scope": "platforms.read",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -22532,7 +22532,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "platforms.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -22631,7 +22631,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "platforms.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -25101,7 +25101,7 @@
|
|||
},
|
||||
"\/proxy\/rules": {
|
||||
"get": {
|
||||
"summary": "List Rules",
|
||||
"summary": "List rules",
|
||||
"operationId": "proxyListRules",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -25174,7 +25174,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create Rule",
|
||||
"summary": "Create rule",
|
||||
"operationId": "proxyCreateRule",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -25265,7 +25265,7 @@
|
|||
},
|
||||
"\/proxy\/rules\/{ruleId}": {
|
||||
"get": {
|
||||
"summary": "Get Rule",
|
||||
"summary": "Get rule",
|
||||
"operationId": "proxyGetRule",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -25325,7 +25325,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Rule",
|
||||
"summary": "Delete rule",
|
||||
"operationId": "proxyDeleteRule",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -25382,7 +25382,7 @@
|
|||
},
|
||||
"\/proxy\/rules\/{ruleId}\/verification": {
|
||||
"patch": {
|
||||
"summary": "Update Rule Verification Status",
|
||||
"summary": "Update rule verification status",
|
||||
"operationId": "proxyUpdateRuleVerification",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -26265,7 +26265,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete File",
|
||||
"summary": "Delete file",
|
||||
"operationId": "storageDeleteFile",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -28324,7 +28324,7 @@
|
|||
},
|
||||
"\/users\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "usersListIdentities",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -29661,7 +29661,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/authenticators\/{type}": {
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "usersDeleteMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -29737,7 +29737,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "usersListMfaFactors",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -29800,7 +29800,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "usersGetMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -29861,7 +29861,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "usersUpdateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -29922,7 +29922,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "usersCreateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -30697,7 +30697,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/targets": {
|
||||
"get": {
|
||||
"summary": "List User Targets",
|
||||
"summary": "List user targets",
|
||||
"operationId": "usersListTargets",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -30771,7 +30771,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create User Target",
|
||||
"summary": "Create user target",
|
||||
"operationId": "usersCreateTarget",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -30886,7 +30886,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/targets\/{targetId}": {
|
||||
"get": {
|
||||
"summary": "Get User Target",
|
||||
"summary": "Get user target",
|
||||
"operationId": "usersGetTarget",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -30956,7 +30956,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Update User target",
|
||||
"summary": "Update user target",
|
||||
"operationId": "usersUpdateTarget",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -31368,7 +31368,7 @@
|
|||
},
|
||||
"\/vcs\/github\/installations\/{installationId}\/providerRepositories": {
|
||||
"get": {
|
||||
"summary": "List Repositories",
|
||||
"summary": "List repositories",
|
||||
"operationId": "vcsListRepositories",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -31594,7 +31594,7 @@
|
|||
},
|
||||
"\/vcs\/github\/installations\/{installationId}\/providerRepositories\/{providerRepositoryId}\/branches": {
|
||||
"get": {
|
||||
"summary": "List Repository Branches",
|
||||
"summary": "List repository branches",
|
||||
"operationId": "vcsListRepositoryBranches",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -32046,7 +32046,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Installation",
|
||||
"summary": "Delete installation",
|
||||
"operationId": "vcsDeleteInstallation",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
|
|||
|
|
@ -310,7 +310,7 @@
|
|||
},
|
||||
"\/account\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "accountListIdentities",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -640,7 +640,7 @@
|
|||
},
|
||||
"\/account\/mfa\/authenticators\/{type}": {
|
||||
"post": {
|
||||
"summary": "Create Authenticator",
|
||||
"summary": "Create authenticator",
|
||||
"operationId": "accountCreateMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -709,7 +709,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Verify Authenticator",
|
||||
"summary": "Verify authenticator",
|
||||
"operationId": "accountUpdateMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -796,7 +796,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "accountDeleteMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -862,7 +862,7 @@
|
|||
},
|
||||
"\/account\/mfa\/challenge": {
|
||||
"post": {
|
||||
"summary": "Create MFA Challenge",
|
||||
"summary": "Create MFA challenge",
|
||||
"operationId": "accountCreateMfaChallenge",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -941,7 +941,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Create MFA Challenge (confirmation)",
|
||||
"summary": "Create MFA challenge (confirmation)",
|
||||
"operationId": "accountUpdateMfaChallenge",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1019,7 +1019,7 @@
|
|||
},
|
||||
"\/account\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "accountListMfaFactors",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1075,7 +1075,7 @@
|
|||
},
|
||||
"\/account\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "accountGetMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1129,7 +1129,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "accountCreateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1183,7 +1183,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "accountUpdateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -12312,7 +12312,7 @@
|
|||
},
|
||||
"\/locale\/codes": {
|
||||
"get": {
|
||||
"summary": "List Locale Codes",
|
||||
"summary": "List locale codes",
|
||||
"operationId": "localeListCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -18238,7 +18238,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete File",
|
||||
"summary": "Delete file",
|
||||
"operationId": "storageDeleteFile",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -20105,7 +20105,7 @@
|
|||
},
|
||||
"\/users\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "usersListIdentities",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -21383,7 +21383,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/authenticators\/{type}": {
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "usersDeleteMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -21460,7 +21460,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "usersListMfaFactors",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -21524,7 +21524,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "usersGetMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -21586,7 +21586,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "usersUpdateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -21648,7 +21648,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "usersCreateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -22434,7 +22434,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/targets": {
|
||||
"get": {
|
||||
"summary": "List User Targets",
|
||||
"summary": "List user targets",
|
||||
"operationId": "usersListTargets",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -22509,7 +22509,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create User Target",
|
||||
"summary": "Create user target",
|
||||
"operationId": "usersCreateTarget",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -22625,7 +22625,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/targets\/{targetId}": {
|
||||
"get": {
|
||||
"summary": "Get User Target",
|
||||
"summary": "Get user target",
|
||||
"operationId": "usersGetTarget",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -22696,7 +22696,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Update User target",
|
||||
"summary": "Update user target",
|
||||
"operationId": "usersUpdateTarget",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
|
|||
|
|
@ -293,7 +293,7 @@
|
|||
},
|
||||
"\/account\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "accountListIdentities",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -619,7 +619,7 @@
|
|||
},
|
||||
"\/account\/mfa\/authenticators\/{type}": {
|
||||
"post": {
|
||||
"summary": "Create Authenticator",
|
||||
"summary": "Create authenticator",
|
||||
"operationId": "accountCreateMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -687,7 +687,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Verify Authenticator",
|
||||
"summary": "Verify authenticator",
|
||||
"operationId": "accountUpdateMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -773,7 +773,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "accountDeleteMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -838,7 +838,7 @@
|
|||
},
|
||||
"\/account\/mfa\/challenge": {
|
||||
"post": {
|
||||
"summary": "Create MFA Challenge",
|
||||
"summary": "Create MFA challenge",
|
||||
"operationId": "accountCreateMfaChallenge",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -917,7 +917,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Create MFA Challenge (confirmation)",
|
||||
"summary": "Create MFA challenge (confirmation)",
|
||||
"operationId": "accountUpdateMfaChallenge",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -994,7 +994,7 @@
|
|||
},
|
||||
"\/account\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "accountListMfaFactors",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1049,7 +1049,7 @@
|
|||
},
|
||||
"\/account\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "accountGetMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1102,7 +1102,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "accountCreateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1155,7 +1155,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "accountUpdateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -5573,7 +5573,7 @@
|
|||
},
|
||||
"\/locale\/codes": {
|
||||
"get": {
|
||||
"summary": "List Locale Codes",
|
||||
"summary": "List locale codes",
|
||||
"operationId": "localeListCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -6476,7 +6476,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete File",
|
||||
"summary": "Delete file",
|
||||
"operationId": "storageDeleteFile",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
|
|||
|
|
@ -348,7 +348,7 @@
|
|||
},
|
||||
"\/account\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "accountListIdentities",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -670,7 +670,7 @@
|
|||
},
|
||||
"\/account\/mfa\/authenticators\/{type}": {
|
||||
"post": {
|
||||
"summary": "Create Authenticator",
|
||||
"summary": "Create authenticator",
|
||||
"operationId": "accountCreateMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -737,7 +737,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Verify Authenticator",
|
||||
"summary": "Verify authenticator",
|
||||
"operationId": "accountUpdateMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -822,7 +822,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "accountDeleteMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -886,7 +886,7 @@
|
|||
},
|
||||
"\/account\/mfa\/challenge": {
|
||||
"post": {
|
||||
"summary": "Create MFA Challenge",
|
||||
"summary": "Create MFA challenge",
|
||||
"operationId": "accountCreateMfaChallenge",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -965,7 +965,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Create MFA Challenge (confirmation)",
|
||||
"summary": "Create MFA challenge (confirmation)",
|
||||
"operationId": "accountUpdateMfaChallenge",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1041,7 +1041,7 @@
|
|||
},
|
||||
"\/account\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "accountListMfaFactors",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1095,7 +1095,7 @@
|
|||
},
|
||||
"\/account\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "accountGetMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1147,7 +1147,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "accountCreateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1199,7 +1199,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "accountUpdateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -4637,7 +4637,7 @@
|
|||
},
|
||||
"\/console\/assistant": {
|
||||
"post": {
|
||||
"summary": "Ask Query",
|
||||
"summary": "Ask query",
|
||||
"operationId": "assistantChat",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -13464,7 +13464,7 @@
|
|||
},
|
||||
"\/locale\/codes": {
|
||||
"get": {
|
||||
"summary": "List Locale Codes",
|
||||
"summary": "List locale codes",
|
||||
"operationId": "localeListCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -18494,7 +18494,7 @@
|
|||
},
|
||||
"\/migrations": {
|
||||
"get": {
|
||||
"summary": "List Migrations",
|
||||
"summary": "List migrations",
|
||||
"operationId": "migrationsList",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -18569,7 +18569,7 @@
|
|||
},
|
||||
"\/migrations\/appwrite": {
|
||||
"post": {
|
||||
"summary": "Migrate Appwrite Data",
|
||||
"summary": "Migrate Appwrite data",
|
||||
"operationId": "migrationsCreateAppwriteMigration",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -18665,7 +18665,7 @@
|
|||
},
|
||||
"\/migrations\/appwrite\/report": {
|
||||
"get": {
|
||||
"summary": "Generate a report on Appwrite Data",
|
||||
"summary": "Generate a report on Appwrite data",
|
||||
"operationId": "migrationsGetAppwriteReport",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -18755,7 +18755,7 @@
|
|||
},
|
||||
"\/migrations\/firebase": {
|
||||
"post": {
|
||||
"summary": "Migrate Firebase Data (Service Account)",
|
||||
"summary": "Migrate Firebase data (Service Account)",
|
||||
"operationId": "migrationsCreateFirebaseMigration",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -18837,7 +18837,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/deauthorize": {
|
||||
"get": {
|
||||
"summary": "Revoke Appwrite's authorization to access Firebase Projects",
|
||||
"summary": "Revoke Appwrite's authorization to access Firebase projects",
|
||||
"operationId": "migrationsDeleteFirebaseAuth",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -18889,7 +18889,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/oauth": {
|
||||
"post": {
|
||||
"summary": "Migrate Firebase Data (OAuth)",
|
||||
"summary": "Migrate Firebase data (OAuth)",
|
||||
"operationId": "migrationsCreateFirebaseOAuthMigration",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -18971,7 +18971,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/projects": {
|
||||
"get": {
|
||||
"summary": "List Firebase Projects",
|
||||
"summary": "List Firebase projects",
|
||||
"operationId": "migrationsListFirebaseProjects",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -19023,7 +19023,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/report": {
|
||||
"get": {
|
||||
"summary": "Generate a report on Firebase Data",
|
||||
"summary": "Generate a report on Firebase data",
|
||||
"operationId": "migrationsGetFirebaseReport",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -19096,7 +19096,7 @@
|
|||
},
|
||||
"\/migrations\/firebase\/report\/oauth": {
|
||||
"get": {
|
||||
"summary": "Generate a report on Firebase Data using OAuth",
|
||||
"summary": "Generate a report on Firebase data using OAuth",
|
||||
"operationId": "migrationsGetFirebaseReportOAuth",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -19169,7 +19169,7 @@
|
|||
},
|
||||
"\/migrations\/nhost": {
|
||||
"post": {
|
||||
"summary": "Migrate NHost Data",
|
||||
"summary": "Migrate NHost data",
|
||||
"operationId": "migrationsCreateNHostMigration",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -19414,7 +19414,7 @@
|
|||
},
|
||||
"\/migrations\/supabase": {
|
||||
"post": {
|
||||
"summary": "Migrate Supabase Data",
|
||||
"summary": "Migrate Supabase data",
|
||||
"operationId": "migrationsCreateSupabaseMigration",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -19645,7 +19645,7 @@
|
|||
},
|
||||
"\/migrations\/{migrationId}": {
|
||||
"get": {
|
||||
"summary": "Get Migration",
|
||||
"summary": "Get migration",
|
||||
"operationId": "migrationsGet",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -19705,7 +19705,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Retry Migration",
|
||||
"summary": "Retry migration",
|
||||
"operationId": "migrationsRetry",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -19765,7 +19765,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Migration",
|
||||
"summary": "Delete migration",
|
||||
"operationId": "migrationsDelete",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -19908,7 +19908,7 @@
|
|||
},
|
||||
"\/project\/variables": {
|
||||
"get": {
|
||||
"summary": "List Variables",
|
||||
"summary": "List variables",
|
||||
"operationId": "projectListVariables",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -19958,7 +19958,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create Variable",
|
||||
"summary": "Create variable",
|
||||
"operationId": "projectCreateVariable",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -20037,7 +20037,7 @@
|
|||
},
|
||||
"\/project\/variables\/{variableId}": {
|
||||
"get": {
|
||||
"summary": "Get Variable",
|
||||
"summary": "Get variable",
|
||||
"operationId": "projectGetVariable",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -20097,7 +20097,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Update Variable",
|
||||
"summary": "Update variable",
|
||||
"operationId": "projectUpdateVariable",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -20181,7 +20181,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Variable",
|
||||
"summary": "Delete variable",
|
||||
"operationId": "projectDeleteVariable",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -21748,7 +21748,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.read",
|
||||
"scope": "keys.read",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21808,7 +21808,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "keys.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21904,7 +21904,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.read",
|
||||
"scope": "keys.read",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -21972,7 +21972,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "keys.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -22069,7 +22069,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "keys.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -22280,7 +22280,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.read",
|
||||
"scope": "platforms.read",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -22340,7 +22340,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "platforms.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -22464,7 +22464,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.read",
|
||||
"scope": "platforms.read",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -22532,7 +22532,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "platforms.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -22631,7 +22631,7 @@
|
|||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "projects.write",
|
||||
"scope": "platforms.write",
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
|
@ -25101,7 +25101,7 @@
|
|||
},
|
||||
"\/proxy\/rules": {
|
||||
"get": {
|
||||
"summary": "List Rules",
|
||||
"summary": "List rules",
|
||||
"operationId": "proxyListRules",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -25174,7 +25174,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create Rule",
|
||||
"summary": "Create rule",
|
||||
"operationId": "proxyCreateRule",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -25265,7 +25265,7 @@
|
|||
},
|
||||
"\/proxy\/rules\/{ruleId}": {
|
||||
"get": {
|
||||
"summary": "Get Rule",
|
||||
"summary": "Get rule",
|
||||
"operationId": "proxyGetRule",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -25325,7 +25325,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Rule",
|
||||
"summary": "Delete rule",
|
||||
"operationId": "proxyDeleteRule",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -25382,7 +25382,7 @@
|
|||
},
|
||||
"\/proxy\/rules\/{ruleId}\/verification": {
|
||||
"patch": {
|
||||
"summary": "Update Rule Verification Status",
|
||||
"summary": "Update rule verification status",
|
||||
"operationId": "proxyUpdateRuleVerification",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -26265,7 +26265,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete File",
|
||||
"summary": "Delete file",
|
||||
"operationId": "storageDeleteFile",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -28324,7 +28324,7 @@
|
|||
},
|
||||
"\/users\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "usersListIdentities",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -29661,7 +29661,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/authenticators\/{type}": {
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "usersDeleteMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -29737,7 +29737,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "usersListMfaFactors",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -29800,7 +29800,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "usersGetMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -29861,7 +29861,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "usersUpdateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -29922,7 +29922,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "usersCreateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -30697,7 +30697,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/targets": {
|
||||
"get": {
|
||||
"summary": "List User Targets",
|
||||
"summary": "List user targets",
|
||||
"operationId": "usersListTargets",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -30771,7 +30771,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create User Target",
|
||||
"summary": "Create user target",
|
||||
"operationId": "usersCreateTarget",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -30886,7 +30886,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/targets\/{targetId}": {
|
||||
"get": {
|
||||
"summary": "Get User Target",
|
||||
"summary": "Get user target",
|
||||
"operationId": "usersGetTarget",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -30956,7 +30956,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Update User target",
|
||||
"summary": "Update user target",
|
||||
"operationId": "usersUpdateTarget",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -31368,7 +31368,7 @@
|
|||
},
|
||||
"\/vcs\/github\/installations\/{installationId}\/providerRepositories": {
|
||||
"get": {
|
||||
"summary": "List Repositories",
|
||||
"summary": "List repositories",
|
||||
"operationId": "vcsListRepositories",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -31594,7 +31594,7 @@
|
|||
},
|
||||
"\/vcs\/github\/installations\/{installationId}\/providerRepositories\/{providerRepositoryId}\/branches": {
|
||||
"get": {
|
||||
"summary": "List Repository Branches",
|
||||
"summary": "List repository branches",
|
||||
"operationId": "vcsListRepositoryBranches",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -32046,7 +32046,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Installation",
|
||||
"summary": "Delete installation",
|
||||
"operationId": "vcsDeleteInstallation",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
|
|||
|
|
@ -310,7 +310,7 @@
|
|||
},
|
||||
"\/account\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "accountListIdentities",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -640,7 +640,7 @@
|
|||
},
|
||||
"\/account\/mfa\/authenticators\/{type}": {
|
||||
"post": {
|
||||
"summary": "Create Authenticator",
|
||||
"summary": "Create authenticator",
|
||||
"operationId": "accountCreateMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -709,7 +709,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Verify Authenticator",
|
||||
"summary": "Verify authenticator",
|
||||
"operationId": "accountUpdateMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -796,7 +796,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "accountDeleteMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -862,7 +862,7 @@
|
|||
},
|
||||
"\/account\/mfa\/challenge": {
|
||||
"post": {
|
||||
"summary": "Create MFA Challenge",
|
||||
"summary": "Create MFA challenge",
|
||||
"operationId": "accountCreateMfaChallenge",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -941,7 +941,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Create MFA Challenge (confirmation)",
|
||||
"summary": "Create MFA challenge (confirmation)",
|
||||
"operationId": "accountUpdateMfaChallenge",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1019,7 +1019,7 @@
|
|||
},
|
||||
"\/account\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "accountListMfaFactors",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1075,7 +1075,7 @@
|
|||
},
|
||||
"\/account\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "accountGetMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1129,7 +1129,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "accountCreateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -1183,7 +1183,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "accountUpdateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -12312,7 +12312,7 @@
|
|||
},
|
||||
"\/locale\/codes": {
|
||||
"get": {
|
||||
"summary": "List Locale Codes",
|
||||
"summary": "List locale codes",
|
||||
"operationId": "localeListCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -18238,7 +18238,7 @@
|
|||
]
|
||||
},
|
||||
"delete": {
|
||||
"summary": "Delete File",
|
||||
"summary": "Delete file",
|
||||
"operationId": "storageDeleteFile",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -20105,7 +20105,7 @@
|
|||
},
|
||||
"\/users\/identities": {
|
||||
"get": {
|
||||
"summary": "List Identities",
|
||||
"summary": "List identities",
|
||||
"operationId": "usersListIdentities",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -21383,7 +21383,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/authenticators\/{type}": {
|
||||
"delete": {
|
||||
"summary": "Delete Authenticator",
|
||||
"summary": "Delete authenticator",
|
||||
"operationId": "usersDeleteMfaAuthenticator",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -21460,7 +21460,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/factors": {
|
||||
"get": {
|
||||
"summary": "List Factors",
|
||||
"summary": "List factors",
|
||||
"operationId": "usersListMfaFactors",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -21524,7 +21524,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/mfa\/recovery-codes": {
|
||||
"get": {
|
||||
"summary": "Get MFA Recovery Codes",
|
||||
"summary": "Get MFA recovery codes",
|
||||
"operationId": "usersGetMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -21586,7 +21586,7 @@
|
|||
]
|
||||
},
|
||||
"put": {
|
||||
"summary": "Regenerate MFA Recovery Codes",
|
||||
"summary": "Regenerate MFA recovery codes",
|
||||
"operationId": "usersUpdateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -21648,7 +21648,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Create MFA Recovery Codes",
|
||||
"summary": "Create MFA recovery codes",
|
||||
"operationId": "usersCreateMfaRecoveryCodes",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -22434,7 +22434,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/targets": {
|
||||
"get": {
|
||||
"summary": "List User Targets",
|
||||
"summary": "List user targets",
|
||||
"operationId": "usersListTargets",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -22509,7 +22509,7 @@
|
|||
]
|
||||
},
|
||||
"post": {
|
||||
"summary": "Create User Target",
|
||||
"summary": "Create user target",
|
||||
"operationId": "usersCreateTarget",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -22625,7 +22625,7 @@
|
|||
},
|
||||
"\/users\/{userId}\/targets\/{targetId}": {
|
||||
"get": {
|
||||
"summary": "Get User Target",
|
||||
"summary": "Get user target",
|
||||
"operationId": "usersGetTarget",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
@ -22696,7 +22696,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"summary": "Update User target",
|
||||
"summary": "Update user target",
|
||||
"operationId": "usersUpdateTarget",
|
||||
"consumes": [
|
||||
"application\/json"
|
||||
|
|
|
|||
|
|
@ -240,15 +240,12 @@ const METRIC_SESSIONS = 'sessions';
|
|||
const METRIC_DATABASES = 'databases';
|
||||
const METRIC_COLLECTIONS = 'collections';
|
||||
const METRIC_DATABASES_STORAGE = 'databases.storage';
|
||||
const METRIC_DATABASES_STORAGE_DISK = 'databases.storage_disk';
|
||||
const METRIC_DATABASE_ID_COLLECTIONS = '{databaseInternalId}.collections';
|
||||
const METRIC_DATABASE_ID_STORAGE = '{databaseInternalId}.databases.storage';
|
||||
const METRIC_DATABASE_ID_STORAGE_DISK = '{databaseInternalId}.databases.storage_disk';
|
||||
const METRIC_DOCUMENTS = 'documents';
|
||||
const METRIC_DATABASE_ID_DOCUMENTS = '{databaseInternalId}.documents';
|
||||
const METRIC_DATABASE_ID_COLLECTION_ID_DOCUMENTS = '{databaseInternalId}.{collectionInternalId}.documents';
|
||||
const METRIC_DATABASE_ID_COLLECTION_ID_STORAGE = '{databaseInternalId}.{collectionInternalId}.databases.storage';
|
||||
const METRIC_DATABASE_ID_COLLECTION_ID_STORAGE_DISK = '{databaseInternalId}.{collectionInternalId}.databases.storage_disk';
|
||||
const METRIC_BUCKETS = 'buckets';
|
||||
const METRIC_FILES = 'files';
|
||||
const METRIC_FILES_STORAGE = 'files.storage';
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
"utopia-php/cache": "0.10.*",
|
||||
"utopia-php/cli": "0.15.*",
|
||||
"utopia-php/config": "0.2.*",
|
||||
"utopia-php/database": "0.53.5-rc1",
|
||||
"utopia-php/database": "0.53.5",
|
||||
"utopia-php/domains": "0.5.*",
|
||||
"utopia-php/dsn": "0.2.1",
|
||||
"utopia-php/framework": "0.33.*",
|
||||
|
|
@ -97,11 +97,5 @@
|
|||
"platform": {
|
||||
"php": "8.3"
|
||||
}
|
||||
},
|
||||
"repositories": {
|
||||
"utopia-php/database": {
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/utopia-php/database"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
103
composer.lock
generated
103
composer.lock
generated
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "7066d9ca32e7a1a60614effdc4701970",
|
||||
"content-hash": "1981099f3c47f5536298222ba9b0b994",
|
||||
"packages": [
|
||||
{
|
||||
"name": "adhocore/jwt",
|
||||
|
|
@ -1723,7 +1723,7 @@
|
|||
},
|
||||
{
|
||||
"name": "utopia-php/database",
|
||||
"version": "0.53.5-rc1",
|
||||
"version": "0.53.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/utopia-php/database.git",
|
||||
|
|
@ -1759,38 +1759,7 @@
|
|||
"Utopia\\Database\\": "src/Database"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Tests\\E2E\\": "tests/e2e",
|
||||
"Tests\\Unit\\": "tests/unit"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": [
|
||||
"Composer\\Config::disableProcessTimeout",
|
||||
"docker compose build"
|
||||
],
|
||||
"start": [
|
||||
"Composer\\Config::disableProcessTimeout",
|
||||
"docker compose up -d"
|
||||
],
|
||||
"test": [
|
||||
"Composer\\Config::disableProcessTimeout",
|
||||
"docker compose exec tests vendor/bin/phpunit --configuration phpunit.xml"
|
||||
],
|
||||
"lint": [
|
||||
"./vendor/bin/pint --test"
|
||||
],
|
||||
"format": [
|
||||
"./vendor/bin/pint"
|
||||
],
|
||||
"check": [
|
||||
"./vendor/bin/phpstan analyse --level 7 src tests --memory-limit 512M"
|
||||
],
|
||||
"coverage": [
|
||||
"./vendor/bin/coverage-check ./tmp/clover.xml 90"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
|
|
@ -1803,8 +1772,8 @@
|
|||
"utopia"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/utopia-php/database/tree/0.53.5-rc1",
|
||||
"issues": "https://github.com/utopia-php/database/issues"
|
||||
"issues": "https://github.com/utopia-php/database/issues",
|
||||
"source": "https://github.com/utopia-php/database/tree/0.53.5"
|
||||
},
|
||||
"time": "2024-09-24T08:43:10+00:00"
|
||||
},
|
||||
|
|
@ -2205,16 +2174,16 @@
|
|||
},
|
||||
{
|
||||
"name": "utopia-php/migration",
|
||||
"version": "0.5.2",
|
||||
"version": "0.5.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/utopia-php/migration.git",
|
||||
"reference": "f18d44d4459f78c292dac9edde856fd156fe497a"
|
||||
"reference": "b30e7834da69e25084b0c8e9ba29e4a7b54c6eb6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/utopia-php/migration/zipball/f18d44d4459f78c292dac9edde856fd156fe497a",
|
||||
"reference": "f18d44d4459f78c292dac9edde856fd156fe497a",
|
||||
"url": "https://api.github.com/repos/utopia-php/migration/zipball/b30e7834da69e25084b0c8e9ba29e4a7b54c6eb6",
|
||||
"reference": "b30e7834da69e25084b0c8e9ba29e4a7b54c6eb6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -2247,9 +2216,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/utopia-php/migration/issues",
|
||||
"source": "https://github.com/utopia-php/migration/tree/0.5.2"
|
||||
"source": "https://github.com/utopia-php/migration/tree/0.5.3"
|
||||
},
|
||||
"time": "2024-07-22T09:27:07+00:00"
|
||||
"time": "2024-09-10T10:45:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "utopia-php/mongo",
|
||||
|
|
@ -3024,16 +2993,16 @@
|
|||
"packages-dev": [
|
||||
{
|
||||
"name": "appwrite/sdk-generator",
|
||||
"version": "0.39.21",
|
||||
"version": "0.39.22",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/appwrite/sdk-generator.git",
|
||||
"reference": "9754b190d33aaad56fdb8defc94f90248184c5ac"
|
||||
"reference": "bdbb1607527550e67283ff0533522d1410c2c0df"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/9754b190d33aaad56fdb8defc94f90248184c5ac",
|
||||
"reference": "9754b190d33aaad56fdb8defc94f90248184c5ac",
|
||||
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/bdbb1607527550e67283ff0533522d1410c2c0df",
|
||||
"reference": "bdbb1607527550e67283ff0533522d1410c2c0df",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -3069,9 +3038,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/0.39.21"
|
||||
"source": "https://github.com/appwrite/sdk-generator/tree/0.39.22"
|
||||
},
|
||||
"time": "2024-09-10T08:49:29+00:00"
|
||||
"time": "2024-10-01T16:16:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/annotations",
|
||||
|
|
@ -3345,16 +3314,16 @@
|
|||
},
|
||||
{
|
||||
"name": "laravel/pint",
|
||||
"version": "v1.17.3",
|
||||
"version": "v1.18.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/pint.git",
|
||||
"reference": "9d77be916e145864f10788bb94531d03e1f7b482"
|
||||
"reference": "35c00c05ec43e6b46d295efc0f4386ceb30d50d9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/pint/zipball/9d77be916e145864f10788bb94531d03e1f7b482",
|
||||
"reference": "9d77be916e145864f10788bb94531d03e1f7b482",
|
||||
"url": "https://api.github.com/repos/laravel/pint/zipball/35c00c05ec43e6b46d295efc0f4386ceb30d50d9",
|
||||
"reference": "35c00c05ec43e6b46d295efc0f4386ceb30d50d9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -3407,7 +3376,7 @@
|
|||
"issues": "https://github.com/laravel/pint/issues",
|
||||
"source": "https://github.com/laravel/pint"
|
||||
},
|
||||
"time": "2024-09-03T15:00:28+00:00"
|
||||
"time": "2024-09-24T17:22:50+00:00"
|
||||
},
|
||||
{
|
||||
"name": "matthiasmullie/minify",
|
||||
|
|
@ -3595,16 +3564,16 @@
|
|||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
"version": "v5.2.0",
|
||||
"version": "v5.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nikic/PHP-Parser.git",
|
||||
"reference": "23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb"
|
||||
"reference": "3abf7425cd284141dc5d8d14a9ee444de3345d1a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb",
|
||||
"reference": "23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb",
|
||||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3abf7425cd284141dc5d8d14a9ee444de3345d1a",
|
||||
"reference": "3abf7425cd284141dc5d8d14a9ee444de3345d1a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -3647,9 +3616,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/nikic/PHP-Parser/issues",
|
||||
"source": "https://github.com/nikic/PHP-Parser/tree/v5.2.0"
|
||||
"source": "https://github.com/nikic/PHP-Parser/tree/v5.3.0"
|
||||
},
|
||||
"time": "2024-09-15T16:40:33+00:00"
|
||||
"time": "2024-09-29T13:56:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phar-io/manifest",
|
||||
|
|
@ -4216,16 +4185,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phpstan/phpdoc-parser",
|
||||
"version": "1.31.0",
|
||||
"version": "1.32.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpdoc-parser.git",
|
||||
"reference": "249f15fb843bf240cf058372dad29e100cee6c17"
|
||||
"reference": "6ca22b154efdd9e3c68c56f5d94670920a1c19a4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/249f15fb843bf240cf058372dad29e100cee6c17",
|
||||
"reference": "249f15fb843bf240cf058372dad29e100cee6c17",
|
||||
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6ca22b154efdd9e3c68c56f5d94670920a1c19a4",
|
||||
"reference": "6ca22b154efdd9e3c68c56f5d94670920a1c19a4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -4257,9 +4226,9 @@
|
|||
"description": "PHPDoc parser with support for nullable, intersection and generic types",
|
||||
"support": {
|
||||
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
|
||||
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.31.0"
|
||||
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.32.0"
|
||||
},
|
||||
"time": "2024-09-22T11:32:18+00:00"
|
||||
"time": "2024-09-26T07:23:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-code-coverage",
|
||||
|
|
@ -7026,9 +6995,7 @@
|
|||
],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": {
|
||||
"utopia-php/database": 5
|
||||
},
|
||||
"stability-flags": [],
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
|
|
|
|||
|
|
@ -163,7 +163,6 @@ class UsageDump extends Action
|
|||
$id = \md5("{$time}_{$period}_{$key}");
|
||||
|
||||
$value = 0;
|
||||
$diskValue = 0;
|
||||
$previousValue = 0;
|
||||
try {
|
||||
$previousValue = ($dbForProject->getDocument('stats', $id))->getAttribute('value', 0);
|
||||
|
|
@ -179,8 +178,7 @@ class UsageDump extends Action
|
|||
$collectionInternalId = $data[1];
|
||||
|
||||
try {
|
||||
$value = $dbForProject->getSizeOfCollection('database_'.$databaseInternalId.'_collection_'.$collectionInternalId);
|
||||
$diskValue = $dbForProject->getSizeOfCollectionOnDisk('database_'.$databaseInternalId.'_collection_'.$collectionInternalId);
|
||||
$value = $dbForProject->getSizeOfCollection('database_' . $databaseInternalId . '_collection_' . $collectionInternalId);
|
||||
} catch (\Exception $e) {
|
||||
// Collection not found
|
||||
if ($e->getMessage() !== 'Collection not found') {
|
||||
|
|
@ -190,25 +188,21 @@ class UsageDump extends Action
|
|||
|
||||
// Compare with previous value
|
||||
$diff = $value - $previousValue;
|
||||
$diskDiff = $diskValue - $previousValue;
|
||||
|
||||
if ($diff === 0 && $diskDiff === 0) {
|
||||
if ($diff === 0) {
|
||||
break;
|
||||
}
|
||||
|
||||
// Update Collection
|
||||
$updateMetric($dbForProject, $diff, $key, $period, $time);
|
||||
$updateMetric($dbForProject, $diskDiff, $key . '_disk', $period, $time);
|
||||
|
||||
// Update Database
|
||||
$databaseKey = str_replace(['{databaseInternalId}'], [$data[0]], METRIC_DATABASE_ID_STORAGE);
|
||||
$updateMetric($dbForProject, $diff, $databaseKey, $period, $time);
|
||||
$updateMetric($dbForProject, $diskDiff, $databaseKey . '_disk', $period, $time);
|
||||
|
||||
// Update Project
|
||||
$projectKey = METRIC_DATABASES_STORAGE;
|
||||
$updateMetric($dbForProject, $diff, $projectKey, $period, $time);
|
||||
$updateMetric($dbForProject, $diskDiff, $projectKey . '_disk', $period, $time);
|
||||
break;
|
||||
// Database Level
|
||||
case METRIC_DATABASE_LEVEL_STORAGE:
|
||||
|
|
@ -227,8 +221,7 @@ class UsageDump extends Action
|
|||
|
||||
foreach ($collections as $collection) {
|
||||
try {
|
||||
$value += $dbForProject->getSizeOfCollection('database_'.$databaseInternalId.'_collection_'.$collection->getInternalId());
|
||||
$diskValue += $dbForProject->getSizeOfCollectionOnDisk('database_'.$databaseInternalId.'_collection_'.$collection->getInternalId());
|
||||
$value += $dbForProject->getSizeOfCollection('database_' . $databaseInternalId . '_collection_' . $collection->getInternalId());
|
||||
} catch (\Exception $e) {
|
||||
// Collection not found
|
||||
if ($e->getMessage() !== 'Collection not found') {
|
||||
|
|
@ -238,21 +231,18 @@ class UsageDump extends Action
|
|||
}
|
||||
|
||||
$diff = $value - $previousValue;
|
||||
$diskDiff = $diskValue - $previousValue;
|
||||
|
||||
if ($diff === 0 && $diskDiff === 0) {
|
||||
if ($diff === 0) {
|
||||
break;
|
||||
}
|
||||
|
||||
// Update Database
|
||||
$databaseKey = str_replace(['{databaseInternalId}'], [$data[0]], METRIC_DATABASE_ID_STORAGE);
|
||||
$updateMetric($dbForProject, $diff, $databaseKey, $period, $time);
|
||||
$updateMetric($dbForProject, $diskDiff, $databaseKey . '_disk', $period, $time);
|
||||
|
||||
// Update Project
|
||||
$projectKey = METRIC_DATABASES_STORAGE;
|
||||
$updateMetric($dbForProject, $diff, $projectKey, $period, $time);
|
||||
$updateMetric($dbForProject, $diskDiff, $projectKey . '_disk', $period, $time);
|
||||
break;
|
||||
// Project Level
|
||||
case METRIC_PROJECT_LEVEL_STORAGE:
|
||||
|
|
@ -266,8 +256,7 @@ class UsageDump extends Action
|
|||
|
||||
foreach ($collections as $collection) {
|
||||
try {
|
||||
$value += $dbForProject->getSizeOfCollection('database_'.$database->getInternalId().'_collection_'.$collection->getInternalId());
|
||||
$diskValue += $dbForProject->getSizeOfCollectionOnDisk('database_'.$database->getInternalId().'_collection_'.$collection->getInternalId());
|
||||
$value += $dbForProject->getSizeOfCollection('database_' . $database->getInternalId() . '_collection_' . $collection->getInternalId());
|
||||
} catch (\Exception $e) {
|
||||
// Collection not found
|
||||
if ($e->getMessage() !== 'Collection not found') {
|
||||
|
|
@ -278,12 +267,10 @@ class UsageDump extends Action
|
|||
}
|
||||
|
||||
$diff = $value - $previousValue;
|
||||
$diskDiff = $diskValue - $previousValue;
|
||||
|
||||
// Update Project
|
||||
$projectKey = METRIC_DATABASES_STORAGE;
|
||||
$updateMetric($dbForProject, $diff, $projectKey, $period, $time);
|
||||
$updateMetric($dbForProject, $diskDiff, $projectKey . '_disk', $period, $time);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue