Hello,
I'm creating requests via the Requests API, and the description comment is being posted as an internal comment and I need it to be a public comment. What am I missing?
const request={
comment: {
body: zendeskDescription,
},
......
};