ex_heroku_client v0.3.0 Heroku.OrganizationPreferences
Summary
Functions
Calls GET /organizations/#{organization_identity}/preferences
Calls PATCH /organizations/#{organization_identity}/preferences
Functions
Calls PATCH /organizations/#{organization_identity}/preferences
params
is JSON encoded and passed as the request body.
params Schema
{
"properties": {
"whitelisting-enabled": {
"description": "Whether whitelisting rules should be applied to add-on installations",
"example": true,
"readOnly": false,
"type": [
"boolean",
"null"
]
}
}
}