Skip to content

Commit

Permalink
[ext-290] update zapier models to have clientId and redirectURI optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylwe committed Dec 10, 2024
1 parent 897d14d commit 8381c05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions flows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13947,8 +13947,8 @@ integrations:
firstName: string
lastName: string
email: string
client_id: string
redirect_uri: string
client_id?: string
redirect_uri?: string
scope: string
referer?: string
utm_campaign?: string
Expand Down
4 changes: 2 additions & 2 deletions integrations/zapier/nango.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ models:
firstName: string
lastName: string
email: string
client_id: string
redirect_uri: string
client_id?: string
redirect_uri?: string
scope: string
referer?: string
utm_campaign?: string
Expand Down

0 comments on commit 8381c05

Please sign in to comment.