Update form schema

Request

POST https://www.activityinfo.org/resources/form/{formId}/schema

Request body

application/json

object
id string The immutable CUID for this form. Must be globally unique within an ActivityInfo server required
label string A human-readable label for this form required
schemaVersion string A monotonically increasing version number of this schema assigned by the server upon updates required
databaseId string The id of the database to which this form belongs required
parentFormId string The id of this form's parent, if this form is a subform. Note that subforms can only be created by adding a subform field to the parent form. optional
elements array[object] This form's fields, section headers, and other elements. required

Response

Status Code Error Code Description
401 AUTHENTICATION_REQUIRED The request must be authenticated
Next item
Update form schema translations