From 14886ad64063fe308df3d5bc103c899c9458808e Mon Sep 17 00:00:00 2001 From: eflores2 Date: Thu, 5 Oct 2023 16:19:47 +0200 Subject: [PATCH] Fix JSON example in API ticket creation --- Developer Documentation/API/Tickets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer Documentation/API/Tickets.rst b/Developer Documentation/API/Tickets.rst index b03c148..7f60d9a 100644 --- a/Developer Documentation/API/Tickets.rst +++ b/Developer Documentation/API/Tickets.rst @@ -107,7 +107,7 @@ Do also note that the JSON format forbids a comma after the last element in an o "message": "data:text/html,MESSAGE HERE", "attachments": [ {"file.txt": "data:text/plain;charset=utf-8,content"}, - {"image.png": "data:image/png;base64,R0lGODdhMAA..."}, + {"image.png": "data:image/png;base64,R0lGODdhMAA..."} ] }