POST
/
v1
/
projects
/
{project}
/
boxes
/
{name}
/
publish
cURL
curl --request POST \
  --url https://api.example.com/v1/projects/{project}/boxes/{name}/publish \
  --header 'Content-Type: application/json' \
  --data '
{
  "domain": "<string>",
  "force": true,
  "host": "<string>",
  "port": 1,
  "subdomain": "<string>"
}
'

Path Parameters

project
string
required

Project name

name
string
required

Box name

Body

application/json
domain
string | null
force
boolean | null
host
string | null
port
integer<int32> | null
Required range: x >= 0
subdomain
string | null

Response

Box published