ex_heroku_client v0.1.0 Heroku.OrganizationPreferences

Summary

Functions

Calls GET /organizations/#{organization_identity}/preferences

Calls PATCH /organizations/#{organization_identity}/preferences

Functions

get(organization_identity)

Calls GET /organizations/#{organization_identity}/preferences

update(organization_identity, params \\ %{})

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"
      ]
    }
  }
}