stacks
Deploy a new kubernetes stack from a git repository
Deploy a new stack into a Docker environment specified via the environment identifier. Access policy: authenticated
post/stacks/create/kubernetes/repository
Query parameters
endpointIdinteger required
Identifier of the environment that will be used to deploy the stack
Request body
Example request
{
"AutoUpdate": {
"Interval": "1m30s",
"JobID": "15",
"Webhook": "05de31a2-79fa-4644-9c12-faa67e5c49f0"
},
"SourceID": 1
}Response
OK