Skip to content

Commit

Permalink
chore(integration-templates): Automated commit updating flows.yaml ba…
Browse files Browse the repository at this point in the history
…sed on changes in NangoHQ/integration-templates@8603fb3 by Khaliq. Commit message: fix(smartsheet): Add scopes (#185)
  • Loading branch information
github-actions[bot] committed Jan 8, 2025
1 parent c338986 commit 1c79a7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/shared/flows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13318,6 +13318,8 @@ integrations:
method: GET
path: /users
group: Users
scopes:
- READ_USERS
actions:
create-user:
description: Creates a user in Smartsheet
Expand All @@ -13327,6 +13329,8 @@ integrations:
path: /users
group: Users
input: CreateUser
scopes:
- ADMIN_USERS
delete-user:
description: >
Deletes a user from Smartsheet. User is transitioned to a free
Expand All @@ -13339,6 +13343,8 @@ integrations:
group: Users
output: SuccessResponse
input: IdEntity
scopes:
- ADMIN_USERS
disable-user:
description: >
Disables a user in an organization account. User will no longer be
Expand All @@ -13350,6 +13356,8 @@ integrations:
group: Users
output: SuccessResponse
input: IdEntity
scopes:
- ADMIN_USERS
models:
IdEntity:
id: string
Expand Down

0 comments on commit 1c79a7d

Please sign in to comment.