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-a2ce-432f-84cd-23482ce2219b",
"uuid": "123e4567-4cfb-45ee-8a14-234820c4719b"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}