Skip to content

Commit d03ccd7

Browse files
Updating baton capabilities.
1 parent 5a093ef commit d03ccd7

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

baton_capabilities.json

Lines changed: 10 additions & 6 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": {
@@ -23,7 +24,8 @@
2324
"capabilities": [
2425
"CAPABILITY_SYNC",
2526
"CAPABILITY_TARGETED_SYNC"
26-
]
27+
],
28+
"permissions": {}
2729
},
2830
{
2931
"resourceType": {
@@ -37,7 +39,8 @@
3739
"CAPABILITY_SYNC",
3840
"CAPABILITY_TARGETED_SYNC",
3941
"CAPABILITY_PROVISION"
40-
]
42+
],
43+
"permissions": {}
4144
},
4245
{
4346
"resourceType": {
@@ -57,10 +60,11 @@
5760
"CAPABILITY_TARGETED_SYNC",
5861
"CAPABILITY_PROVISION",
5962
"CAPABILITY_ACCOUNT_PROVISIONING",
60-
"CAPABILITY_CREDENTIAL_ROTATION",
63+
"CAPABILITY_RESOURCE_DELETE",
6164
"CAPABILITY_RESOURCE_CREATE",
62-
"CAPABILITY_RESOURCE_DELETE"
63-
]
65+
"CAPABILITY_CREDENTIAL_ROTATION"
66+
],
67+
"permissions": {}
6468
}
6569
],
6670
"connectorCapabilities": [

0 commit comments

Comments
 (0)