ex_heroku_client v0.3.0 Heroku.SpaceAppAccess

Summary

Functions

Calls GET /spaces/#{space_identity}/members/#{account_identity}

Calls GET /spaces/#{space_identity}/members

Calls PATCH /spaces/#{space_identity}/members/#{account_identity}

Functions

get(space_identity, account_identity)

Calls GET /spaces/#{space_identity}/members/#{account_identity}

index(space_identity)

Calls GET /spaces/#{space_identity}/members

update(space_identity, account_identity, params \\ %{})

Calls PATCH /spaces/#{space_identity}/members/#{account_identity}

params is JSON encoded and passed as the request body.

params Schema

{
  "properties": {
    "permissions": {
      "additionalItems": true,
      "items": {
        "properties": {
          "name": {
            "type": [
              "string"
            ]
          }
        },
        "type": [
          "object"
        ]
      },
      "type": [
        "array"
      ]
    }
  }
}