mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update CLI
This commit is contained in:
@@ -226,7 +226,7 @@ return [
|
||||
[
|
||||
'key' => 'cli',
|
||||
'name' => 'Command Line',
|
||||
'version' => '9.0.1',
|
||||
'version' => '9.0.2',
|
||||
'url' => 'https://github.com/appwrite/sdk-for-cli',
|
||||
'package' => 'https://www.npmjs.com/package/appwrite-cli',
|
||||
'enabled' => true,
|
||||
|
||||
@@ -7498,7 +7498,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -7583,7 +7586,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -7725,7 +7731,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -7820,7 +7829,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -7956,7 +7968,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -8055,7 +8070,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -8139,7 +8157,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -8254,7 +8275,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
|
||||
@@ -32161,7 +32161,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
@@ -32451,7 +32454,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32534,7 +32540,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32638,7 +32647,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32707,7 +32719,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32806,7 +32821,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32877,7 +32895,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32961,7 +32982,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33067,7 +33091,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33178,7 +33205,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33284,7 +33314,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33395,7 +33428,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33501,7 +33537,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33612,7 +33651,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33727,7 +33769,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33847,7 +33892,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33963,7 +34011,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34084,7 +34135,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34200,7 +34254,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34321,7 +34378,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34427,7 +34487,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34538,7 +34601,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34669,7 +34735,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34786,7 +34855,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34902,7 +34974,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35008,7 +35083,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35150,7 +35228,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35221,7 +35302,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35301,7 +35385,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35409,7 +35496,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35491,7 +35581,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35619,7 +35712,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35690,7 +35786,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35770,7 +35869,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
@@ -35853,7 +35955,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -35938,7 +36043,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -36104,7 +36212,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -36224,7 +36335,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -36318,7 +36432,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -36409,7 +36526,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -36504,7 +36624,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -36640,7 +36763,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -36739,7 +36865,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -36823,7 +36952,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
@@ -36916,7 +37048,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -37031,7 +37166,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -37146,7 +37284,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
@@ -37238,7 +37379,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
||||
@@ -22861,7 +22861,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -22945,7 +22948,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23050,7 +23056,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23120,7 +23129,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23220,7 +23232,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23292,7 +23307,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23377,7 +23395,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23484,7 +23505,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23596,7 +23620,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23703,7 +23730,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23815,7 +23845,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23922,7 +23955,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24034,7 +24070,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24150,7 +24189,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24271,7 +24313,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24388,7 +24433,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24510,7 +24558,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24627,7 +24678,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24749,7 +24803,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24856,7 +24913,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24968,7 +25028,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25100,7 +25163,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25218,7 +25284,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25335,7 +25404,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25442,7 +25514,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25585,7 +25660,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25657,7 +25735,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25738,7 +25819,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25847,7 +25931,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25930,7 +26017,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -26059,7 +26149,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -26131,7 +26224,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -26212,7 +26308,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -26299,7 +26398,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -26469,7 +26571,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -26591,7 +26696,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -26686,7 +26794,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -26778,7 +26889,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -26875,7 +26989,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -27014,7 +27131,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -27115,7 +27235,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -27201,7 +27324,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -27318,7 +27444,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
|
||||
@@ -7498,7 +7498,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -7583,7 +7586,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -7725,7 +7731,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -7820,7 +7829,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -7956,7 +7968,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -8055,7 +8070,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -8139,7 +8157,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -8254,7 +8275,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
|
||||
@@ -32161,7 +32161,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
@@ -32451,7 +32454,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32534,7 +32540,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32638,7 +32647,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32707,7 +32719,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32806,7 +32821,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32877,7 +32895,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32961,7 +32982,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33067,7 +33091,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33178,7 +33205,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33284,7 +33314,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33395,7 +33428,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33501,7 +33537,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33612,7 +33651,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33727,7 +33769,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33847,7 +33892,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33963,7 +34011,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34084,7 +34135,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34200,7 +34254,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34321,7 +34378,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34427,7 +34487,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34538,7 +34601,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34669,7 +34735,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34786,7 +34855,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34902,7 +34974,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35008,7 +35083,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35150,7 +35228,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35221,7 +35302,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35301,7 +35385,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35409,7 +35496,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35491,7 +35581,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35619,7 +35712,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35690,7 +35786,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35770,7 +35869,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
@@ -35853,7 +35955,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -35938,7 +36043,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -36104,7 +36212,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -36224,7 +36335,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -36318,7 +36432,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -36409,7 +36526,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -36504,7 +36624,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -36640,7 +36763,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -36739,7 +36865,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -36823,7 +36952,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
@@ -36916,7 +37048,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -37031,7 +37166,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -37146,7 +37284,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
@@ -37238,7 +37379,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
||||
@@ -22861,7 +22861,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -22945,7 +22948,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23050,7 +23056,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23120,7 +23129,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23220,7 +23232,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23292,7 +23307,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23377,7 +23395,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23484,7 +23505,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23596,7 +23620,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23703,7 +23730,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23815,7 +23845,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23922,7 +23955,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24034,7 +24070,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24150,7 +24189,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24271,7 +24313,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24388,7 +24433,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24510,7 +24558,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24627,7 +24678,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24749,7 +24803,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24856,7 +24913,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24968,7 +25028,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25100,7 +25163,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25218,7 +25284,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25335,7 +25404,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25442,7 +25514,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25585,7 +25660,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25657,7 +25735,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25738,7 +25819,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25847,7 +25931,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25930,7 +26017,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -26059,7 +26149,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -26131,7 +26224,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -26212,7 +26308,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -26299,7 +26398,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -26469,7 +26571,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -26591,7 +26696,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -26686,7 +26794,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -26778,7 +26889,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -26875,7 +26989,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -27014,7 +27131,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -27115,7 +27235,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -27201,7 +27324,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -27318,7 +27444,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
|
||||
@@ -7580,7 +7580,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -7661,7 +7664,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -7800,7 +7806,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -7889,7 +7898,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -8020,7 +8032,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -8116,7 +8131,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -8195,7 +8213,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -8303,7 +8324,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
|
||||
@@ -32345,7 +32345,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
@@ -32633,7 +32636,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32713,7 +32719,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32818,7 +32827,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32885,7 +32897,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32986,7 +33001,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33053,7 +33071,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33134,7 +33155,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33240,7 +33264,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33348,7 +33375,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33454,7 +33484,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33562,7 +33595,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33668,7 +33704,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33776,7 +33815,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33892,7 +33934,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34010,7 +34055,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34128,7 +34176,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34248,7 +34299,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34366,7 +34420,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34486,7 +34543,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34592,7 +34652,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34700,7 +34763,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34833,7 +34899,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34952,7 +35021,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35066,7 +35138,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35172,7 +35247,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35309,7 +35387,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35378,7 +35459,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35454,7 +35538,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35556,7 +35643,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35635,7 +35725,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35762,7 +35855,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35831,7 +35927,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35905,7 +36004,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
@@ -35983,7 +36085,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -36064,7 +36169,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -36229,7 +36337,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -36346,7 +36457,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -36438,7 +36552,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -36524,7 +36641,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -36613,7 +36733,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -36744,7 +36867,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -36840,7 +36966,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -36917,7 +37046,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
@@ -37005,7 +37137,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -37113,7 +37248,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -37219,7 +37357,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
@@ -37305,7 +37446,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
||||
@@ -23098,7 +23098,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23179,7 +23182,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23285,7 +23291,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23353,7 +23362,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23455,7 +23467,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23523,7 +23538,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23605,7 +23623,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23712,7 +23733,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23821,7 +23845,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23928,7 +23955,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24037,7 +24067,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24144,7 +24177,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24253,7 +24289,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24370,7 +24409,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24489,7 +24531,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24608,7 +24653,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24729,7 +24777,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24848,7 +24899,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24969,7 +25023,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25076,7 +25133,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25185,7 +25245,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25319,7 +25382,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25439,7 +25505,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25554,7 +25623,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25661,7 +25733,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25799,7 +25874,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25869,7 +25947,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25946,7 +26027,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -26049,7 +26133,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -26129,7 +26216,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -26257,7 +26347,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -26327,7 +26420,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -26402,7 +26498,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -26485,7 +26584,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -26654,7 +26756,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -26773,7 +26878,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -26866,7 +26974,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -26953,7 +27064,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -27044,7 +27158,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -27178,7 +27295,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -27276,7 +27396,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -27357,7 +27480,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -27467,7 +27593,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
|
||||
@@ -7580,7 +7580,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -7661,7 +7664,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -7800,7 +7806,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -7889,7 +7898,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -8020,7 +8032,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -8116,7 +8131,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -8195,7 +8213,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -8303,7 +8324,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
|
||||
@@ -32345,7 +32345,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
@@ -32633,7 +32636,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32713,7 +32719,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32818,7 +32827,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32885,7 +32897,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -32986,7 +33001,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33053,7 +33071,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33134,7 +33155,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33240,7 +33264,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33348,7 +33375,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33454,7 +33484,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33562,7 +33595,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33668,7 +33704,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33776,7 +33815,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -33892,7 +33934,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34010,7 +34055,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34128,7 +34176,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34248,7 +34299,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34366,7 +34420,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34486,7 +34543,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34592,7 +34652,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34700,7 +34763,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34833,7 +34899,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -34952,7 +35021,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35066,7 +35138,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35172,7 +35247,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35309,7 +35387,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35378,7 +35459,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35454,7 +35538,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35556,7 +35643,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35635,7 +35725,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35762,7 +35855,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35831,7 +35927,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -35905,7 +36004,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
@@ -35983,7 +36085,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -36064,7 +36169,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -36229,7 +36337,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -36346,7 +36457,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -36438,7 +36552,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -36524,7 +36641,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -36613,7 +36733,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -36744,7 +36867,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -36840,7 +36966,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -36917,7 +37046,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
@@ -37005,7 +37137,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -37113,7 +37248,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -37219,7 +37357,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
@@ -37305,7 +37446,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"console"
|
||||
],
|
||||
|
||||
@@ -23098,7 +23098,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23179,7 +23182,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23285,7 +23291,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23353,7 +23362,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23455,7 +23467,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23523,7 +23538,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23605,7 +23623,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23712,7 +23733,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23821,7 +23845,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -23928,7 +23955,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24037,7 +24067,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24144,7 +24177,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24253,7 +24289,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24370,7 +24409,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24489,7 +24531,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24608,7 +24653,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24729,7 +24777,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24848,7 +24899,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -24969,7 +25023,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25076,7 +25133,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25185,7 +25245,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25319,7 +25382,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25439,7 +25505,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25554,7 +25623,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25661,7 +25733,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25799,7 +25874,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25869,7 +25947,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -25946,7 +26027,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -26049,7 +26133,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -26129,7 +26216,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -26257,7 +26347,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.read",
|
||||
"scope": [
|
||||
"tables.read",
|
||||
"collections.read"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -26327,7 +26420,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "tables.write",
|
||||
"scope": [
|
||||
"tables.write",
|
||||
"collections.write"
|
||||
],
|
||||
"platforms": [
|
||||
"server"
|
||||
],
|
||||
@@ -26402,7 +26498,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -26485,7 +26584,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -26654,7 +26756,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -26773,7 +26878,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -26866,7 +26974,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"console",
|
||||
"server"
|
||||
@@ -26953,7 +27064,10 @@
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
"scope": "rows.read",
|
||||
"scope": [
|
||||
"rows.read",
|
||||
"documents.read"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -27044,7 +27158,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -27178,7 +27295,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -27276,7 +27396,10 @@
|
||||
"rate-limit": 60,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server"
|
||||
@@ -27357,7 +27480,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
@@ -27467,7 +27593,10 @@
|
||||
"rate-limit": 120,
|
||||
"rate-time": 60,
|
||||
"rate-key": "ip:{ip},method:{method},url:{url},userId:{userId}",
|
||||
"scope": "rows.write",
|
||||
"scope": [
|
||||
"rows.write",
|
||||
"documents.write"
|
||||
],
|
||||
"platforms": [
|
||||
"client",
|
||||
"server",
|
||||
|
||||
Generated
+13
-13
@@ -3557,16 +3557,16 @@
|
||||
},
|
||||
{
|
||||
"name": "utopia-php/database",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/utopia-php/database.git",
|
||||
"reference": "653e19d26c5607b9dce917c50737824772cd3dd8"
|
||||
"reference": "99beaf1dd6dc3561c8332f9893325777553644a4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/utopia-php/database/zipball/653e19d26c5607b9dce917c50737824772cd3dd8",
|
||||
"reference": "653e19d26c5607b9dce917c50737824772cd3dd8",
|
||||
"url": "https://api.github.com/repos/utopia-php/database/zipball/99beaf1dd6dc3561c8332f9893325777553644a4",
|
||||
"reference": "99beaf1dd6dc3561c8332f9893325777553644a4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3607,9 +3607,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/utopia-php/database/issues",
|
||||
"source": "https://github.com/utopia-php/database/tree/1.2.0"
|
||||
"source": "https://github.com/utopia-php/database/tree/1.2.1"
|
||||
},
|
||||
"time": "2025-08-26T12:51:42+00:00"
|
||||
"time": "2025-08-26T16:05:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "utopia-php/detector",
|
||||
@@ -4926,16 +4926,16 @@
|
||||
"packages-dev": [
|
||||
{
|
||||
"name": "appwrite/sdk-generator",
|
||||
"version": "1.1.14",
|
||||
"version": "1.1.15",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/appwrite/sdk-generator.git",
|
||||
"reference": "662c7a53e683ed941c7d1374cfd32533bf54fbca"
|
||||
"reference": "8e8e39634ba7558704522959d88f3542563a5444"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/662c7a53e683ed941c7d1374cfd32533bf54fbca",
|
||||
"reference": "662c7a53e683ed941c7d1374cfd32533bf54fbca",
|
||||
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/8e8e39634ba7558704522959d88f3542563a5444",
|
||||
"reference": "8e8e39634ba7558704522959d88f3542563a5444",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4971,9 +4971,9 @@
|
||||
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
|
||||
"support": {
|
||||
"issues": "https://github.com/appwrite/sdk-generator/issues",
|
||||
"source": "https://github.com/appwrite/sdk-generator/tree/1.1.14"
|
||||
"source": "https://github.com/appwrite/sdk-generator/tree/1.1.15"
|
||||
},
|
||||
"time": "2025-08-26T13:17:07+00:00"
|
||||
"time": "2025-08-27T04:59:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/annotations",
|
||||
@@ -8451,5 +8451,5 @@
|
||||
"platform-overrides": {
|
||||
"php": "8.3"
|
||||
},
|
||||
"plugin-api-version": "2.3.0"
|
||||
"plugin-api-version": "2.6.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user