We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2820983 commit 5b2566eCopy full SHA for 5b2566e
1 file changed
code/examples/create_and_populate_groups/README.md
@@ -30,6 +30,7 @@ The path to a valid YAML or JSON group configuration file needs to be supplied a
30
join_requests: false
31
signup_fields: []
32
subscription_id: "<optional subscription UUID>"
33
+...
34
```
35
36
### JSON
@@ -55,6 +56,7 @@ The path to a valid YAML or JSON group configuration file needs to be supplied a
55
56
"signup_fields": []
57
},
58
"subscription_id": "<optional subscription UUID>"
- }
59
+ },
60
+ ...
61
}
62
0 commit comments