I have one endpoint that handles editing a single row and another that handles bulk edits. I am trying to write a function to determine which url to pass to the editor for the edit/PUT method, but I cannot find a way to determine whether more than one row was edited. Is there a way to do this?
↧