From 303fbecc439799cd7f184532ed6918959964c164 Mon Sep 17 00:00:00 2001 From: tycrek Date: Sun, 3 Oct 2021 19:15:09 -0600 Subject: [PATCH] Updated fields in sample `.sxcu` file --- sample_config.sxcu | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sample_config.sxcu b/sample_config.sxcu index 93052f1..6b52cff 100755 --- a/sample_config.sxcu +++ b/sample_config.sxcu @@ -10,5 +10,7 @@ "Body": "MultipartFormData", "FileFormName": "file", "URL": "$json:.resource$", - "DeletionURL": "$json:.delete$" + "ThumbnailURL": "$json:.thumbnail$", + "DeletionURL": "$json:.delete$", + "ErrorMessage": "$response$" } \ No newline at end of file