We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328de90 commit 90ca301Copy full SHA for 90ca301
1 file changed
apps/list.json
@@ -1,6 +1,6 @@
1
{
2
"schemaVersion": 1,
3
- "version": "2026-05-27.1",
+ "version": "2026-05-29.1",
4
"apps": [
5
6
"id": "bridge-mira",
@@ -33,7 +33,11 @@
33
"initiate": {
34
"method": "POST",
35
"url": "https://bridge-mira.datasafe.dev/mira/resync",
36
- "auth": "ApiEndpoint ${apiEndpoint}"
+ "auth": "ApiEndpoint ${apiEndpoint}",
37
+ "body": {
38
+ "returnUrl": "${returnUrl}"
39
+ },
40
+ "openUrlField": "openUrl"
41
},
42
"url": "${openUrl}",
43
"embed": false
@@ -48,7 +52,8 @@
48
52
"type": "api",
49
53
"url": "https://bridge-mira.datasafe.dev/mira/lastSync",
50
54
"auth": "ApiEndpoint ${apiEndpoint}",
51
- "field": "lastSyncedAt"
55
+ "field": "lastSyncedAt",
56
+ "needsReauthField": "needsReauth"
57
}
58
59
0 commit comments