We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55166ce + e76e16f commit 0812390Copy full SHA for 0812390
app/rooms/examples/eg007_create_form_group.py
@@ -20,17 +20,14 @@ def worker(args):
20
2. Create FormGroupForCreate object
21
3. POST the form using SDK
22
"""
23
-
24
# Create an API with headers
25
#ds-snippet-start:Rooms7Step2
26
api_client = create_rooms_api_client(access_token=args["access_token"])
27
#ds-snippet-end:Rooms7Step2
28
29
# Create FormGroupForCreate object
30
#ds-snippet-start:Rooms7Step3
31
form = FormGroupForCreate(name=args["form_group_name"])
32
#ds-snippet-end:Rooms7Step3
33
34
# Post the form object using SDK
35
#ds-snippet-start:Rooms7Step4
36
form_groups_api = FormGroupsApi(api_client)
0 commit comments