Hey, the publishing workflow seems buggy when using the API only.
When creating an item via the API, I expect it to be a draft, then I’ll publish it via a second action (or maybe a parameter could publish it directly). To me it seems like the creation publishes the content directly, which is not the same behavior as the content editor.
I can’t seem to be able to unpublish anything via the API either.
I’d love a “published” boolean parameter to be able to choose the item state, either when POSTing or PUTing.