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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.