-
-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationexternal-issuepr-openedA PR has been opened to resolve the issueA PR has been opened to resolve the issue
Description
Improve documentation
Link
https://supabase.com/docs/guides/platform/network-restrictions#to-get-started-via-the-management-api
(The curl example for Update network restrictions.)
Describe the problem
The example uses db_allowed_cidrs, but the Management API expects dbAllowedCidrs. Because of this mismatch, the request body does not work correctly when copied from the documentation.
Describe the improvement
Update the curl example JSON to use dbAllowedCidrs (and document dbAllowedCidrsV6 if relevant) so the guide matches the Update network restrictions Management API reference.
Additional context
- API reference: https://supabase.com/docs/reference/api/v1-update-network-restrictions
- Request body fields:
dbAllowedCidrs(optional array of strings),dbAllowedCidrsV6(optional array of strings).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationexternal-issuepr-openedA PR has been opened to resolve the issueA PR has been opened to resolve the issue