I currently have a table widget that is able to CREATE, READ, & DELETE Mock users.
I am currently having issues with UPDATING Mock users (Rows) via inline editing (save/discard) and the PATCH API query. I am utilizing two documentation to try to resolve this issue found at: https://www.appsmith.com/blog/how-to-build-a-baserow-crud-app-in-appsmith & https://auth0.com/docs/api/management/v2#!/Users/patch_users_by_id.
Attached you will find screenshots of errors that I am receiving as well as my current implementation of the PATCH API query.
Apologies in advance as I am fairly new to Front End Development and I am not sure if I should write a JS object Function for Asynchronous JavaScript promise methods or if I am simply not defining a proper id as auth0 utilizes "user_ids" with "auth0| [ id ]". Currently I am getting the "Execution failed with status 404 NOT_FOUND". Please advise. Thank you so much.