@baris said in Refresh page usually needed to submit post:
I don't think you need a trailing slash. Have you tried without it?
That was the problem! Thank you!
Hi there,
I'm working on a script that interact with NodeBB using API. I need to create a new chat room between 2 users and post content in it. In the API documentation, there's some data concerning "Accessing a chat room" and "Getting a chat room", but in write api there's nothing at all.
Is it currently impossible to post content in the chat room from the api?
I'm using NodeBB v1.17.0.
Api key created in admin panel. No problem to read chat room but writing failed.
{
"status": {
"code": "not-found",
"message": "Invalid API call"
},
"response": {}
}