ex_heroku_client v0.3.0 Heroku.FilterApps

Summary

Functions

Calls POST /filters/apps

Functions

instances(params \\ %{})

Calls POST /filters/apps

params is JSON encoded and passed as the request body.

params Schema

{
  "properties": {
    "in": {
      "properties": {
        "id": {
          "additionalItems": true,
          "items": {
            "description": "unique identifier of app",
            "example": "01234567-89ab-cdef-0123-456789abcdef",
            "format": "uuid",
            "readOnly": true,
            "type": [
              "string"
            ]
          },
          "type": [
            "array"
          ]
        }
      },
      "type": [
        "object"
      ]
    }
  },
  "type": [
    "object"
  ]
}