Authorizations
Path Parameters
The name of the organization the database belongs to
The name of the database
The ID of the IP restriction entry
Body
The PostgreSQL schema to restrict access to. Leave empty to allow access to all schemas.
The PostgreSQL role to restrict access to. Leave empty to allow access for all roles.
List of IPv4 CIDR ranges (e.g., ['192.168.1.0/24', '192.168.1.1/32']). Only provided fields will be updated.
Response
Returns the updated IP restriction entry
The ID of the IP allowlist entry
The schema name to restrict access to (optional)
The role to restrict access to (optional)
List of CIDR ranges
When the entry was created
When the entry was updated
When the entry was deleted

