ex_heroku_client v0.1.0 Heroku.Pipeline
Summary
Functions
Calls POST /pipelines
Calls DELETE /pipelines/#{pipeline_id}
Calls GET /pipelines/#{pipeline_identity}
Calls GET /pipelines
Calls PATCH /pipelines/#{pipeline_id}
Functions
Calls POST /pipelines
params
is JSON encoded and passed as the request body.
params Schema
{
"properties": {
"name": {
"description": "name of pipeline",
"example": "example",
"pattern": "^[a-z][a-z0-9-]{2,29}$",
"readOnly": false,
"type": [
"string"
]
}
},
"required": [
"name"
],
"type": [
"object"
]
}
Calls PATCH /pipelines/#{pipeline_id}
params
is JSON encoded and passed as the request body.
params Schema
{
"properties": {
"name": {
"description": "name of pipeline",
"example": "example",
"pattern": "^[a-z][a-z0-9-]{2,29}$",
"readOnly": false,
"type": [
"string"
]
}
},
"type": [
"object"
]
}