ex_heroku_client v0.4.0 Heroku.TeamPreferences

Summary

Functions

Calls GET /teams/#{team_identity}/preferences

Calls PATCH /teams/#{team_identity}/preferences

Functions

get(team_identity)

Calls GET /teams/#{team_identity}/preferences

update(team_identity, params \\ %{})

Calls PATCH /teams/#{team_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"
      ]
    }
  },
  "type": [
    "object"
  ]
}