[bug?]Special Characters always escaped

Problem:
Using POST at the v1/projects endpoint
Body:
{„name“:„Test“,„companyId“:„{id},„description“:„Hallo\n\ntest“,„projectTypeId“:„i{d}“,„projectStatusId“:“{id}"}

Expected result:
Hallo
test

Outcome:
Hallo 

 test

trace-id:
e797a7484c354786c25f645ab47a5f0e

Display works fine for project name

Ways I tried to solve:
escaping with \

Hi @elton.becer, awork generally supports a range of special characters and newlines in the project description. I recommend creating one in awork and seeing how the API returns it. You might have to create the newline differently or escape it differently.

1 „Gefällt mir“

Thank you for the quick response. It takes just straight html