ex_heroku_client v0.1.0 Heroku.Release
Summary
Functions
Calls POST /apps/#{app_identity}/releases
Calls POST /apps/#{app_identity}/releases
Calls GET /apps/#{app_identity}/releases/#{release_identity}
Calls GET /apps/#{app_identity}/releases
Functions
Calls POST /apps/#{app_identity}/releases
params
is JSON encoded and passed as the request body.
params Schema
{
"properties": {
"description": {
"description": "description of changes in this release",
"example": "Added new feature",
"readOnly": true,
"type": [
"string"
]
},
"slug": {
"anyOf": [
{
"description": "unique identifier of slug",
"example": "01234567-89ab-cdef-0123-456789abcdef",
"format": "uuid",
"readOnly": true,
"type": [
"string"
]
}
]
}
},
"required": [
"slug"
],
"type": [
"object"
]
}
Calls POST /apps/#{app_identity}/releases
params
is JSON encoded and passed as the request body.
params Schema
{
"properties": {
"release": {
"description": "unique identifier of release",
"example": "01234567-89ab-cdef-0123-456789abcdef",
"format": "uuid",
"readOnly": true,
"type": [
"string"
]
}
},
"required": [
"release"
],
"type": [
"object"
]
}