XF 2.1 Creating & updating threads via API POST /threads/{id} is missing some fields

Hi,

I'm wondering why pretty important fields are not included in the API!?
Like "post_date" - it's important to set the post_date field for upcoming / scheduled threads (e.g. xmas advent calendar - every day a thread with some news or whatever) or
"discussion_state" field when updating a thread, to make it moderated.
Or "node_id" if you want to move the whole thread to another node (e.g. sub-forum)

Or am I missing something here?
 
Last edited:
Just to mention, that extending the API could solve other problems too, like this one
 
Top Bottom