Update Smtp Outbound Provider Policy
Authorization<token>
Bearer token
In: header
X-Organization-ID<token>
Tenant or organization identifier
In: header
blockByDefault?boolean
Must accept false (allow-by-default). Proto3 required on bool rejects the
zero value because there is no field presence without optional.
Response Body
application/json
curl -X PUT "https://api.noderings.com/v1/provider/network/smtp-outbound-policy" \ -H "Authorization: Bearer {your_token}" \ -H "X-Organization-ID: {your_org_id}" \ -H "Content-Type: application/json" \ -d '{ "blockByDefault": false}'{
"policy": {
"blockByDefault": true
}
}