Forms
Update a Form
OAuth Scope
This endpoint requires the following OAuth scope manage_forms.
post/form/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Form
Request body
Example request
{
"document_template_uuid": "123e4567-61cf-4c4d-81ed-23467482069b",
"uuid": "123e4567-7678-4b2d-8879-23467b1f3fdb"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}