How to Retrieve Specific Users via PATCH

Options

I am trying to connect to the endpoint in a table I have called "users".

When I set it up within my frontend, Draftbit, I am given an error saying that the endpoint is not found.

I originally thought I needed to put the users_id when testing the endpoint. An example I put in was a user_id of 38, which is an existing record. Unfortunately, I am still given an error.

How do I configure it such that I am able to edit data of a specific user via this endpoint?

Tagged:

Answers