Skip to content

Commit

Permalink
Fixes #305 - Shared Draft API
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf401 committed Aug 21, 2023
1 parent d6c2ad3 commit 1e731be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/ticket/shared_drafts.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Shared drafts
Shared Drafts
*************

Show
Expand All @@ -23,7 +23,7 @@ Sample response (base64 coded inline image is cut off):
"id": 2,
"ticket_id": 58,
"new_article": {
"body": "<div>Some text for a shared draft. <br></div><div><br></div><div>Some inline image:<img tabindex=\"0\" style=\"width: 1000px; max-width: 100%;\" src=\"data:image/jpeg;base64,/9j/4AAQSkZJRg[...]
"body": "<div>Some text for a shared draft. <br></div><div><br></div><div>Some inline image:<img tabindex=\"0\" style=\"width: 1000px; max-width: 100%;\" src=\"data:image/jpeg;base64,/9j/4AAQSkZJRg[...]",
"type": "email",
"internal": false,
"subtype": "",
Expand Down

0 comments on commit 1e731be

Please sign in to comment.