Skip to content

docs: incorrect JSON key in Network Restrictions Management API example (db_allowed_cidrs) #44164

@jay-es

Description

@jay-es

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationexternal-issuepr-openedA PR has been opened to resolve the issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions