v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Publish

Publish the site-wide code to the live version of the website, without republishing the entire website.

post/site/{site_name}/sitewidehtml/{uuid}/publish

Path parameters

site_namestring required
uuidstring required

An already existing site wide HTML UUID.

Headers

x-duda-access-tokenstring

The specific access token to access this site API.

authorizationstring

Your App Account's username and password, base64'd.

Response

200

locationstring
markupstring
uuidstring

Example response

{
  "location": "BODY",
  "markup": "string",
  "uuid": "string"
}