v2
OpenAPI 3.0.1MIT2026-07-3138140196.0 KBUpdate a form
Updates a form's settings, blocks, or status.
patch/forms/{formId}
Path parameters
formIdstring required
The ID of the form to update
Request body
Example request
{
"blocks": [
{
"payload": {
"allowedFiles": {
"image/*": [
".png",
".jpg",
".gif"
],
"application/*": [
".pdf"
]
}
}
}
]
}Response
Form updated successfully