ex_heroku_client v0.1.0 Heroku.WhitelistedAddonService
Summary
Functions
Calls POST /organizations/#{organization_identity}/whitelisted-addon-services
Calls DELETE /organizations/#{organization_identity}/whitelisted-addon-services/#{whitelisted-addon-service_identity}
Calls GET /organizations/#{organization_identity}/whitelisted-addon-services
Functions
Calls POST /organizations/#{organization_identity}/whitelisted-addon-services
params
is JSON encoded and passed as the request body.
params Schema
{
"properties": {
"addon_service": {
"description": "name of the Add-on to whitelist",
"example": "heroku-postgresql",
"type": [
"string"
]
}
}
}
Calls DELETE /organizations/#{organization_identity}/whitelisted-addon-services/#{whitelisted-addon-service_identity}