Skip to content

Commit

Permalink
Updating baton capabilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 31, 2024
1 parent 7a2d4f3 commit f1c1a92
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions baton_capabilities.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
{
"@type": "type.googleapis.com/c1.connector.v2.ConnectorCapabilities",
"resourceTypeCapabilities": [
{
"resourceType": {
"id": "role",
"displayName": "Role",
"traits": [
"TRAIT_ROLE"
],
"description": "A role in Snipe-IT"
},
"capabilities": [
"CAPABILITY_SYNC"
]
},
{
"resourceType": {
"id": "user",
Expand Down Expand Up @@ -45,6 +32,19 @@
"CAPABILITY_SYNC",
"CAPABILITY_PROVISION"
]
},
{
"resourceType": {
"id": "role",
"displayName": "Role",
"traits": [
"TRAIT_ROLE"
],
"description": "A role in Snipe-IT"
},
"capabilities": [
"CAPABILITY_SYNC"
]
}
]
}

0 comments on commit f1c1a92

Please sign in to comment.