This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 907 B View raw
1{ 2 "capabilities": { 3 "urn:ietf:params:jmap:core": { 4 "maxSizeUpload": 50000000, 5 "maxConcurrentUpload": 4, 6 "maxSizeRequest": 10000000, 7 "maxConcurrentRequests": 4, 8 "maxCallsInRequest": 16, 9 "maxObjectsInGet": 500, 10 "maxObjectsInSet": 500, 11 "collationAlgorithms": ["i;ascii-casemap", "i;octet"] 12 } 13 }, 14 "accounts": { 15 "acc1": { 16 "name": "Test Account", 17 "isPersonal": true, 18 "isReadOnly": false, 19 "accountCapabilities": {} 20 } 21 }, 22 "primaryAccounts": { 23 "urn:ietf:params:jmap:core": "acc1" 24 }, 25 "username": "test@example.com", 26 "apiUrl": "https://api.example.com/jmap/", 27 "downloadUrl": "https://api.example.com/jmap/download/{accountId}/{blobId}/{name}?type={type}", 28 "uploadUrl": "https://api.example.com/jmap/upload/{accountId}/", 29 "eventSourceUrl": "https://api.example.com/jmap/eventsource/", 30 "state": "abc123" 31}