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

Path Parameters

project
string
required
name
string
required
service
string
required

Body

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

Response

Service published