We use api for topic posting and somehow created two topics in one category with same name (this function is disabled in settings). And if I understand correctly, as a response on such post request we get duplicate topic error.
If you want to create two topics with the same title through the Discourse API, set skip_validations
to true
as a parameter in your API request.
3 Likes