v3
latestSwagger 2.02026-08-067506752.0 MBform
Update an existing form
patch/v1/org/{orgId}/form/{formId}
Path parameters
orgIdstring required
Org identifier (either id or slug)
formIdstring required
Form id
Request body
Example request
{
"label": "Health Index: Q2",
"displayName": "Health Index",
"description": "The Engineering department, where engineers develop new technology and products.",
"blocks": [
{
"id": "588f7ee98f138b19220041a7",
"questionId": "588f7ee98f138b19220041a7"
}
],
"signature": {
"fieldId": "588f7ee98f138b19220041a7"
},
"options": {
"notifyUserIds": [
"588f7ee98f138b19220041a7"
]
},
"ai": {
"agentUserId": "588f7ee98f138b19220041a7"
}
}Response
form updated