Skip to main content
POST
/
api
/
github
/
deploy
Api Github Deploy
curl --request POST \
  --url http://localhost:8080/api/github/deploy \
  --header 'Content-Type: application/json' \
  --data '
{
  "environment": "<string>",
  "ref": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
environment
string | null
ref
string | null

Response

Successful Response