Jump to content

REST Api - Potential Bug?


Sporadic

Recommended Posts

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

 

Link to comment
Share on other sites

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'.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...