ex_heroku_client v0.1.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
Calls GET /spaces/#{space_identity}/members/#{account_identity}
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"
]
}
}
}