Publish an immutable form revision
Resolves the current element assignments into a self-contained immutable revision and activates it atomically.
Resolves the current element assignments into a self-contained immutable revision and activates it atomically.
__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
List forms with questions GET
Returns forms for the authenticated lab with their associated questions. Supports filtering by scope, search, and active status. Lab-only endpoint.
Remove a question from a form DELETE
Removes the association between a question and a form. The question itself is not deleted. Expects elementId in the request body. Lab-only endpoint.