I am wondering if anyone has experience creating new threads with the API.
I seem to have a strange error even though the correct information is passed to the API, unless something is off.
Code:
Read more
Читать далее...
I seem to have a strange error even though the correct information is passed to the API, unless something is off.
Code:
Код:
{
"errors": [
{
"code": "required_input_missing",
"message": "Required input missing: node_id, title, message",
"params": {
"missing": [
"node_id",
"title",
"message"...
Read more
Читать далее...