Individual Form
Modifying a Form
It is possible to modify the following properties of a Form:
- state: governs whether it is available for download onto survey clients and whether it accepts new Submissions. See the state Attribute in the Request documentation to the right to see the possible values and their meanings.
- webformsEnabled: controls whether ODK Web Forms is used instead of Enketo for filling Forms via web browsers.
We use PATCH rather than PUT to represent the update operation, so that you only have to supply the properties you wish to change. Anything you do not supply will remain untouched.
patch/v1/projects/{projectId}/forms/{xmlFormId}
Path parameters
projectIdnumber required
The numeric ID of the Project
xmlFormIdstring required
The xmlFormId of the Form being referenced.
Response
OK