From b76505a9e28cbadf1590b80694ada496d448a591 Mon Sep 17 00:00:00 2001 From: Jannes Jonkers Date: Wed, 20 Jan 2021 18:11:28 +0100 Subject: Add an optional response field to forms to customize the response upon submitting. --- SCHEMA.md | 1 + 1 file changed, 1 insertion(+) (limited to 'SCHEMA.md') diff --git a/SCHEMA.md b/SCHEMA.md index fe02fc8..4a15f28 100644 --- a/SCHEMA.md +++ b/SCHEMA.md @@ -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 -- cgit v1.2.3