Summary
Updates a form
Description
Updates a previously created JSON form, based on a supplied document ID and an object of fields to update.
Route
PUT /json-forms/forms/:id
Roles
            admin
other
readonly
apiread
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| id | string | yes | The ID of the form. | 
| options | object | yes | object containing the fields to be updated | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| document | object | A response object containing the request status and a message |