Same function name for all Path

Hi,
I am new to API.
I created a base and 3 different tables (users/products/cart). But looking at swagger API all of my " Paths " have the same " function name which is “records”.
Is it normal ?

Yes. Request type differs : GET / POST / PATCH / DELETE

Welcome to NocoDB community! Happy no-coding :grinning:

So this is normal ?
Only request type matter ??

Had missed out on this query. Yes, it’s a standard practice