diff options
| author | 2021-01-20 18:11:28 +0100 | |
|---|---|---|
| committer | 2021-01-20 18:11:28 +0100 | |
| commit | b76505a9e28cbadf1590b80694ada496d448a591 (patch) | |
| tree | 924f9ee837446e4b4116857962abe2b237e1d266 /SCHEMA.md | |
| parent | Merge pull request #53 from python-discord/dependabot/pip/pyjwt-2.0.1 (diff) | |
Add an optional response field to forms to customize the response upon submitting.
Diffstat (limited to 'SCHEMA.md')
| -rw-r--r-- | SCHEMA.md | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ In this document:  | `name`        | String                                    | Name of the form                                                                          | `"Summer Code Jam 2100"`                 |  | `description` | String                                    | Form description                                                                          | `"This is my amazing form description."` |  | `webhook`     | [Webhook object](#webhooks)               | An optional discord webhook.                                                              | See webhook documentation.               | +| `response`    | Optional[String]                          | An optional string for the response upon submitting.                                      | `"This is my amazing form response."`    |  ### Form features  |