GuideLab API

Publish an immutable form revision

Resolves the current element assignments into a self-contained immutable revision and activates it atomically.

POST
/forms/{id}/publish

Resolves the current element assignments into a self-contained immutable revision and activates it atomically.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Path Parameters

id*string

Response Body

application/json

curl -X POST "https://example.com/forms/string/publish"
{  "revision": null}
Empty
Empty
Empty