Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Sporadic Posted February 20, 2018 Posted February 20, 2018 Using the REST API, trying to move database records to another database category will always fail even for valid catagory IDs (numerical). Looking at the relevant code segment in \applications\cms\api\records.php it seems that moving categories erroneously assumes a blog is being edited. Can anyone confirm and/or suggest a workaround
bfarber Posted February 21, 2018 Posted February 21, 2018 You should be able to send a REST API POST request to the record and pass 'category' in as the new category. I don't understand what you mean by "it seems that moving categories erroneously assumes a blog is being edited". If that was a typo and you meant 'record' instead of blog, then that is accurate - moving the record will effectively be an 'edit'.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.