Skip to content

Commit 88f56dd

Browse files
Updating baton capabilities.
1 parent c7a8e93 commit 88f56dd

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

baton_capabilities.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"CAPABILITY_SYNC",
1414
"CAPABILITY_TARGETED_SYNC",
1515
"CAPABILITY_PROVISION"
16-
]
16+
],
17+
"permissions": {}
1718
},
1819
{
1920
"resourceType": {
@@ -26,7 +27,8 @@
2627
"capabilities": [
2728
"CAPABILITY_SYNC",
2829
"CAPABILITY_PROVISION"
29-
]
30+
],
31+
"permissions": {}
3032
},
3133
{
3234
"resourceType": {
@@ -45,9 +47,10 @@
4547
"CAPABILITY_SYNC",
4648
"CAPABILITY_TARGETED_SYNC",
4749
"CAPABILITY_ACCOUNT_PROVISIONING",
48-
"CAPABILITY_CREDENTIAL_ROTATION",
49-
"CAPABILITY_RESOURCE_DELETE"
50-
]
50+
"CAPABILITY_RESOURCE_DELETE",
51+
"CAPABILITY_CREDENTIAL_ROTATION"
52+
],
53+
"permissions": {}
5154
}
5255
],
5356
"connectorCapabilities": [

0 commit comments

Comments
 (0)