-
Notifications
You must be signed in to change notification settings - Fork 5
/
update.json
33 lines (33 loc) · 994 Bytes
/
update.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"lifecycle": "UPDATE",
"executionId": "00000000-0000-0000-0000-000000000000",
"appId": "00000000-0000-0000-0000-000000000000",
"locale": "en",
"version": "0.1.0",
"updateData": {
"authToken": "00000000-0000-0000-0000-000000000000",
"refreshToken": "00000000-0000-0000-0000-000000000000",
"installedApp": {
"installedAppId": "00000000-0000-0000-0000-000000000000",
"locationId": "00000000-0000-0000-0000-000000000000",
"config": {
"toggle": [
{
"valueType": "STRING",
"stringConfig": {
"value": "true"
}
}
]
},
"permissions": [
"r:locations:*"
]
},
"previousConfig": {},
"previousPermissions": [
"r:locations:*"
]
},
"settings": {}
}