Publish a KuikPage
Puts the current draft live at its address, exactly as the editor's Publish button does. Codes pointing at the page show the new version right away.
Authorization
apiKey An API key from Settings, Developers: Authorization: Bearer kc_live_...
In: header
Path Parameters
1 <= lengthResponse Body
application/json
application/json
application/json
curl -X POST "https://example.com/pages/string/publish"{ "url": "string", "version": 0}Edit a KuikPage POST
Applies a list of edit operations to the draft, in order, all or nothing. Operations: setBlock, addBlock, removeBlock, moveBlock (blocks by id), setTheme, setNav, addPage, removePage, setPage, movePage. The header at the top of a page stays first and cannot be removed; home stays first and has no address. `revision` must be the page's current one: if the page changed since you read it, the answer is 409 and you read it again.
List hosted sites GET
Every hosted site in the workspace, newest first, with its live address.