Before when Camayak would send an update to our API changing the section to a different taxonomy, e.g. /sports/ (article taxonomy) to /playground/ (blog post taxonomy), a 500 would be thrown. This fix detects the type of the post (article of blog post) based on the section in the update params, and changes the type of the post if necessary.
Before when Camayak would send an update to our API changing the section to a different taxonomy, e.g. /sports/ (article taxonomy) to /playground/ (blog post taxonomy), a 500 would be thrown. This fix detects the type of the post (article of blog post) based on the section in the update params, and changes the type of the post if necessary.