Mike Fara
Active member
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.
And what is sent:
This is in the user context with the API key.
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"
]
}
}
]
}
And what is sent:
Code:
{
"forum_id": 302,
"title": "Test thread",
"message": "This is a test thread."
}
This is in the user context with the API key.