Skip to content

Commit 3cfd8e0

Browse files
added mandaroty param
1 parent dbf77c8 commit 3cfd8e0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/rooms/examples/eg009_assign_form_to_form_group/controller.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ def worker(args) -> FormGroupFormToAssign:
8383
form_groups_api = FormGroupsApi(api_client)
8484

8585
# Step 2. Create FormGroupFormToAssign Object
86-
form_group_to_assign = FormGroupFormToAssign(form_id=args["form_id"])
86+
form_group_to_assign = FormGroupFormToAssign(form_id=args["form_id"],
87+
is_required=True)
8788

8889
# Step 3. Grant office access tp a form group via FormGroups API
8990
response = form_groups_api.assign_form_group_form(

0 commit comments

Comments
 (0)