v1
latestOpenAPI 3.0.02026-07-14169146300.3 KBProjects
[Alpha] Updates project's network restrictions by adding or removing CIDRs
patch/v1/projects/{ref}/network-restrictions
Path parameters
refstring required
Example:abcdefghijklmnopqrst
Project ref
Request body
Example request
{
"add": {
"dbAllowedCidrs": [
"203.0.113.0/24"
]
},
"remove": {
"dbAllowedCidrs": [
"198.51.100.0/24"
]
}
}