Skip to main content
POST
/
api
/
v1
/
deploy
/
application
/
project
Error
A valid request URL is required to generate request examples
{
  "data": {},
  "message": "string",
  "status": "string"
}

Headers

Accept
string

Body

*/*

Request body for types.CreateProjectRequest

CreateProjectRequest schema

base_path
string | null
branch
string | null
build_pack
string | null
build_variables
object
compose_domains
(object | null)[] | null
compose_services
(object | null)[] | null
dockerfile_path
string | null
domains
(string | null)[] | null
environment
string | null
environment_variables
object
name
string
port
integer | null
post_run_command
string | null
pre_run_command
string | null
repository
string
source
string | null

Response

OK

ApplicationResponse schema

data
object
message
string
status
string