Create topic via API with Needs Review status set
Is there a way to create a topic via the API so that the "Needs Review" status is set?
Is there a way to create a topic via the API so that the "Needs Review" status is set?
Sure, first create new topic via https://userecho.com/dev/api/topics/create call and then
set status with https://userecho.com/dev/api/comments/create call, just pass required status ID in the topic_status_id param
Sure, first create new topic via https://userecho.com/dev/api/topics/create call and then
set status with https://userecho.com/dev/api/comments/create call, just pass required status ID in the topic_status_id param