Skip to content

Commit

Permalink
fix: add api_url server option
Browse files Browse the repository at this point in the history
  • Loading branch information
burmecia committed Jul 20, 2023
1 parent 6389f8b commit d356222
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/airtable.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ If the platform you are using does not support `pgsodium` and `Vault` you can cr
create server airtable_server
foreign data wrapper airtable_wrapper
options (
api_key 'sk_test_xxx'
api_url 'https://api.airtable.com/v0', -- Airtable API url, optional
api_key 'sk_test_xxx' -- Airtable API key, required
);
```

Expand Down

0 comments on commit d356222

Please sign in to comment.