Right now you cannot update the category_id and status_id using the post update API endpoint.
https://developer.productlift.dev/api/documentation/#posts-POSTapi-v1-posts
We would like to automatically update at least the status (for exampled to move to "solved" or "completed")
3 months ago
The POST update API endpoint now supports updating category_id and status_id. This enhancement allows automatic status updates, such as marking posts as "solved" or "completed."
See: https://app.productlift.dev/api/documentation/#posts-PATCHapi-v1-posts--post-
3 months ago