Update Form Template
Authentication
Path parameters
Request
Template name. Optional — omit to leave the existing name untouched.
Optional. When provided, fully replaces all layout groups and their fields. Include existing groups with their id to keep/update them; omit the id for new groups. Groups not included are removed. Array order determines position.
If omitted, the existing layout is left untouched.
Direct user ID to assign. Mutually exclusive with assigneeProperty and assigneeTeamId.
Property-based assignee. Use a standard key (OWNER, SALES_REP, PROJECT_MANAGER, CREATED_BY) or a custom PERSON property keyName. Mutually exclusive with assigneeId and assigneeTeamId.
Assign a team: the team lead becomes the assignee and all other team members are added as collaborators. Mutually exclusive with assigneeId and assigneeProperty.
Property-based collaborators. Each value is a standard key (OWNER, SALES_REP, PROJECT_MANAGER, CREATED_BY) or a custom PERSON property keyName.
Team IDs whose members are added as collaborators. Resolved to individual user IDs and merged (deduplicated) with any direct collaborators and members from assigneeTeamId.
Response
Property-based assignee key. Returns a standard key (OWNER, SALES_REP, PROJECT_MANAGER, CREATED_BY) or the keyName of a custom PERSON property. Null if a direct user assignee is set.
Property-based collaborator keys. Each value is a standard key (OWNER, SALES_REP, PROJECT_MANAGER, CREATED_BY) or the keyName of a custom PERSON property.
Top-level layout items (GROUP sections and standalone COLUMN fields). Only root-level items are returned; child items are nested inside each GROUP’s properties array.
