Skip to main content
POST
/
publish
Publish the draft to the live site target
curl --request POST \
  --url http://localhost:4200/publish \
  --header 'Content-Type: application/json' \
  --data '
{
  "session": "<string>",
  "siteId": "<string>",
  "siteOrigin": "<string>"
}
'

Body

application/json
session
string
siteId
string
siteOrigin
string

Response

200

Default Response