You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`id`| Unique identifier | A user selected, unique, descriptive identifier (used in URL routes, so no spaces) |`"ban-appeals"`|
18
-
|`features`| List of [form features](#form-features)| A list of features to change the behaviour of the form, described in the features section |`["OPEN", "COLLECT_EMAIL"]`|
19
-
|`questions`| List of [form questions](#form-question)| The list of questions to render on a specific form | Too long! See below |
20
-
|`name`| String | Name of the form |`"Summer Code Jam 2100"`|
21
-
|`description`| String | Form description |`"This is my amazing form description."`|
22
-
|`webhook`|[Webhook object](#webhooks)| An optional discord webhook. | See webhook documentation. |
23
-
|`submitted_text`| Optional[String]| An optional string for the response upon submitting. |`"This is my amazing form response."`|
24
-
|`discord_role`| String (optional) | Discord role ID what will be assigned, required when `ASSIGN_ROLE` flag provided. |`784467518298259466`|
|`id`| Unique identifier | A user selected, unique, descriptive identifier (used in URL routes, so no spaces) |`"ban-appeals"`|
18
+
|`features`| List of [form features](#form-features)| A list of features to change the behaviour of the form, described in the features section |`["OPEN", "COLLECT_EMAIL"]`|
19
+
|`questions`| List of [form questions](#form-question)| The list of questions to render on a specific form | Too long! See below |
20
+
|`name`| String | Name of the form |`"Summer Code Jam 2100"`|
21
+
|`description`| String | Form description |`"This is my amazing form description."`|
22
+
|`webhook`|[Webhook object](#webhooks)| An optional discord webhook. | See webhook documentation. |
23
+
|`submitted_text`| Optional[String]| An optional string for the response upon submitting. |`"This is my amazing form response."`|
24
+
|`discord_role`| String (optional) | Discord role ID what will be assigned, required when `ASSIGN_ROLE` flag provided. |`784467518298259466`|
25
+
|`response_readers`| List[String]| Discord roles which can view the responses of the form. Can not be the everyone role. |`["267629731250176001", "825337057181696020"]`|
26
+
|`editors`| List[String]| Discord roles which have permission to edit, delete, or otherwise modify the form. Can not be the everyone role. |`["409416496733880320"]`|
0 commit comments