Update Form
Update an existing form, including core fields (status, due dates, assignee, collaborators) and individual field responses.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
formId
Request
This endpoint expects an object.
name
Form name
description
Form description
assigneeId
Primary assignee user ID
dueDate
Absolute due date (ISO 8601)
status
Form status
labels
Label IDs applied to the form
collaborators
Collaborator user IDs
properties
Individual field/column updates.
fieldsDeprecated
Deprecated alias for properties. Accepted for backwards compatibility — new integrations should use properties.
Response
Updated form details
id
Form identifier
name
Form name
description
Form description
templateId
Template ID
updatedAt
Last update timestamp
status
Form status
isCompleted
Whether the form is completed
completedAt
Completion timestamp
createdAt
Creation timestamp
createdByUser
Minimal user representation used in responses
assignee
Minimal user representation used in responses
dueDate
Due date
projectId
Associated project ID
phaseId
Phase template ID (if available)
phaseName
Phase template name (if available)
formLayouts
Form layout sections
collaborators
Additional users collaborating on the form
