Skip to content

Commit 90ca301

Browse files
committed
apps/list.json: align bridge-mira descriptor (needsReauthField, fix resync body), bump version
1 parent 328de90 commit 90ca301

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

apps/list.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schemaVersion": 1,
3-
"version": "2026-05-27.1",
3+
"version": "2026-05-29.1",
44
"apps": [
55
{
66
"id": "bridge-mira",
@@ -33,7 +33,11 @@
3333
"initiate": {
3434
"method": "POST",
3535
"url": "https://bridge-mira.datasafe.dev/mira/resync",
36-
"auth": "ApiEndpoint ${apiEndpoint}"
36+
"auth": "ApiEndpoint ${apiEndpoint}",
37+
"body": {
38+
"returnUrl": "${returnUrl}"
39+
},
40+
"openUrlField": "openUrl"
3741
},
3842
"url": "${openUrl}",
3943
"embed": false
@@ -48,7 +52,8 @@
4852
"type": "api",
4953
"url": "https://bridge-mira.datasafe.dev/mira/lastSync",
5054
"auth": "ApiEndpoint ${apiEndpoint}",
51-
"field": "lastSyncedAt"
55+
"field": "lastSyncedAt",
56+
"needsReauthField": "needsReauth"
5257
}
5358
},
5459
{

0 commit comments

Comments
 (0)