Deploy code

POST /v2/alm/stack/{stack_id}/code

Request header:

Authorization: Bearer eyJ0eXAiOiJ83fjQb3LzMeXzQfME
Content-Type: application/json

Request body:

{
    "method":"github_public",
    "filepath":"git://github.com/mobingilabs/default-site-php"
}

Example response:

HTTP/1.1 200 OK
{
    "status":"success"
}

Last updated