...
Param | Source | Type | Required | Description |
---|---|---|---|---|
type | query | string | yes |
|
name | query | string | yes |
|
env | query | string | yes |
|
version | query | string | yes |
|
image | body | Object | no | |
tag | body.image | string | yes | |
src | body | Object | no | |
from | body.src | Object | Yes |
body.src.fromeither tag or brach and commit must be specified
Conditional require, with one of the following:
["tag"]
["branch", "commit"]
Param | Source | Type | Required | Description |
---|---|---|---|---|
tag | body.src.from | string | conditional yes | |
branch | body.src.from | string | conditional yes | |
commit | body.src.from | string | conditional yes |
body.image
Param | Source | Type | Required | Description |
---|---|---|---|---|
tag | body.image | string | yes |