ex_heroku_client v0.4.0 Heroku.WhitelistedAddOnService
Summary
Functions
Calls POST /organizations/#{organization_identity}/whitelisted-addon-services
Calls POST /teams/#{team_identity}/whitelisted-addon-services
Calls DELETE /organizations/#{organization_identity}/whitelisted-addon-services/#{whitelisted_add_on_service_identity}
Calls DELETE /teams/#{team_identity}/whitelisted-addon-services/#{whitelisted_add_on_service_identity}
Calls GET /teams/#{team_identity}/whitelisted-addon-services
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"
]
}
},
"type": [
"object"
]
}
Calls POST /teams/#{team_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"
]
}
},
"type": [
"object"
]
}
Calls DELETE /organizations/#{organization_identity}/whitelisted-addon-services/#{whitelisted_add_on_service_identity}
Calls DELETE /teams/#{team_identity}/whitelisted-addon-services/#{whitelisted_add_on_service_identity}
Calls GET /teams/#{team_identity}/whitelisted-addon-services