Modifying a Form
It is currently possible to modify only one thing about a Form: its state, which 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.
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.
Path parameters
The numeric ID of the Project
The xmlFormId of the Form being referenced.
Response
OK
Changes
Changed in 5 of the 54 revisions of this API.26
- ●
removed the request property
webformsEnabledrequest-property-removed
- ●
removed the optional property
webformsEnabledfrom the response with the200statusresponse-optional-property-removed
- ●
- ○
added the new optional request property
webformsEnablednew-optional-request-property
- ○
added the optional property
webformsEnabledto the response with the200statusresponse-optional-property-added
- ○
- ○
api operation id
Modifying a Formremoved and replaced withmodifyFormapi-operation-id-removed
- ○
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
- ○
api operation id
modifyFormremoved and replaced withModifying a Formapi-operation-id-removed
- ○
added the non-success response with the status
403response-non-success-status-added
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○