Forms
Update a Form
post/form/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Form
Request body
Example request
{
"document_template_uuid": "123e4567-ea4b-48b2-afa4-23184d8b8c9b",
"uuid": "123e4567-66dc-473d-8380-231849647e6b",
"edit_date": "2025-08-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}