Zendesk REST API // html_body not working proprerly when creating a ticker | Community
Skip to main content

Zendesk REST API // html_body not working proprerly when creating a ticker

  • April 8, 2022
  • 3 replies
  • 0 views

Manuel17

Hello,

I am trying to create a ticket with html_body content (post request). Concretely, I am trying to replicate this behaviour.

https://stackoverflow.com/questions/4615500/how-to-start-a-new-list-continuing-the-numbering-from-the-previous-list

As far as I understood, the only thing I need is to make sure is that the inside "" are treated correctly when transforming HTML into JSON:

<ol start=\"3\">  would be the only modification.

As actually stated here: https://developer.zendesk.com/documentation/developer-tools/getting-started/working-with-json/#converting-data-in-your-code-to-json

However, the result does not render the 3, it ignores the  It  till restarts the list. 

Is it a known limitation?

 

 

3 replies

Hi Manuel,
 
Do you mind if I create a ticket on your behalf to dig into this issue with you?
 
Best,

Manuel17
  • Author
  • May 2, 2022

Sure!


Hi Manuel,
 
Thanks for bringing this to our attention.  I've confirmed with our engineers that the start attribute is not supported in comments.  Feel free to let me know if you're having trouble working around this behavior.