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..."} ] }