Skip to content

Commit

Permalink
Merge pull request #5490 from supabase/chore/apikey-reserved-keyword
Browse files Browse the repository at this point in the history
chore: document #5465
  • Loading branch information
awalias authored Feb 16, 2022
2 parents b012a92 + b7232b0 commit c097ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/spec/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ pages:
- By default, Supabase projects will return a maximum of 1,000 rows. This setting can be changed in Project API Settings. It's recommended that you keep it low to limit the payload size of accidental or malicious requests. You can use `range()` queries to paginate through your data.
- `select()` can be combined with [Modifiers](/docs/reference/dart/using-modifiers)
- `select()` can be combined with [Filters](/docs/reference/dart/using-filters)
- If using the Supabase hosted platform `apikey` is technically a reserved keyword, since the API gateway will pluck it out for authentication. [It should be avoided as a column name](https://github.com/supabase/supabase/issues/5465).
examples:
- name: Getting your data
isSpotlight: true
Expand Down
1 change: 1 addition & 0 deletions web/spec/supabase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,7 @@ pages:
- By default, Supabase projects will return a maximum of 1,000 rows. This setting can be changed in Project API Settings. It's recommended that you keep it low to limit the payload size of accidental or malicious requests. You can use `range()` queries to paginate through your data.
- `select()` can be combined with [Modifiers](/docs/reference/javascript/using-modifiers)
- `select()` can be combined with [Filters](/docs/reference/javascript/using-filters)
- If using the Supabase hosted platform `apikey` is technically a reserved keyword, since the API gateway will pluck it out for authentication. [It should be avoided as a column name](https://github.com/supabase/supabase/issues/5465).
examples:
- name: Getting your data
isSpotlight: true
Expand Down

1 comment on commit c097ad5

@vercel
Copy link

@vercel vercel bot commented on c097ad5 Feb 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zones-docs – ./web

zones-docs-supabase.vercel.app
zones-docs-git-master-supabase.vercel.app
zones-docs.vercel.app

Please sign in to comment.