Skip to content

Commit

Permalink
fix: Forgot x-oauth2-provider on source-airtable and source-asana
Browse files Browse the repository at this point in the history
  • Loading branch information
jshearer committed Jan 19, 2024
1 parent 046ce7b commit 513176d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions source-airtable/source_airtable/source_airtable/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
{
"type": "object",
"title": "OAuth2.0",
"x-oauth2-provider": "airtable",
"required": ["client_id", "client_secret", "refresh_token"],
"properties": {
"auth_method": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
{
"type": "object",
"title": "OAuth2.0",
"x-oauth2-provider": "airtable",
"required": [
"client_id",
"client_secret",
Expand Down
1 change: 1 addition & 0 deletions source-asana/source_asana/source_asana/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
{
"type": "object",
"title": "Authenticate via Asana (Oauth)",
"x-oauth2-provider": "asana",
"required": ["client_id", "client_secret", "refresh_token"],
"properties": {
"option_title": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
{
"type": "object",
"title": "Authenticate via Asana (Oauth)",
"x-oauth2-provider": "asana",
"required": [
"client_id",
"client_secret",
Expand Down

0 comments on commit 513176d

Please sign in to comment.