I’m trying to post a message to my discourse server using the API. The title of the post I’m trying to make is
[2017-09-21] events.linear_spotlight_attribution_rate.events.ga_landing_content_type_bucketed.Doctor.Media..w..Lists.
Discourse responds with a 422 error, saying “Title seems unclear, is it a complete sentence?”
I would like to turn off whatever is checking the title. Having read other topics on this issue, I have allowed uppercase posts and I’ve set the min title entropy to 0 and the server continues to throw the error. I also turned off prettyifying of titles.
Trying to post the message via the UI results in the same error being thrown.
Any idea how to actually turn this off?