Création de post de sujet API triée par updated_at ou created_at ?

So yes it is possible to create posts out of order using the API. See my example below where I added a post from 2012 after a post from 2013:

But this is only possible via the API and the solution is to sort your posts first before using the API to create them so that they show up in the correct order.

I believe posts are sorted by id and not by created_at or updated_at.